rigon / qmmp-plugin-youtube

Plugin for Qmmp (Qt-based Multimedia Player) to search and play musics directly from YouTube.
MIT License
26 stars 5 forks source link

Hard coded Python version #9

Open rigon opened 7 years ago

rigon commented 7 years ago

The Python version is hard coded, so if you have are using a different version you need to edit the following file accordingly (the version used is python 3.6m):

syl3n7 commented 7 years ago

well, this [the plugin] is not working for me, I also have the python v 3.6, so i guess that it is because of that
[ i used yaourt to install ]

rigon commented 7 years ago

That's odd... QMMP and youtube-dl were both updated meanwhile. Maybe you were using old repos and the links are now broken. Try update pacman database and install the plugin again:

sudo pacman -Suy youtube-dl qmmp
yaourt qmmp-plugin-youtube

But, even so, it seems that you were able install those packages because of the following lines:

qjson-0.8.1-5-x86_64 59.9 KiB 749K/s 00:00 [########################] 100%
[...]
youtube-dl-2017.02.... 1727.4 KiB 1243K/s 00:01 [########################] 100%
[...]
qmmp-1.1.6-1-x86_64 1840.2 KiB 1759K/s 00:01 [########################] 100%

This fixes the problem? Are you able to compile the project? Please let me know if you have any progress.

syl3n7 commented 7 years ago

Well, i did a full system upgrade and now it's running no problemo so .. that's that

rigon commented 7 years ago

Nice!!