Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 2.08 KB

README.rst

File metadata and controls

76 lines (50 loc) · 2.08 KB

Mopidy-Plex

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

Mopidy extension for Plex.tv

Installation

Install by running:

pip install Mopidy-Plex

Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.

Configuration

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>

Project resources

Thanks

The following extensions are great and helped me a lot to build the Plex extension:

Changelog

v0.1.0 (UNRELEASED)

  • Initial release.