Thomas Adamcik
|
eb538f46be
|
Add destroy method to all backend pieces
|
2010-04-06 15:50:34 +02:00 |
|
Thomas Adamcik
|
ce2c032247
|
Don't call bin.get_state with -1, default is blocking anyway
|
2010-04-06 15:04:13 +02:00 |
|
Thomas Adamcik
|
62684af518
|
Cleanup volume testing from playback tests
|
2010-04-06 15:03:25 +02:00 |
|
Thomas Adamcik
|
48acbf701c
|
Add FIXMEs
|
2010-04-06 15:02:15 +02:00 |
|
Thomas Adamcik
|
ef3906c1d6
|
Setup logger to log to test.log for all tests
|
2010-04-06 15:00:24 +02:00 |
|
Thomas Adamcik
|
1206734931
|
Extra newline
|
2010-04-06 01:07:36 +02:00 |
|
Thomas Adamcik
|
07f98fbf4f
|
Rename basetests to base
|
2010-04-05 22:42:30 +02:00 |
|
Thomas Adamcik
|
3cb382e495
|
Fix BaseCurrentPlaylistController with respect to test_move_single
|
2010-04-05 21:31:55 +02:00 |
|
Thomas Adamcik
|
b126311f18
|
Fix BaseCurrentPlaylistControllerTest.test_load
|
2010-04-05 21:27:53 +02:00 |
|
Thomas Adamcik
|
5623e26cc7
|
Fix BaseCurrentPlaylistController with respect to test_add_at_position (at_position can be zero)
|
2010-04-05 20:36:34 +02:00 |
|
Thomas Adamcik
|
e82a15ee9c
|
Fix BaseCurrentPlaylistController with respect to test_removing_from_empty_playlist
|
2010-04-05 20:29:22 +02:00 |
|
Thomas Adamcik
|
e9da4f53d4
|
Update get_ tests to match new API
|
2010-04-05 20:27:06 +02:00 |
|
Thomas Adamcik
|
4334548ea4
|
Call playback.destroy instead of backend.destroy for the time being
|
2010-04-05 20:26:44 +02:00 |
|
Thomas Adamcik
|
23685dd9f0
|
Remove uneeded GStreamerCurrentPlaylistController
|
2010-04-05 20:26:12 +02:00 |
|
Thomas Adamcik
|
2d65666d58
|
Merge branch 'master' into gstreamer
Conflicts:
mopidy/backends/__init__.py
mopidy/mpd/handler.py
|
2010-04-05 19:18:20 +02:00 |
|
Thomas Adamcik
|
34e69ea438
|
Switch to threading for gstreamer message handling
|
2010-04-05 18:27:54 +02:00 |
|
Thomas Adamcik
|
00c1e03f8e
|
Prevent deadlocks when something goes wrong
|
2010-04-05 15:05:38 +02:00 |
|
Thomas Adamcik
|
17da9900fe
|
Rename gstreamer test file to play nice with nose
|
2010-04-05 14:40:04 +02:00 |
|
Stein Magnus Jodal
|
332d917b53
|
Update frontend to match CPC.get() changes
|
2010-03-31 23:44:17 +02:00 |
|
Stein Magnus Jodal
|
6d46d77b7a
|
Update CPC.get() to match behaviour of SPC.get()
|
2010-03-31 23:42:03 +02:00 |
|
Stein Magnus Jodal
|
34ebdaf8de
|
Update frontend to use new SPLC.get()
|
2010-03-31 23:30:27 +02:00 |
|
Stein Magnus Jodal
|
89346aa76b
|
Refactor BaseStoredPlaylistsController.get_by_name to take multiple criteria
|
2010-03-31 23:28:10 +02:00 |
|
Stein Magnus Jodal
|
682b3cc354
|
Test current BaseStoredPlaylistController.get_by_name() behaviour
|
2010-03-31 23:18:16 +02:00 |
|
Stein Magnus Jodal
|
96ddf9a881
|
Improve BCPC.get() docstring
|
2010-03-31 21:11:58 +02:00 |
|
Stein Magnus Jodal
|
cb3740138a
|
Explicitly use DummyMixer in tests
|
2010-03-31 20:58:26 +02:00 |
|
Stein Magnus Jodal
|
7039031161
|
Update frontend to use new BaseCurrentPlaylistController.get()
|
2010-03-31 20:49:58 +02:00 |
|
Stein Magnus Jodal
|
c24c7818e5
|
Refactor BaseCurrentPlaylistController.get_by_{id,uri} into a generic get(**criteria)
|
2010-03-31 20:48:03 +02:00 |
|
Stein Magnus Jodal
|
db4f449be9
|
Add tests for DummyCurrentPlaylistController.get_by_{id,uri}
|
2010-03-31 18:26:55 +02:00 |
|
Stein Magnus Jodal
|
aedbf82d5b
|
Mark 'get build server' as done
|
2010-03-30 20:09:42 +02:00 |
|
Johannes Knutsen
|
5a9b141657
|
set current_track to None on clear commands - required by Sonata
|
2010-03-30 02:34:58 +02:00 |
|
Johannes Knutsen
|
818e602221
|
handle gmpc issuing playid "-1" after playlst replacement
|
2010-03-30 01:59:34 +02:00 |
|
Johannes Knutsen
|
ecfd774e64
|
test find album "what" artist "what" command
|
2010-03-30 01:29:07 +02:00 |
|
Johannes Knutsen
|
81885d27d7
|
Merge branch 'master' of git://github.com/jodal/mopidy
|
2010-03-30 00:10:36 +02:00 |
|
Stein Magnus Jodal
|
bcd9fd66e8
|
Use index to get KeyError message instead of unicode() as its behaviour varies between Solaris/Py2.6.5 and Ubuntu/Py2.6.4
|
2010-03-29 20:56:29 +02:00 |
|
Stein Magnus Jodal
|
61dadc02b6
|
Add MopidyException base exception
|
2010-03-29 20:55:33 +02:00 |
|
Stein Magnus Jodal
|
1498c2cbba
|
Try to fix exception message handling on Solaris and/or Python 2.6.5
|
2010-03-29 20:29:07 +02:00 |
|
Johannes Knutsen
|
6901161973
|
Support album track listing in gmpc by implementing support for command: list album "[ALBUM]" artist "[ARTIST]"
|
2010-03-29 19:19:02 +02:00 |
|
Stein Magnus Jodal
|
3e4514cf64
|
Add requirements for external mixers
|
2010-03-29 11:59:01 +02:00 |
|
Stein Magnus Jodal
|
b4f3605915
|
despotify: Add missing import
|
2010-03-28 22:23:39 +02:00 |
|
Stein Magnus Jodal
|
57e23fd496
|
docs: A section on Hudson CI
|
2010-03-28 22:10:49 +02:00 |
|
Stein Magnus Jodal
|
ca4e9ae199
|
Do not run doctests as default, as they require all imported modules to be present on the system
|
2010-03-28 00:53:38 +01:00 |
|
Stein Magnus Jodal
|
f375413930
|
Ignore coverage.xml
|
2010-03-27 23:23:57 +01:00 |
|
Stein Magnus Jodal
|
06a6beb94a
|
Add PyPI trove categories
|
2010-03-27 17:28:46 +01:00 |
|
Stein Magnus Jodal
|
9a80dd5fb5
|
Add removal of MANIFEST from release howto
|
2010-03-27 16:43:44 +01:00 |
|
Stein Magnus Jodal
|
b34270174e
|
Add Google Analytics tracking to docs
|
2010-03-27 15:38:52 +01:00 |
|
Stein Magnus Jodal
|
27266d8d3e
|
Add receipe on creating new releases
|
2010-03-27 13:59:17 +01:00 |
|
Stein Magnus Jodal
|
48027da3c5
|
Release v0.1.0a0
|
2010-03-27 13:51:53 +01:00 |
|
Stein Magnus Jodal
|
ba6bbc7aad
|
Steal code style and commit guidelines from 'comics'
|
2010-03-27 13:49:40 +01:00 |
|
Stein Magnus Jodal
|
aea416924f
|
Extend test running docs
|
2010-03-27 13:43:12 +01:00 |
|
Stein Magnus Jodal
|
c1189186d5
|
Use :pep: instead of links to refer to PEPs
|
2010-03-27 13:37:13 +01:00 |
|