Skip to content

sleepkever/mopidy-youtube

 
 

Repository files navigation

Mopidy-Youtube

CI build status Latest PyPI version Number of PyPI downloads Test coverage

Mopidy extension that plays sound from Youtube.

Installation

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

How to use

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

If resolving stops working

Update pafy library:

pip install pafy -U

Project resources

Changelog

v2.0.0 (2015-04-01)

  • 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.

v1.0.2 (2015-01-02)

  • Changelog missing.

v1.0.1 (2014-05-28)

  • Changelog missing.

v0.1.0 (2014-03-06)

  • Initial release.

About

Play music from Youtube with Mopidy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%