Skip to content

newloran2/mopidy-plex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages