-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download Plugin seems to be not working #66
Comments
Hey @deeplywithin, thanks for the feedback! The download plugin works only when playing a music in the foreground (not when exploring with the player being minimized), with URLs like Does that answer your question? As for the ability to download a music being played while exploring YouTube Music, that's definitely a good improvement (and should be easy to implement) that I have in mind. |
Hey @AbhishekSehwag, thanks for reporting the issue! Next version 1.6.5 should fix it with the merge of #76. v1.6.5 will be released soon, feel free to re-open the issue if needed! |
Yeah man you are great, keep the good work going. |
Also It would be great if we can choose the quality of mp3 file (144kbps/320kbps) |
Hey @AbhishekSehwag, custom options have been added in v1.7.0! You can go to Plugins > Advanced options and edit the configuration, for example to have 320kbps: "downloader": {
"enabled": true,
"ffmpegArgs": ["-b:a", "320k"]
}, Feel free to re-open the issue if something does not work as expected! |
Thanks man, you are the most eager developer i have ever seen. Also the downloader is working well now. |
Do you have any idea, how I could get this to work?
The text was updated successfully, but these errors were encountered: