========================================
New features:
- Playlists can be specified in ``autostart/tracklist.uris`` with e.g.
``m3u://``. The items of the playlist are inserted into the tracklist in
the position, where the playlist entry occurs. The playlist scheme specified
must be supported by Mopidy.
- Glob patterns can now be specified in ``autostart/tracklist.uris`` for
``file://`` URIs to insert many files into the tracklist. The URI is
``match:file://`` followed by the file pattern, e.g.
``match:file:///usr/share/sounds/alsa/*.wav``. The ``File`` extension must be
enabled. (Bug 1)
Bugs:
- Index defaults always to 0. (If Mopidy is closed with nothing playing, no
index could not be saved and so the default index after starting was none.)
Improvements:
- Mention 'core/restore_state' in README.rst.
- Add section "How to find the URIs?" to README.rst.