Sh1n1x / jarvis-youtube-musics-player

2 stars 1 forks source link

Update install.sh #8

Closed Potjoe-97 closed 5 years ago

Potjoe-97 commented 5 years ago

It appeared that stock version of youtube-dl installed by default on Raspbian, a python tool used by mpv player to decode videos, is really outdated. There is a bug with this tool while using it with nohup, bug which has been corrected from a very long time by the team in charge of youtube-dl. The solution is, according to the authors of the script, to remove the stock version and reinstall it from scratch. In order to make this jarvis plugin usable again, this update seems necessary. At the moment, the plugin is not able to read any music, precisely because of this outdated tool.

Sh1n1x commented 5 years ago

Thank you !

I have merged your commit. But for me i've no problem with my plugin. it's working fine to listen a video sound (maybe not now, i'm not able to test on raspberry).

Potjoe-97 commented 5 years ago

On my raspberry, based on stretch (no noobs install), the stock version of youtube-dl was 2017-03-01... There was an error catched on the nohup output file : Signature extraction failed: traceback (most recent call last). A look at the GitHub of youtube-dl, the bug has been corrected later on 2017. Maybe stock versions of the plugin are different with regards to your raspbian version. What is certain however is that their respository is not up-to-date, since an apt-get upgrade did not update it.Thank you for your work with the plugin it works great ! As you can see, this is just a pb with the dependencies of MPV player.