From e4f006030b52b976bd51d2dd7312df9afb0b51d7 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 3 Nov 2010 00:45:48 +0100 Subject: [PATCH] Update changelog --- docs/changes.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index add4cfc6..6c9f99f1 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -12,6 +12,19 @@ No description yet. **Changes** +- Settings: + + - Automatically expand ``~`` to the user's home directory in settings with + names ending in ``_PATH`` or ``_FILE``. + - Rename the following settings. The settings validator will warn you if you + need to change your local settings. + + - ``LOCAL_MUSIC_FOLDER`` to :attr:`mopidy.settings.LOCAL_MUSIC_PATH` + - ``LOCAL_PLAYLIST_FOLDER`` to + :attr:`mopidy.settings.LOCAL_PLAYLIST_PATH` + - ``LOCAL_TAG_CACHE`` to :attr:`mopidy.settings.LOCAL_TAG_CACHE_PATH` + - ``SPOTIFY_LIB_CACHE`` to :attr:`mopidy.settings.SPOTIFY_CACHE_PATH` + - Packaging and distribution: - Install ``mopidy.desktop`` file that makes Mopidy available from e.g. Gnome @@ -22,11 +35,14 @@ No description yet. - Add :command:`mopidy-scan` command to generate ``tag_cache`` files without any help from the original MPD server. + - Support UTF-8 encoded tag caches with non-ASCII characters. - Models: - Rename and generalize ``Playlist._with(**kwargs)`` to :meth:`mopidy.models.ImmutableObject.copy`. + - Add ``musicbrainz_id`` field to :class:`mopidy.models.Artist`, + :class:`mopidy.models.Album`, and :class:`mopidy.models.Track`. - Introduce the :ref:`provider concept `. Split the backend API into a :ref:`backend controller API ` (for