https://github.com/blacklight/mopidy-qsaver
Mopidy extension that maintains your current tracklist when the server restarts
https://github.com/blacklight/mopidy-qsaver
Last synced: 23 days ago
JSON representation
Mopidy extension that maintains your current tracklist when the server restarts
- Host: GitHub
- URL: https://github.com/blacklight/mopidy-qsaver
- Owner: blacklight
- License: apache-2.0
- Created: 2020-05-22T08:58:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T09:01:52.000Z (about 6 years ago)
- Last Synced: 2025-10-30T23:44:38.241Z (9 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
****************************
Mopidy-Qsaver
****************************
.. image:: https://img.shields.io/pypi/v/Mopidy-Qsaver.svg?style=flat
:target: https://pypi.python.org/pypi/Mopidy-Qsaver/
:alt: Latest PyPI version
.. image:: https://img.shields.io/pypi/dm/Mopidy-Qsaver.svg?style=flat
:target: https://pypi.python.org/pypi/Mopidy-Qsaver/
:alt: Number of PyPI downloads
.. image:: https://img.shields.io/travis/HeadspringLabs/mopidy-qsaver/master.svg?style=flat
:target: https://travis-ci.org/HeadspringLabs/mopidy-qsaver
:alt: Travis-CI build status
.. image:: https://img.shields.io/coveralls/HeadspringLabs/mopidy-qsaver/master.svg?style=flat
:target: https://coveralls.io/r/HeadspringLabs/mopidy-qsaver?branch=master
:alt: 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
=================
- `Source code `_
- `Issue tracker `_
- `Development branch tarball `_
Changelog
=========
v0.1.0 (UNRELEASED)
----------------------------------------
- Initial release.