Commit Graph

2839 Commits

Author SHA1 Message Date
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
Thomas Adamcik
b5b2319ac1 Use uridecodebin for all playblack 2011-04-24 18:32:45 +02:00
Stein Magnus Jodal
3e0a04ab91 Exit main thread if no actors are running 2011-04-24 01:25:10 +02:00
Thomas Adamcik
0b91b26910 Check if creation of IPv6 sockets works before using it (fixes #75) 2011-04-23 18:15:28 +02:00
Thomas Adamcik
f20b3b26f6 Add platform and python information to startup logging (fixes #73) 2011-04-23 15:08:03 +02:00
Stein Magnus Jodal
25d33f29b3 Initial shot at updating the MPRIS backend for Pykka 2011-04-13 13:30:53 +02:00
Stein Magnus Jodal
bbd86db967 Merge branch 'develop' into feature/mpris-frontend
Conflicts:
	mopidy/core.py
	mopidy/frontends/mpd/__init__.py
2011-04-13 12:47:35 +02:00
Stein Magnus Jodal
7f5aa6ed19 Update GitHub issues links to match new URL scheme 2011-04-11 23:01:20 +02:00
Stein Magnus Jodal
833f311cf6 Update changelog with symlink fix 2011-04-11 22:53:27 +02:00
Stein Magnus Jodal
2a3b6f2133 Replace symlinks with real files (fixes #68) 2011-04-11 22:47:49 +02:00
Stein Magnus Jodal
6708ab79de Reduce log level from warning to info (fix #71) 2011-04-11 21:19:28 +02:00
Stein Magnus Jodal
79771d6e2c Rename data_folder() to path_to_data_dir() 2011-04-07 15:55:03 +02:00
Stein Magnus Jodal
e188f19595 Fix typo in 0.3.0 changelog 2011-04-06 23:05:55 +02:00
Stein Magnus Jodal
342c13f811 Fix 'song: None' in 'status' response 2011-04-06 22:40:50 +02:00
Stein Magnus Jodal
ba738b5c1e Add missing tests for eq/ne of Playlist 2011-04-06 18:36:14 +02:00
Stein Magnus Jodal
005260eb9c Add __repr__ to ImmutableObject to get better output from failed model comparisions in tests 2011-04-06 18:18:00 +02:00
Stein Magnus Jodal
037da6f460 Remove Playlist._tracks workaround 2011-04-06 18:01:33 +02:00
Stein Magnus Jodal
fce5964395 Remove Track._artists workaround 2011-04-06 17:54:12 +02:00
Stein Magnus Jodal
9499250a7f Remove Album._artists workaround 2011-04-06 17:51:36 +02:00
Stein Magnus Jodal
c5dd33a343 Replace invalid :cmd: with valid :command: 2011-04-05 21:50:07 +02:00
Stein Magnus Jodal
176409f0e8 Update changelog with patches from grunskis and octe 2011-04-05 21:46:11 +02:00
Stein Magnus Jodal
bd6357fa45 Merge remote-tracking branch 'octe/develop' into develop
Conflicts:
	mopidy/frontends/mpd/translator.py
2011-04-05 21:45:06 +02:00
Stein Magnus Jodal
dec1643e7f Merge remote-tracking branch 'grunskis/develop' into develop 2011-04-05 21:37:21 +02:00
Stein Magnus Jodal
f3480ef680 Ironic: Misspelling 'bugs' 2011-04-05 21:36:05 +02:00
Stein Magnus Jodal
9e3cfc1072 Give jkp credits for fixing bugs in Pyspotify 2011-04-05 21:33:12 +02:00
Stein Magnus Jodal
2bacf5fe0b Fix link in changelog 2011-04-03 12:56:35 +02:00
Stein Magnus Jodal
f25f3d95c7 Update changelog after merge of feature/pykka-actors 2011-04-03 12:44:30 +02:00