Sets a default playlist for Mopidy, and allows to start playing it automatically after start of the Mopidy service. Optionally allows to set shuffle and repeat mode on. This can be useful for projects like the Pimoroni Pirate Radio.
Install by running:
python3 -m pip install Mopidy-DefaultPlaylist
See https://mopidy.com/ext/defaultplaylist/ for alternative installation methods.
Before starting Mopidy, you must add configuration for Mopidy-DefaultPlaylist to your Mopidy configuration file:
[defaultplaylist] enabled = true defaultplaylist_name = Top Hits autoplay = true shuffle = true repeat = true
The default
- Original author: Michael Meer
- Current maintainer: Michael Meer
- Contributors