Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.79 KB

README.rst

File metadata and controls

63 lines (39 loc) · 1.79 KB

Mopidy-Qsaver

Latest PyPI version Number of PyPI downloads Travis-CI build status Test coverage

Mopidy extension that maintains your current queue even when the server restarts (currently the queue dies if you restart the server)

Installation

For versions of Mopidy >= 1.0.5, install by running the following (or download-install the master branch):

pip install Mopidy-Qsaver==0.1.0

For Mopidy version 0.19.5, install by running (or download-install the v0.19.5 branch):

pip install Mopidy-Qsaver==0.2.6

Configuration

Before starting Mopidy, you must add configuration for Mopidy-Qsaver to your Mopidy configuration file:

[qsaver]
enabled = true
backup_file = ./tracklist_backup.json

Project resources

Changelog

v0.1.0 (UNRELEASED)

  • Initial release.