Skip to content

A Mopidy Extension to allow Mopidy to play a default playlist after start of the service

License

Notifications You must be signed in to change notification settings

Gr4ffy/mopidy-defaultplaylist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Mopidy Extension to allow Mopidy to play a default playlist after start of the service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%