Mopidy extension that plays sound from Youtube.
Make sure you already have the GStreamer plugins, if not you can install it by running:
$ sudo apt-get install gstreamer0.10-plugins-bad
Install by running:
$ pip install Mopidy-Youtube
Simply use search for filename in your MPD client or add Youtube url to
playlist prefixed by yt:
.
Example: yt:http://www.youtube.com/watch?v=Njpw2PVb1c0
Example for playlist:
yt:http://www.youtube.com/playlist?list=PLeCg_YDclAETQHa8VyFUHKC_Ly0HUWUnq
Update pafy library:
pip install pafy -U
- Require Mopidy >= 1.0.
- Update to work with the new playback API in Mopidy 1.0.
- Update to work with the new search API in Mopidy 1.0.
- Changelog missing.
- Changelog missing.
- Initial release.