kingosticks / mopidy-tunein

Mopidy extension for playing music from tunein
Apache License 2.0
65 stars 14 forks source link

How to install other plugins? (Gstreamer) #11

Closed michaeljhopkins closed 9 years ago

michaeljhopkins commented 9 years ago

I'm pretty much a python noobie. You say some streams will require other plugins....how do I know if I'm using a stream that does, and how do I add those plugins?

kingosticks commented 9 years ago

Just install all 3 (?) packages listed in the readme using your package manager. If it still doesn't work after that then please post the problematic stream details. On 18 Nov 2014 02:38, "Michael Hopkins" notifications@github.com wrote:

I'm pretty much a python noobie. You say some streams will require other plugins....how do I know if I'm using a stream that does, and how do I add those plugins?

— Reply to this email directly or view it on GitHub https://github.com/kingosticks/mopidy-tunein/issues/11.

michaeljhopkins commented 9 years ago

when I run pip install gstreamer0.10-plguins-ugly I get "Could not find any downloads that satisfy the requirement gstreamer0.10-plugins-ugly"

kingosticks commented 9 years ago

Sorry, I could have been clearer, I meant your system package manager. If you're using Ubuntu/Debian then that is aptitude. I.e. sudo apt-get install gstreamer0.10-plguins-ugly On 18 Nov 2014 20:27, "Michael Hopkins" notifications@github.com wrote:

when I run pip install gstreamer0.10-plguins-ugly I get "Could not find any downloads that satisfy the requirement gstreamer0.10-plugins-ugly"

— Reply to this email directly or view it on GitHub https://github.com/kingosticks/mopidy-tunein/issues/11#issuecomment-63538850 .

kingosticks commented 9 years ago

I assume this is resolved.

michaeljhopkins commented 9 years ago

ah, sorry about not replying. sudo apt-get install gstreamer0.10-plugins-ugly was what I was looking for. thank you very much

kingosticks commented 9 years ago

No worries, glad it's working. On 29 Dec 2014 19:20, "Michael Hopkins" notifications@github.com wrote:

ah, sorry about not replying. sudo apt-get install gstreamer0.10-plugins-ugly was what I was looking for. thank you very much

— Reply to this email directly or view it on GitHub https://github.com/kingosticks/mopidy-tunein/issues/11#issuecomment-68291600 .