Commit Graph

1189 Commits

Author SHA1 Message Date
Stein Magnus Jodal
55b5645ba8 GStreamerMixer: Fix syntax error 2010-08-11 19:19:03 +02:00
Stein Magnus Jodal
3bc1d751a3 Unbreak tests by requiring a GStreamer version before importing 'gst' 2010-08-11 19:07:12 +02:00
Stein Magnus Jodal
7721ae3db8 GStreamerProcess: Move all gst init till after the process has started 2010-08-11 19:04:36 +02:00
Stein Magnus Jodal
dcdc22702e GStreamerProcess: Log if state changes succeeds or fails 2010-08-11 19:04:07 +02:00
Stein Magnus Jodal
420bdee1a0 GstreamerProcess: Add method for processing msgs from core 2010-08-11 19:01:46 +02:00
Stein Magnus Jodal
93e6aa13cf [WIP] Add GStreamerMixer 2010-08-11 00:29:51 +02:00
Stein Magnus Jodal
6e5e5a8930 [WIP] Add GStreamerOutput 2010-08-11 00:29:44 +02:00
Stein Magnus Jodal
ded033fd4c Merge branch 'gstreamer' of git://github.com/knutz3n/mopidy into gstreamer 2010-08-10 22:55:29 +02:00
Stein Magnus Jodal
0ef15514ed docs: Shorten list of clients regularily used during development 2010-08-10 22:12:11 +02:00
Stein Magnus Jodal
83659aab00 docs: Include all mixers in deps list 2010-08-10 22:02:09 +02:00
Stein Magnus Jodal
762e46f650 GStreamer is now a required dependency 2010-08-10 22:01:51 +02:00
Stein Magnus Jodal
dbb027ed7d docs: How to install libspotify at OS X, and other small installation docs changes 2010-08-10 21:46:14 +02:00
Stein Magnus Jodal
46177f65f1 Rename mopidy.backends.{gstreamer => local} 2010-08-10 21:45:01 +02:00
Stein Magnus Jodal
cd69e181e4 docs: pyspotify requires python-dev, and 'setup.py develop' does no longer work 2010-08-10 19:56:01 +02:00
Johannes Knutsen
ada20b7af1 simple libspotify pause/resume implementation 2010-08-10 16:46:46 +02:00
Johannes Knutsen
f098919aa0 Merge branch 'master' of git://github.com/jodal/mopidy into gstreamer 2010-08-10 14:59:55 +02:00
Johannes Knutsen
ae46832e62 block gstreamer loop to avoid 100% cpu and avoid C-threads to freeze 2010-08-10 14:52:16 +02:00
Johannes Knutsen
2c8234f505 Merge branch 'gstreamer' of github.com:knutz3n/mopidy into gstreamer 2010-08-10 13:25:14 +02:00
Johannes Knutsen
d509c12c1e emit end-of-stream in end of track callback, pull for gstreamer end-of-stream messages and send end of track mpd command 2010-08-10 13:24:58 +02:00
Stein Magnus Jodal
7a9eeb3bc2 Hide helper functions from MPD docs 2010-08-10 09:37:21 +02:00
Stein Magnus Jodal
1f321b4b07 Update docstring pattern magic 2010-08-10 02:16:24 +02:00
Stein Magnus Jodal
a159b5fd2a Renamed four forgotton functions 2010-08-10 02:13:59 +02:00
Stein Magnus Jodal
d0aac71cfb MPD: Split protocol implementation into 11 modules 2010-08-10 02:08:59 +02:00
Stein Magnus Jodal
ffe665572b Fix two more Pylint warnings 2010-08-10 00:04:26 +02:00
Stein Magnus Jodal
67acd9f719 Fix Pylint warnings 2010-08-09 23:58:19 +02:00
Stein Magnus Jodal
cca1c0e234 docs: Freshen up the API docs 2010-08-09 23:22:39 +02:00
Stein Magnus Jodal
f9c329bffd Split BaseBackend into five files 2010-08-09 21:58:54 +02:00
Stein Magnus Jodal
e983e87f40 Move backends into their own packages 2010-08-09 21:48:52 +02:00
Stein Magnus Jodal
b4c91af7d7 Relocate MPD frontend to 'mopidy.frontends.mpd' 2010-08-09 21:17:36 +02:00
Stein Magnus Jodal
3339fb7de0 Fix 'play/playid "-1"' behaviour when playlist is empty 2010-08-09 20:44:01 +02:00
Johannes Knutsen
e831866a68 Merge branch 'gstreamer' of git://github.com/knutz3n/mopidy into gstreamer 2010-08-09 18:34:11 +02:00
Johannes Knutsen
659b879e9c moved gstreamer pipeline initialization to backend class to flush the
buffer on stop/play and removed audiocontroller arguments
2010-08-09 18:24:01 +02:00
Johannes Knutsen
d8bd6f3a1e Merge branch 'master' of git://github.com/jodal/mopidy into gstreamer 2010-08-09 17:56:07 +02:00
Johannes Knutsen
6c692b603d Merge branch 'master' of git://github.com/jodal/mopidy into gstreamer 2010-08-09 17:52:40 +02:00
Johannes Knutsen
a56cc384d2 Merge branch 'master' of git://github.com/jodal/mopidy into gstreamer 2010-08-09 13:31:26 +02:00
Stein Magnus Jodal
696942e3c0 Readd lines that was removed in a merge by mistake 2010-08-09 13:31:03 +02:00
Johannes Knutsen
a02aeb7af6 Merge branch 'master' of git://github.com/jodal/mopidy into gstreamer 2010-08-09 13:17:53 +02:00
Stein Magnus Jodal
e27957a7fe despotify: Fix search 2010-08-09 13:17:23 +02:00
Stein Magnus Jodal
e2ed3b2d61 Log search queries 2010-08-09 13:17:09 +02:00
Stein Magnus Jodal
8997c08595 Try to fix non-string kwargs keys on OSX/Windows. Try 2. 2010-08-09 12:33:16 +02:00
Stein Magnus Jodal
4a3c2476fa Try to fix non-string kwargs keys on OSX/Windows 2010-08-09 12:29:58 +02:00
Johannes Knutsen
da05ed8f87 Merge branch 'master' of git://github.com/jodal/mopidy into gstreamer 2010-08-09 12:24:43 +02:00
Stein Magnus Jodal
53f2e89f8f Add missing return 2010-08-09 12:21:15 +02:00
Stein Magnus Jodal
d2aa7c9d21 Fix formatting 2010-08-09 12:20:59 +02:00
Stein Magnus Jodal
caca95378b Update changelog with search changes 2010-08-09 12:12:43 +02:00
Stein Magnus Jodal
78f71794e1 Fix tests broken by knutz3n's search improvements, and sync GstreamerBackend's find_exact() and search() 2010-08-09 12:05:08 +02:00
Johannes Knutsen
da67213a5f initial prototype to have libspotify backend to use gstreamer 2010-08-09 09:53:46 +02:00
Johannes Knutsen
2897f8e5f6 merge master branch 2010-08-09 09:49:07 +02:00
Johannes Knutsen
bdd267a900 s/on/one spelling error 2010-08-09 09:46:50 +02:00
Johannes Knutsen
9d628eefb7 change search to use kwargs with value lists as search queries 2010-08-09 09:46:31 +02:00