Stein Magnus Jodal
a9923fcb23
Merge remote branch 'adamcik/gstreamer'
...
Conflicts:
mopidy/mpd/frontend.py
tests/mpd/frontend_test.py
GstreamerBackend now raises LookupError where the other backends just
returns None. We'll probably move in the direction of using LookupError
all over, but the changes to DummyBackend and generic tests was reverted
until BaseBackend, the backend API docs and the other backends are
updated to all raise LookupError.
2010-06-06 22:15:25 +02:00
Stein Magnus Jodal
d135066b0d
addid should ACK, and not crash or be silent on error conditions
2010-06-06 22:04:50 +02:00
Stein Magnus Jodal
6623007448
Ready for 0.1.0a3 development
2010-06-02 21:45:22 +02:00
Thomas Adamcik
98f2f67663
Library needs to set id
2010-05-06 00:50:22 +02:00
Thomas Adamcik
f60301800d
Add FIXME with respect to volume in alsamixer
2010-05-06 00:15:00 +02:00
Thomas Adamcik
0186e3b56e
Fix test_add_uri_that_triggers_lookup_error
2010-05-06 00:11:30 +02:00
Thomas Adamcik
b090d37457
Fix dummy library with respect to raising lookup error
2010-05-06 00:11:11 +02:00
Thomas Adamcik
feb0b3f5f3
Add logging marker
2010-05-05 23:54:53 +02:00
Thomas Adamcik
bfd34eb9e0
Fix gstreamer stored playlist controller with respect to tracks that don't exist in library (and test stub for issue)
2010-05-05 23:05:22 +02:00
Thomas Adamcik
09ffd91845
Fix playlistinfo handling to match mpd behaviour
2010-05-05 22:56:52 +02:00
Stein Magnus Jodal
db20c86c80
Split logging setup into two functions
2010-05-05 22:52:09 +02:00
Thomas Adamcik
e7014b9fb7
Merge branch 'master' into gstreamer
...
Conflicts:
mopidy/settings.py
2010-05-05 20:44:10 +02:00
Thomas Adamcik
3dac4f9474
Merge branch 'master' of git://github.com/jodal/mopidy
2010-05-05 20:43:19 +02:00
Thomas Adamcik
745675d0ff
Merge branch 'master' into gstreamer
2010-05-05 20:42:38 +02:00
Thomas Adamcik
7b31521968
Fix log format for server input, output
2010-05-05 20:41:15 +02:00
Thomas Adamcik
8875e054d0
Rename MUSIC_FOLDER, PLAYLIST_FOLDER and TAG_CACHE with LOCAL_ prefix
2010-05-05 20:28:51 +02:00
Stein Magnus Jodal
db97f456d4
Fix settings docs formatting
2010-05-05 20:20:39 +02:00
Thomas Adamcik
2c02dca44b
Merge branch 'master' into gstreamer
2010-05-05 20:20:13 +02:00
Stein Magnus Jodal
429caf51aa
Add new setting MIXER_ALSA_CONTROL that overrides the control search in AlsaMixer
2010-05-05 20:04:25 +02:00
Stein Magnus Jodal
1660cccbea
Fix missing options.debug
2010-05-05 19:42:16 +02:00
Thomas Adamcik
62dde4de74
Merge branch 'master' into gstreamer
2010-05-05 19:29:26 +02:00
Thomas Adamcik
733f51fdc6
Add info about defaults for DUMP settings
2010-05-05 19:29:20 +02:00
Thomas Adamcik
f55390ee18
Use path_to_uri to join dirs
2010-05-05 19:26:50 +02:00
Thomas Adamcik
1622f760f2
Add FIXMEs
2010-05-05 19:26:31 +02:00
Thomas Adamcik
998f9abae6
Load playlist tracks from library
2010-05-05 19:24:42 +02:00
Thomas Adamcik
60ca5e4841
Add logging for loading of tag_cache and playlists, and exception message for LookupError
2010-05-05 19:24:22 +02:00
Thomas Adamcik
f946386a7d
Reorder init of backends due to dependencies between them
2010-05-05 19:23:10 +02:00
Thomas Adamcik
8361b137cc
Rename debug option to dump
2010-05-05 19:21:47 +02:00
Thomas Adamcik
f0dfaaa363
Add client info to logs
2010-05-05 18:33:19 +02:00
Thomas Adamcik
fc8b932723
Add file based debug logger
2010-05-05 18:33:05 +02:00
Stein Magnus Jodal
c8b6e4728d
MPD: Handle 'play "-1"' in same way as 'playid "-1"'
2010-05-05 14:37:58 +02:00
Stein Magnus Jodal
b408751520
MPD: Handle 'lsinfo ""' in the same way as 'lsinfo' and 'lsinfo "/"'
2010-05-05 12:54:49 +02:00
Stein Magnus Jodal
5449374fa2
Ready for 0.1.0a2 development
2010-05-04 22:23:15 +02:00
Stein Magnus Jodal
3cf285f44e
despotify: Ignore local files in playlists
...
Fixes initial hang on "Caching stored playlists".
2010-05-04 21:36:04 +02:00
Stein Magnus Jodal
597ea290ae
Document what should happen if library.lookup() fails
2010-05-04 21:30:58 +02:00
Stein Magnus Jodal
a3498ba5d6
Fix kwarg name
2010-05-04 20:59:45 +02:00
Stein Magnus Jodal
3047aeb14a
Merge remote branch 'adamcik/gstreamer'
2010-05-04 00:27:02 +02:00
Stein Magnus Jodal
894060b4e4
Make AlsaMixer work on hosts without a mixer named 'Master'
2010-05-03 23:52:38 +02:00
Stein Magnus Jodal
8cedca11d3
Improve backend API docs
2010-05-03 22:54:34 +02:00
Stein Magnus Jodal
39959a6edf
Rename playlist_position to current_playlist_position
2010-05-03 22:52:49 +02:00
Stein Magnus Jodal
5638604a07
Remove backend.playback.volume in preference of backend.mixer.volume
2010-05-03 22:38:21 +02:00
Stein Magnus Jodal
59a81ecf6d
libspotify: Make audio controller injectable for testing
2010-05-03 21:44:06 +02:00
Thomas Adamcik
adb8304c67
Try to fix path_to_uri for windows
2010-05-02 02:21:04 +02:00
Thomas Adamcik
d757d6a0ec
Simplify tag cache return values
2010-05-01 21:28:56 +02:00
Thomas Adamcik
590aea4b89
Add FIXME and correct test class name
2010-05-01 21:03:51 +02:00
Thomas Adamcik
3c9ff6b13f
Rename get_or_create_dotdir to get_or_create_folder and add tests
2010-05-01 21:03:11 +02:00
Thomas Adamcik
9bf1ecede8
Deploy path_to_uri all over
2010-05-01 20:31:00 +02:00
Thomas Adamcik
5cabd1c255
Unicode tests for PathToFileURITest
2010-05-01 20:10:12 +02:00
Thomas Adamcik
0186bd81db
Expand path_to_uri functionality
2010-05-01 19:56:03 +02:00
Thomas Adamcik
03a453eb64
Add path_to_uri in utils
2010-05-01 19:48:05 +02:00