From b581d5a574ab90fd4cc195bc7ba438628c80ac0a Mon Sep 17 00:00:00 2001 From: Jens Luetjen Date: Thu, 31 Mar 2016 20:41:47 +0200 Subject: [PATCH] Update documentation. Update persistent feature in changelog and config description. --- docs/changelog.rst | 6 ++---- docs/config.rst | 5 +++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 08f0396b..b048e726 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -10,7 +10,8 @@ v2.1.0 (UNRELEASED) 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) @@ -95,9 +96,6 @@ Core API - Add :meth:`mopidy.core.PlaylistsController.get_uri_schemes`. (PR: :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`` reference when changing to the next track in consume mode. (Fixes: :issue:`1402` PR: :issue:`1403` PR: :issue:`1406`) diff --git a/docs/config.rst b/docs/config.rst index 08381aaa..df8e2a7d 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -113,8 +113,9 @@ Core config section .. confval:: core/restore_state - When set to ``true``, Mopidy saves the state when it ends and - restores the state at next start. + When set to ``true``, Mopidy restores its last state when started. + The restored state includes the tracklist, playback history, + the playback state, and the mixers volume and mute state. Default is ``false``.