Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.9 KB

README.rst

File metadata and controls

59 lines (39 loc) · 1.9 KB

Mopidy-DefaultPlaylist

Latest PyPI version CircleCI build status Test coverage

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.

Installation

Install by running:

python3 -m pip install Mopidy-DefaultPlaylist

See https://mopidy.com/ext/defaultplaylist/ for alternative installation methods.

Configuration

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

Project resources

Credits