Mopidy extension for playing audio from a Plex server
Install by running:
pip install Mopidy-Plex
Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.
And you need the python-plexapi module as well:
pip install plexapi
Update 2016-04-14
Please pull python-plexapi directly from upstream at https://github.com/mjs7231/python-plexapi, which has proper Plex Audio support since https://github.com/mjs7231/python-plexapi/commit/443d1e76d8b7bc6e5181bb9791fb56b7462055e8 / March 15th. The upcoming 2.0 release of python-plexapi will contain this, so get that from PyPi when it is released there.
Before starting Mopidy, you must add configuration for Mopidy-Plex to your Mopidy configuration file:
[plex] enabled = true server = Servername username = Username password = Password
Servername above is the name of the server (not the hostname and port). If logged into Plex Web you can see the server name in the top left above your available libraries.
- Original author: @havardgulldahl
- Current maintainer: @havardgulldahl
- Contributors
- Initial beta release.
- Listing and searching Plex Server content works.
- Playing audio works.
- Please file bugs.
- Add support for remote Plex Servers