Update documentation.
Update persistent feature in changelog and config description.
This commit is contained in:
parent
d4d2ad80dc
commit
b581d5a574
@ -10,7 +10,8 @@ v2.1.0 (UNRELEASED)
|
|||||||
|
|
||||||
Feature release.
|
Feature release.
|
||||||
|
|
||||||
- Nothing yet.
|
- Core: Mopidy restores its last state when started. Can be enabled by setting
|
||||||
|
the config value :confval:`core/restore_state` to `true`.
|
||||||
|
|
||||||
|
|
||||||
v2.0.1 (UNRELEASED)
|
v2.0.1 (UNRELEASED)
|
||||||
@ -95,9 +96,6 @@ Core API
|
|||||||
- Add :meth:`mopidy.core.PlaylistsController.get_uri_schemes`. (PR:
|
- Add :meth:`mopidy.core.PlaylistsController.get_uri_schemes`. (PR:
|
||||||
:issue:`1362`)
|
:issue:`1362`)
|
||||||
|
|
||||||
- Persist state between runs. The amount of data to persist can be
|
|
||||||
controlled by config value :confval:`core/restore_state`
|
|
||||||
|
|
||||||
- The ``track_playback_ended`` event now includes the correct ``tl_track``
|
- The ``track_playback_ended`` event now includes the correct ``tl_track``
|
||||||
reference when changing to the next track in consume mode. (Fixes:
|
reference when changing to the next track in consume mode. (Fixes:
|
||||||
:issue:`1402` PR: :issue:`1403` PR: :issue:`1406`)
|
:issue:`1402` PR: :issue:`1403` PR: :issue:`1406`)
|
||||||
|
|||||||
@ -113,8 +113,9 @@ Core config section
|
|||||||
|
|
||||||
.. confval:: core/restore_state
|
.. confval:: core/restore_state
|
||||||
|
|
||||||
When set to ``true``, Mopidy saves the state when it ends and
|
When set to ``true``, Mopidy restores its last state when started.
|
||||||
restores the state at next start.
|
The restored state includes the tracklist, playback history,
|
||||||
|
the playback state, and the mixers volume and mute state.
|
||||||
|
|
||||||
Default is ``false``.
|
Default is ``false``.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user