newloran2 / mopidy-plex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:Apache License 2.0


Languages

Language:Python 100.0%