mopidy/docs/api
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
..
architecture.rst docs: Group API docs in sections 2015-05-07 21:39:54 +02:00
audio.rst docs: Add module name to API docs headers 2015-05-07 21:02:25 +02:00
backend.rst docs: Remove plurality from backends/frontends API docs 2015-05-07 21:08:02 +02:00
commands.rst docs: Add module name to API docs headers 2015-05-07 21:02:25 +02:00
config.rst docs: Add module name to API docs headers 2015-05-07 21:02:25 +02:00
core.rst core: Fix #310: Persist mopidy state between runs. 2015-12-27 19:28:41 +01:00
ext.rst docs: Add module name to API docs headers 2015-05-07 21:02:25 +02:00
frontend.rst docs: Remove plurality from backends/frontends API docs 2015-05-07 21:08:02 +02:00
http-server.rst docs: Link from JS docs to static web client example 2015-05-07 21:49:08 +02:00
http.rst docs: Remove note on how to access core attributes 2015-05-07 21:49:08 +02:00
httpclient.rst docs: Add httpclient to API docs 2015-05-09 00:48:11 +02:00
index.rst docs: Add httpclient to API docs 2015-05-09 00:48:11 +02:00
js.rst docs: JS block fix 2015-08-22 01:06:30 +01:00
mixer.rst docs: Add module name to API docs headers 2015-05-07 21:02:25 +02:00
models.rst core: Fix #310: Persist mopidy state between runs. 2015-12-27 19:28:41 +01:00
zeroconf.rst docs: Add module name to API docs headers 2015-05-07 21:02:25 +02:00