Releases Tags
-
v0.2.3 Stable
released this 2 years ago | 1 commits to main since this release
New features:
- Auto save: Save the state not just when Mopidy shuts down, but at
(configurable) events. To reduce stress on a SD card, a save interval can be
configured. See #6, thanks @Race666 and @mikiair! (Closes #4)
Bugs:
Downloads
- Auto save: Save the state not just when Mopidy shuts down, but at
-
v0.2.2 Stable
released this 2 years ago | 0 commits to hg since this release
Bugs:
- No double encoding of uris. (Fixes first issue in #3)
Improvements:
- Sometimes tracks cannot be loaded into the tracklist. The URIs of these
tracks are now logged with a warning message mentioning possible reasons.
it also plays the next available track. (Fixes second issue in #3) - Remove "Autoplay: " from log messages.
Downloads
-
v0.2.1 Stable
released this 3 years ago | 25 commits to main since this release
Bugs:
- 'Playback stopped' now stops.
Improvements:
- README.rst mentions possible conflict with
core/restore_state = true
. - README.rst mentions possible problems, if backends needs longer to
initialize. - README.rst explains that by using the
File
extension (URI starts with
file://
) you can load any file permission permitted.
Downloads
-
v0.2.0 Stable
released this 3 years ago | 27 commits to main since this release
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
. TheFile
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.
Downloads
- Playlists can be specified in
-
v0.1.1 Stable
released this 3 years ago | 34 commits to main since this release
- Typo in README.rst corrected.
Downloads
-
v0.1.0 Stable
released this 3 years ago | 36 commits to main since this release
- Initial release.
Downloads