mopidy/mopidy
Thomas Adamcik efe9430c7a core: Update playback code to take change track into account.
This change has us checking the return value of change_track when deciding if
the play call was a success or if the track is unplayable. Which ensures that
the following can no longer happen: 1) play stream 2) play stream that fails
change_track 3) stream 1) continues playing. Correct behavior being the next
stream playing instead.
2015-03-22 22:12:51 +01:00
..
audio docs: Change deprecated-in from 0.20 to 1.0 2015-03-18 22:00:00 +01:00
config Merge pull request #1002 from adamcik/fix/694 2015-02-25 23:36:13 +01:00
core core: Update playback code to take change track into account. 2015-03-22 22:12:51 +01:00
http http: Make sure to decode exceptions for logging 2015-03-02 00:06:02 +01:00
local Merge pull request #1064 from adamcik/fix/1052-break-backend-play 2015-03-22 09:19:39 +01:00
m3u m3u: Store by URI internally 2015-03-22 21:54:29 +01:00
mpd core: Correctly handle missing duration in seek. 2015-03-15 11:29:07 +01:00
softwaremixer softwaremixer: Remove comment 2015-02-12 23:52:56 +01:00
stream audio: Add support for checking seekable state in scanner 2015-03-12 22:11:50 +01:00
utils Decode all strerror-based exception messages 2015-03-17 22:02:34 +01:00
__init__.py Bump version to 1.0.0 2015-03-22 09:25:04 +01:00
__main__.py Fix flake8 warnings 2014-12-07 20:39:39 +01:00
backend.py backend: Minor docstring adjustments 2015-03-22 09:21:12 +01:00
commands.py Allow 'none' as audio.mixer value 2015-03-10 00:26:22 +01:00
compat.py py3: Use itervalues() for local track database 2014-12-07 21:44:39 +01:00
exceptions.py utils: Switch to exceptions.FindError for errors. 2014-12-14 14:08:45 +01:00
ext.py Merge branch 'release/v0.19.x' into develop 2014-12-23 22:58:54 +01:00
listener.py listener: Speed up event emitting and improve error reporting 2015-02-09 00:10:33 +01:00
mixer.py mixer: Move DummyMixer into tests package 2015-02-13 01:37:07 +01:00
models.py Merge pull request #1039 from adamcik/bug/923/duration-as-int-or-none 2015-03-15 21:26:16 +01:00
zeroconf.py py3: Use absolute imports by default 2014-12-07 20:17:10 +01:00