mopidy/docs
Jens Luetjen e9625e9feb core: Fix #310: Persist mopidy state between runs.
Persist following properties:
mopidy.core.tracklist
    _tl_tracks
    _next_tlid
    get_consume()
    get_random()
    get_repeat()
    get_single()
mopidy.core.history
    _history
mopidy.core.playlist
    get_current_tl_track()
    get_time_position()
mopidy.core.mixer
    get_volume()

Details:
- moved json export/import write_library()/load_library() from mopidy/local to mopidy/models
- new core methods save_state(), load_state()
- save_state(), load_state() accessible via rpc
- save state to disk at stop
- load state from disk at start
- new config: core.restore_state ("off", "load", "play")

TODO:
- seek to play position does not work. Timing issue.
- use extra thread to load state from disk at start?
2015-12-27 19:28:41 +01:00
..
_static docs: Move images out of the _static dir 2013-12-27 13:44:06 +01:00
api core: Fix #310: Persist mopidy state between runs. 2015-12-27 19:28:41 +01:00
clients Fixes based on review 2015-10-23 20:35:04 +02:00
ext mpd: Final cleanup of PR #1187, #1308 and #1322 2015-10-29 20:50:23 +01:00
installation Run sphinx linkcheck in tox. Fixes for a bunch of fixes for such. 2015-10-21 21:32:21 +02:00
modules mpd: Add mount/unmount/listmounts/listneighbors command skeletons 2015-07-21 14:50:51 +02:00
authors.rst docs: Improve pointer to contribution page 2015-03-11 19:42:33 +01:00
changelog.rst mpd: Final cleanup of PR #1187, #1308 and #1322 2015-10-29 20:50:23 +01:00
codestyle.rst Run sphinx linkcheck in tox. Fixes for a bunch of fixes for such. 2015-10-21 21:32:21 +02:00
command.rst Update command.rst 2015-09-14 11:00:44 +02:00
conf.py Fixes based on review 2015-10-23 20:35:04 +02:00
config.rst core: Fix #310: Persist mopidy state between runs. 2015-12-27 19:28:41 +01:00
contributing.rst docs: Fix review comments 2015-03-17 21:24:32 +01:00
debian.rst docs: Avoid double use of 'both' in same sentence 2015-08-20 10:50:35 +02:00
devenv.rst Run sphinx linkcheck in tox. Fixes for a bunch of fixes for such. 2015-10-21 21:32:21 +02:00
extensiondev.rst Run sphinx linkcheck in tox. Fixes for a bunch of fixes for such. 2015-10-21 21:32:21 +02:00
glossary.rst docs: Glossary typo 2015-04-24 09:50:14 +01:00
index.rst docs: Remove headers made redundant by ToC captions 2015-08-13 00:02:33 +02:00
Makefile Update Sphinx Makefile with new targets 2010-10-31 02:28:56 +01:00
releasing.rst docs: git can now push with tags in one command 2015-07-22 18:41:54 +02:00
requirements.txt requirements: Move docs requirements to docs/ 2013-12-06 10:28:07 +01:00
running.rst Run sphinx linkcheck in tox. Fixes for a bunch of fixes for such. 2015-10-21 21:32:21 +02:00
sponsors.rst docs: Update sponsors page 2015-08-13 09:35:34 +02:00
troubleshooting.rst docs: Troubleshooting link to discuss, not google group 2015-03-03 15:03:13 +00:00
versioning.rst docs: Fix more comments, add refs to relevant docs 2015-03-24 23:08:38 +01:00