Mopidy plugin to play M3U playlists that are hosted on a web server
Project description
Mopidy extension for reading M3U playlists from an HTTP server.
For example it allows you to browse and listen to the playlists within your Beets library that have been generated by Beets’ smartplaylist plugin and served by the beets-webm3u plugin (on another machine) within Mopidy.
This extension does not support manipulating playlists.
Installation
Install by running:
sudo pip install Mopidy-WebM3U
Configuration
Before starting Mopidy, you must configure it as follows, enabling the webm3u extension and specifying the URL to the M3U playlist of playlists:
[m3u] enabled = false [webm3u] enabled = true seed_m3u = http://beets:8337/playlists/index.m3u uri_scheme = m3u
(Mopidy’s built-in m3u extension must be disabled in order to be able to use the m3u URI scheme with the webm3u extension which is required to make playlists show up within the Iris web GUI, see here.)
The playlist of playlists URL specified by the seed_m3u option is expected to return an EXTM3U-formatted list of tagged *.m3u HTTP URLs, e.g.:
#EXTM3U #EXTINF:0,Playlist 1 http://localhost:8337/playlists/playlist1.m3u #EXTINF:0,Playlist 2 http://localhost:8337/playlists/playlist2.m3u
Development
First make sure an example M3U playlist of playlists is served at http://localhost:8337/m3u/playlists/index.m3u, e.g. by running the beets-webm3u development server.
Then you can run a mopidy container with the extension installed (including your local changes) as follows (requires docker):
make run
Once Mopidy started, you can browse the playlists within the Iris UI at http://localhost:6680/iris/library/playlists.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file Mopidy_WebM3U-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: Mopidy_WebM3U-0.1.3-py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e9d21f888f64c67b4b1128fe09887ac93517a5cc79ebcaa13ae7a8e44b4d804 |
|
MD5 | 0de7071d275161f0f3fd04e12a78980b |
|
BLAKE2b-256 | 782ff7bbe704dcd64b96ab8c589a0d7bb9b2fc44dfeacac833ec14a3257242fd |