Mopidy extension for Plex.tv
Install by running:
pip install Mopidy-Plex
Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.
Before starting Mopidy, you must add configuration for Mopidy-Plex to your Mopidy configuration file:
[plex] hostname = <ipaddr> port = 32400 library = 3
To find your library location id, navigate inside a web browser to http://[YOUR_PMS_IP]:32400/library/sections and watch for a similar entry:
<Directory allowSync="0" art="/:/resources/artist-fanart.jpg" filters="1" refreshing="0" thumb="/:/resources/artist.png" key="3" type="artist" title="Music" ... <Location id="3" path="/media/data1/Music"/> </Directory>
The following extensions are great and helped me a lot to build the Plex extension:
- Initial release.