Malahieude Timothé
Malahieude Timothé
I created a pull request (#58) where I added a simillar feature: when the video is tagged as "Music", a popup propose you to enable extension if it's disabled, and...
I think this could be a setting that the user can enable or disable in the extension options. I created a pull request that allows that: https://github.com/Ashish-Bansal/audio-only-youtube/pull/57
Note: my fix is probably not the cleanest solution, I noticed that in agent.py we sometimes use `ai_name` and sometimes `config.ai_name`. Is there a reason for using alternatively one or...
> Without having looked at the code in question, it would make sense for the top-level agent routines to refer to the config values from the yaml file to get...
> take a look at the command layer, you should find something called start_agent (more or less), that should instantiate a new Agent object with the ID/task etc (again, pure...
I see. Better leave this PR as is for now then :-)