Commit Graph

2045 Commits

Author SHA1 Message Date
Thomas Adamcik
9b47870404 Make mopidy.ouputs a module again 2011-05-03 23:27:23 +02:00
Thomas Adamcik
32cf5588eb Recovered old BastOutput docstrings and added them to GStreamer class where apropriate 2011-05-03 23:25:33 +02:00
Stein Magnus Jodal
ed5cd8f52b docs: Refresh docs wrt. mopidy.{gstreamer,outputs} 2011-05-03 10:08:21 +02:00
Stein Magnus Jodal
dc018024f9 Move BaseOutput from mopidy.gstreamer to mopidy.outputs 2011-05-03 10:04:20 +02:00
Thomas Adamcik
e57f3f39c4 Short circuit retrival of position when we are in stopped state, should fix #87 2011-05-02 23:49:39 +02:00
Thomas Adamcik
f39d98f505 Fix merge error in gstreamer.py 2011-05-02 21:55:11 +02:00
Thomas Adamcik
0031239357 Merge branch 'feature/modularised-output' into develop 2011-05-02 21:44:45 +02:00
Thomas Adamcik
865d62e6e1 Merge branch 'develop' into feature/modularised-output
Conflicts:
	mopidy/gstreamer.py
2011-05-01 23:51:33 +02:00
Antoine Pierlot-Garcin
5a16b2ec55 Fix UnicodeDecodeError in MPD frontend on non-english locale 2011-04-29 20:46:34 -04:00
Stein Magnus Jodal
f894ee8572 Merge branch 'bugfix/85-fix-non-negotiated-appsrc' into develop 2011-04-29 23:48:13 +02:00
Thomas Adamcik
e3235e9620 Fix for #85 - appsrc wasn't being linked due to lack of default caps 2011-04-29 22:17:50 +02:00
Stein Magnus Jodal
c0b25a7e8d Merge branch 'hotfix/nad-mixer' into develop 2011-04-29 20:30:33 +02:00
Stein Magnus Jodal
1695507210 Remove eol kwarg that are only supported by pyserial.FileLike.readline, and not io.RawIOBase.readline 2011-04-29 20:25:07 +02:00
Stein Magnus Jodal
1a3fa4b80d Prepare changelog for 0.5.0 development 2011-04-27 00:21:39 +02:00
Stein Magnus Jodal
99ef5a3c7f Include tox.ini in source distribution 2011-04-27 00:20:31 +02:00
Stein Magnus Jodal
50aef50989 Ready for 0.5.0 development 2011-04-27 00:20:08 +02:00
Stein Magnus Jodal
8df4505b97 Release v0.4.0 2011-04-26 23:48:39 +02:00
Stein Magnus Jodal
b8a8da1cdc Add description of 0.4.0 release 2011-04-26 23:47:38 +02:00
Stein Magnus Jodal
f35e1348bc Update changelog with fixes from @adamcik 2011-04-26 23:24:23 +02:00
Stein Magnus Jodal
a7e6596578 Pause playback on Spoticy connection errors (fixes #65) 2011-04-26 23:07:36 +02:00
Thomas Adamcik
9b9419fcb3 s/USER/USERNAME/ 2011-04-25 21:32:34 +02:00
Thomas Adamcik
bb8296ceb7 Fix stale documentation in settings.py 2011-04-25 21:30:15 +02:00
Thomas Adamcik
472e4d2790 Rename output to gstreamer in backends 2011-04-25 21:30:01 +02:00
Thomas Adamcik
e1ef4171b5 Merge branch 'develop' of http://github.com/mopidy/mopidy into develop 2011-04-25 20:37:50 +02:00
Thomas Adamcik
a4c526774b Kill off stale shoutcast tests 2011-04-25 17:44:21 +02:00
Thomas Adamcik
169fbae695 Fix outputs setting 2011-04-25 17:41:33 +02:00
Thomas Adamcik
eceba71273 Unify naming of output settings 2011-04-25 17:30:55 +02:00
Thomas Adamcik
5c19bf8434 Create set_properties helper for BaseOutput 2011-04-25 17:15:43 +02:00
Thomas Adamcik
1c233a3f8a Replace CustomOutput with override for LocalOutput 2011-04-25 17:14:31 +02:00
Stein Magnus Jodal
043338d3af Revert "Merge branch 'feature/multi-backend' into develop"
This reverts commit c8639f48da, reversing
changes made to 3e0a04ab91.
2011-04-25 15:14:00 +02:00
Stein Magnus Jodal
c8639f48da Merge branch 'feature/multi-backend' into develop 2011-04-25 15:07:41 +02:00
Stein Magnus Jodal
5f7988d974 Merge branch 'develop' into feature/multi-backend
Conflicts:
	mopidy/backends/local/__init__.py
	mopidy/outputs/gstreamer.py
	tests/frontends/mpd/audio_output_test.py
	tests/frontends/mpd/command_list_test.py
	tests/frontends/mpd/connection_test.py
	tests/frontends/mpd/current_playlist_test.py
	tests/frontends/mpd/dispatcher_test.py
	tests/frontends/mpd/music_db_test.py
	tests/frontends/mpd/playback_test.py
	tests/frontends/mpd/reflection_test.py
	tests/frontends/mpd/regression_test.py
	tests/frontends/mpd/status_test.py
	tests/frontends/mpd/stickers_test.py
	tests/frontends/mpd/stored_playlists_test.py
2011-04-25 15:05:33 +02:00
Thomas Adamcik
ebe9bba9a9 Use modify_bin and set_property to construct shoutcast output 2011-04-25 01:31:29 +02:00
Thomas Adamcik
4e232c981c Switch to modularised output for playback 2011-04-25 01:31:28 +02:00
Thomas Adamcik
f218bc060b Don't bother with album in taginject 2011-04-25 01:31:28 +02:00
Thomas Adamcik
c7ccd0c2d4 More fixes with respect to refactoring 2011-04-25 01:31:28 +02:00
Thomas Adamcik
4a1df118fb Move GStreamerOutput up one level to mopidy.gstreamer and rename to GStreamer 2011-04-25 01:31:28 +02:00
Thomas Adamcik
7016a20811 Kill of BaseOutput 2011-04-25 01:31:28 +02:00
Thomas Adamcik
f4db449f0e Add set_metadata to allow taginjection for shoutcast stream 2011-04-25 01:30:48 +02:00
Thomas Adamcik
85970dbc3b Switch to lame encoding for shoutcast 2011-04-25 01:30:48 +02:00
Thomas Adamcik
44316c7cfc Reduce number of get_by_name lookups 2011-04-25 01:30:48 +02:00
Thomas Adamcik
9f862fe1b1 Update settings docs for shoutcast 2011-04-25 01:30:48 +02:00
Thomas Adamcik
971132d539 Support just local or shoutcast audio output 2011-04-25 01:30:48 +02:00
Thomas Adamcik
3a44f130aa Refactor shoutcast tests 2011-04-25 01:30:48 +02:00
Thomas Adamcik
b58436aaf3 Use audioconvert to ensure that volume element is handeled 2011-04-25 01:30:47 +02:00
Thomas Adamcik
700792f4a0 Add basic streaming support 2011-04-25 01:30:47 +02:00
Thomas Adamcik
a81113e1a7 Add _build_shoutcast_description to construct shoutcast bin 2011-04-25 01:30:47 +02:00
Thomas Adamcik
ecdf689301 Factor out method to add output bin 2011-04-25 01:30:47 +02:00
Thomas Adamcik
9f77f801ba Swith to tee based pipeline to allow for multiple outputs 2011-04-25 01:30:47 +02:00
Thomas Adamcik
aa0c309d23 Ignore tracks without uri as they are probably local files 2011-04-25 01:28:22 +02:00