Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit b56d5a2

Browse files
committed
Release v0.2.2
1 parent cba8074 commit b56d5a2

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog
33
*********
44

5+
v0.2.2 (2021-04-13)
6+
========================================
7+
8+
Bugs:
9+
10+
- No double encoding of uris. (Fixes first issue in #3)
11+
12+
Improvements:
13+
14+
- Sometimes tracks cannot be loaded into the tracklist. The URIs of these
15+
tracks are now logged with a warning message mentioning possible reasons.
16+
it also plays the next available track. (Fixes second issue in #3)
17+
- Remvove "Autoplay: " from log messages.
18+
19+
520
v0.2.1 (2020-10-26)
621
========================================
722

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ the last track from the position before Mopidy was shut down.
1919

2020
If you simply want to restore Mopidy's state exactly as it were when you left,
2121
you can set
22-
`core/restore_state <https://docs.mopidy.com/en/latest/config/#confval-core-restore_state>`_.
22+
`core/restore_state <https://docs.mopidy.com/en/latest/config/#confval-core-restore_state>`_
2323
to ``true``. The default behaviour of this extension is to mimick this, but by
2424
using this extension, you can modify the state. You can set the entries in the
2525
tracklist, the tracklist options, the playback state (e.g. set it to
@@ -43,6 +43,10 @@ There are some similar extensions which might suit your requirements better:
4343
- If this extension tries to play tracks from backends, that have not finished
4444
initialising, the playing might fail. For a discussion see this
4545
`topic <https://discourse.mopidy.com/t/restore-state-not-working-for-dlna-extension/4358>`_.
46+
If that happens, the next available track from the tracklist is played. If
47+
there is no later track available, Mopidy-Autoplay will not play anything.
48+
(All those tracks which cannot be played, can be found in the logfile with a
49+
warning level.)
4650
- If you set Mopidy's configuration option ``core/restore_state = true``, this
4751
might interfere with Mopidy-Autoplay, so it is best to either set
4852
``core/restore_state = false`` or delete this entry. (When I tested it,

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = Mopidy-Autoplay
3-
version = 0.2.1
3+
version = 0.2.2
44
url = https://github.com/sphh/mopidy-autoplay
55
author = Stephan Helma
66
author_email = s.p.helma@gmx.net

0 commit comments

Comments
 (0)