diff --git a/docs/changes.rst b/docs/changes.rst index fba9b80e..22f221cd 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -10,7 +10,7 @@ v0.12.0 (in development) (in development) -**Spotify** +**Spotify backend** - Let GStreamer handle time position tracking and seeks. (Fixes: :issue:`191`) @@ -18,6 +18,23 @@ v0.12.0 (in development) - Make ``mopidy-scan`` support symlinks. +**Stream backend** + +We've added a new backend for playing audio streams, the :mod:`stream backend +`. It is activated by default. + +The stream backend supports the intersection of what your GStreamer +installation supports and what protocols are included in the +:attr:`mopidy.settings.STREAM_PROTOCOLS` settings. + +Current limitations: + +- No metadata about the current track in the stream is available. + +- Playlists are not parsed, so you can't play e.g. a M3U or PLS file which + contains stream URIs. You need to extract the stream URL from the playlist + yourself. See :issue:`303` for progress on this. + v0.11.0 (2012-12-24) ====================