Commit Graph

1623 Commits

Author SHA1 Message Date
Stein Magnus Jodal
e4b5dd194a docs: Installing pyspotify on OS X 2010-08-16 18:34:59 +02:00
Thomas Adamcik
83fbc8ea22 Start preprations for supporting switching between sources 2010-08-15 03:03:32 +02:00
Thomas Adamcik
da763be9d7 Add multiqueue to pipeline so appsrc in theory should work again 2010-08-15 01:05:30 +02:00
Stein Magnus Jodal
d5c5fc16f5 Add Spotify Core notices as required by Spotify 2010-08-15 00:28:50 +02:00
Thomas Adamcik
fbe75e799a Remove unused property 2010-08-15 00:25:39 +02:00
Stein Magnus Jodal
cf3e4aae5e We get 160kbps, not 320kbps, from pyspotify 2010-08-15 00:11:22 +02:00
Thomas Adamcik
869e3cbc67 Use alsasink ase there seems to be a bug with using pulse in this maner 2010-08-14 23:55:21 +02:00
Thomas Adamcik
b2b169eaa9 Use uridecodebin with auto connecting to play local music 2010-08-14 23:54:54 +02:00
Stein Magnus Jodal
bb712a6d6e Call on_current_playlist_change whenever the current playlist changes 2010-08-14 23:52:56 +02:00
Stein Magnus Jodal
79eb5028ca Rename variables forgotten in previous commit 2010-08-14 23:52:03 +02:00
Stein Magnus Jodal
187d3544c4 Play next track at play error 2010-08-14 23:08:42 +02:00
Thomas Adamcik
e93e3d4265 Attempt to simplify gstreamer output with only playbin 2010-08-14 22:26:32 +02:00
Stein Magnus Jodal
b7030b127a MPD: Fix 'play[id] -1' behaviour when current track is set 2010-08-14 21:58:39 +02:00
Stein Magnus Jodal
fb6b196646 Fix 'load' so one can append a playlist to the current playlist 2010-08-14 21:24:39 +02:00
Stein Magnus Jodal
465a57b3af docs: Fix link from 'licenses' to 'authors' 2010-08-14 20:42:12 +02:00
Thomas Adamcik
cc9de4eff1 Add extra backend test that check that pause resumes correct song 2010-08-14 19:14:52 +02:00
Thomas Adamcik
504802b02d Update test_end_of_track_callback_gets_called to check that end_of_track is in core_queue 2010-08-14 19:06:08 +02:00
Stein Magnus Jodal
4bea82c2f1 Shrink audio test data 2010-08-14 19:03:37 +02:00
Thomas Adamcik
bb73f8ae5f Update set_state to block for async state changes 2010-08-14 18:56:32 +02:00
Johannes Knutsen
05b01e67f1 Merge branch 'gstreamer' into singlerepeat 2010-08-14 18:30:53 +02:00
Johannes Knutsen
ca52dd6363 added tests for next track in single and repeat mode 2010-08-14 18:30:22 +02:00
Thomas Adamcik
f5b6d0e994 Switch to using playbin in order to get simple base case working 2010-08-14 18:29:33 +02:00
Thomas Adamcik
48dc3137d5 Merge branch 'gstreamer' of git://github.com/jodal/mopidy into gstreamer-local-backend 2010-08-14 18:20:36 +02:00
Stein Magnus Jodal
074976d9f3 Test MIXER_MAX_VOLUME and fix detected bugs 2010-08-14 18:18:15 +02:00
Stein Magnus Jodal
968433641b Add MIXER_MAX_VOLUME setting for capping the max volume 2010-08-14 18:01:16 +02:00
Johannes Knutsen
43779afd0b Merge branch 'gstreamer' of git://github.com/jodal/mopidy into gstreamer 2010-08-14 18:00:33 +02:00
Johannes Knutsen
200cc3dd2a end of track to call play on the next track 2010-08-14 18:00:18 +02:00
Thomas Adamcik
3dc9240ea4 Add time position stuff to gstreamer output 2010-08-14 17:52:12 +02:00
Stein Magnus Jodal
4205a3d49b Remove recalibration at volume=0 with NadMixer. It's just way to frustrating. 2010-08-14 17:49:17 +02:00
Thomas Adamcik
a094c66546 Strip out gst stuff from localbackend and start using output 2010-08-14 17:29:50 +02:00
Thomas Adamcik
85100f2143 Remove appsrc from output until local backend tests are done 2010-08-14 17:28:04 +02:00
Thomas Adamcik
8950385815 Update local backend tests to setup output and queues 2010-08-14 17:27:26 +02:00
Thomas Adamcik
77fde2fce7 Remove skip test for local backend 2010-08-14 17:26:25 +02:00
Johannes Knutsen
ba48920018 Merge branch 'gstreamer' of git://github.com/jodal/mopidy into gstreamer 2010-08-14 17:25:12 +02:00
Stein Magnus Jodal
97ff6bf042 Check if failure instead of chacking for success when setting GStreamer state 2010-08-14 17:24:06 +02:00
Johannes Knutsen
622b96ef27 support single mode at end of track 2010-08-14 17:19:03 +02:00
Johannes Knutsen
a3b03b6356 copied cp_track_at_next to cp_track_at_end_of_track and let the end of track implement it's own next functionality instead of calling next 2010-08-14 17:16:28 +02:00
Johannes Knutsen
b4325c67db rename next_cp_track to cp_track_at_next to differ between next and end of track events 2010-08-14 16:44:39 +02:00
Stein Magnus Jodal
473c31fec8 Revert "Fix set_state method in GStreamerOutput"
This reverts commit dc27434df9.
2010-08-14 16:42:46 +02:00
Thomas Adamcik
c30720f81a Fix pylint long line warning 2010-08-14 16:30:42 +02:00
Thomas Adamcik
d04b4c3181 Skip local backend tests as they break new gso tests due to gst usage 2010-08-14 16:24:28 +02:00
Thomas Adamcik
7bf8b19e4d Update pipeline description with names 2010-08-14 16:23:59 +02:00
Thomas Adamcik
8824227b19 Merge branch 'gstreamer' into gstreamer-output-testing 2010-08-14 16:08:04 +02:00
Thomas Adamcik
6346e07ad5 Merge branch 'gstreamer' of git://github.com/jodal/mopidy into gstreamer 2010-08-14 16:07:56 +02:00
Thomas Adamcik
9196140999 Add placeholder for possible set_state test 2010-08-14 16:07:46 +02:00
Stein Magnus Jodal
0882011a71 Merge remote branch 'adamcik/gstreamer' into gstreamer 2010-08-14 16:04:14 +02:00
Johannes Knutsen
711ebfc505 Merge branch 'gstreamer' of git://github.com/jodal/mopidy into gstreamer 2010-08-14 16:00:26 +02:00
Johannes Knutsen
00f59e590b test seek with songpos 2010-08-14 16:00:06 +02:00
Johannes Knutsen
8599bcd491 test seekid updates cpid 2010-08-14 15:59:46 +02:00
Thomas Adamcik
7db0bd25fd Add basic volume tests for gstreamer output 2010-08-14 15:56:00 +02:00