mopidy/tests/backends/base
Thomas Adamcik e00b590ae9 Detangle EOT and EOS.
This commit tries to detangle EOS from EOT which we have incorrectly
intermingled. EOS events should only be happening at the end of the playlist
when we are about to stop. EOT handling has been removed / broken in this
change, and will need to be re-added with proper tests.
2012-12-12 22:57:19 +01:00
..
__init__.py Make tracklist.add() only take and return lists 2012-11-20 22:12:09 +01:00
events.py local: Trigger playlists_loaded() event on playlist load/refresh 2012-11-17 17:09:27 +01:00
library.py Make library.lookup() return a list of tracks 2012-11-19 21:09:10 +01:00
playback.py Detangle EOT and EOS. 2012-12-12 22:57:19 +01:00
playlists.py Replace {tracklist,playlists}.get() with .filter() which always returns a list 2012-11-19 21:09:10 +01:00
tracklist.py core: Don't fail when adding tracks after end of tracklist 2012-11-20 22:36:39 +01:00