Thomas Adamcik
b2caad4d8c
Implement Mixer interface properly.
2012-08-26 19:05:59 +02:00
Thomas Adamcik
b7e59c9cef
Fix comments from review.
2012-08-26 18:10:49 +02:00
Thomas Adamcik
640ad3930f
Merge branch 'feature/simplify-outputs' into feature/switch-to-gst-mixers
2012-08-26 18:05:04 +02:00
Thomas Adamcik
e840bce233
Fix comments from review.
2012-08-26 18:00:53 +02:00
Thomas Adamcik
5785087c95
Add AutoAudioMixer that auto selects a suitable mixer.
2012-08-26 16:16:54 +02:00
Thomas Adamcik
6e3e1f997f
Convert to only using GStreamer mixers.
2012-08-26 14:30:13 +02:00
Thomas Adamcik
915130e352
Merge branch 'feature/simplify-outputs' into feature/switch-to-gst-mixers
...
Conflicts:
mopidy/gstreamer.py
mopidy/outputs/local.py
2012-08-26 13:18:37 +02:00
Thomas Adamcik
d112dc668b
Merge branch 'develop' into feature/simplify-outputs
...
Conflicts:
docs/changes.rst
2012-08-26 12:44:48 +02:00
Thomas Adamcik
343207ebe2
Update docs with latest OUTPUT changes and fix issues raised in review of pull request.
2012-08-26 12:37:23 +02:00
Thomas Adamcik
7948921510
Make settings.OUTPUT a GStreamer bin description.
2012-08-26 12:18:28 +02:00
Stein Magnus Jodal
2262bf91d5
Fix crash in 'playlistinfo' when called with a songpos not matching an CPID ( fixes #162 )
2012-08-24 00:21:03 +02:00
Stein Magnus Jodal
6e9dd194df
Use current_playlist.length instead of len(current_playlist.tracks)
2012-08-24 00:16:33 +02:00
Thomas Adamcik
c565e274a5
Replace OUTPUTS with OUTPUT and switch to simple outputs that return a gst.Bin
2012-08-23 23:44:05 +02:00
Thomas Adamcik
5790d0ba07
Add removal of multiple outsputs support to changelog.
2012-08-23 01:13:08 +02:00
Thomas Adamcik
5769ec6910
Merge branch 'develop' into feature/simplify-outputs
2012-08-23 01:11:50 +02:00
Thomas Adamcik
f995b2f1de
Continue ripping out multi output support.
2012-08-23 01:07:22 +02:00
Stein Magnus Jodal
8849c99675
Use recommended shebang for Python scripts
2012-08-23 00:24:13 +02:00
Thomas Adamcik
74a58be60c
Merge branch 'develop' into feature/simplify-outputs
...
Conflicts:
docs/changes.rst
mopidy/gstreamer.py
2012-08-23 00:06:01 +02:00
Stein Magnus Jodal
935382bf35
Merge pull request #157 from adamcik/feature/debug-proxy
2012-08-22 14:58:47 -07:00
Thomas Adamcik
1649abc410
Add debug-proxy to 0.8 changelog.
2012-08-22 23:42:57 +02:00
Thomas Adamcik
4ff5c2e992
Add color to console output and fix some things from review.
2012-08-22 23:16:03 +02:00
Thomas Adamcik
8f7961064a
Add debug proxy helper.
...
Tool sits in front of MPD and Mopidy proxying commands to both. Only the
reference backend's replies are passed to the client. All requests are logged,
but only the response's unified diff is displayed.
Intended use case is quick and simple protocol implementation comparisons.
2012-08-22 15:59:03 +02:00
Stein Magnus Jodal
ce60030fe5
Release v0.7.3
2012-08-11 03:38:38 +02:00
Stein Magnus Jodal
9049037557
Update changelog for v0.7.3
2012-08-11 03:38:07 +02:00
Stein Magnus Jodal
52e242cbe1
Update version number to 0.7.3
2012-08-11 03:37:55 +02:00
Stein Magnus Jodal
d78d62c68c
Hack to speed up Spotify backend startup with clean cache from 35s to 12s
...
The time Improvement is probably a magnitude or two larger on outdated caches.
2012-08-11 00:39:00 +02:00
Stein Magnus Jodal
436fd7815d
Move the Spotify cache to a subdir of the Mopidy cache
2012-08-11 00:37:40 +02:00
Stein Magnus Jodal
f392a7cccb
Update changelog
2012-08-11 00:29:04 +02:00
Stein Magnus Jodal
d6f17b4cf0
Decode messages from IOError before logging them
...
IOError messages are bytestrings, often in the language of the system, so they
may include non-ASCII characters. Thus, we must decode them using the locale's
preferred encoding to get Unicode objects we safely can pass on for logging
the IOError.
2012-08-10 23:17:41 +02:00
Stein Magnus Jodal
0e66ffe6a5
Add locale_decode util function that decodes bytestrings using the current locale's encoding
2012-08-10 23:12:04 +02:00
Stein Magnus Jodal
ca706ae978
Release v0.7.2
2012-05-07 22:56:24 +02:00
Stein Magnus Jodal
1f12951fa2
Prepare for maintenance release
2012-05-07 22:56:09 +02:00
Stein Magnus Jodal
aac7f73868
Fix typo
2012-04-22 01:41:12 +02:00
Stein Magnus Jodal
de7b165028
Merge branch 'master' into develop
...
Conflicts:
docs/changes.rst
mopidy/__init__.py
tests/version_test.py
2012-04-22 01:31:47 +02:00
Stein Magnus Jodal
1dae3442e0
Release v0.7.1
2012-04-22 01:30:20 +02:00
Stein Magnus Jodal
4ea3bb1167
Don't override notify_main_thread, which has a sensible default implementation
2012-04-22 01:26:27 +02:00
Stein Magnus Jodal
a987f7e5c1
It's 'Last.fm', not 'Last.FM'
2012-03-08 09:52:55 +01:00
Stein Magnus Jodal
121ae0c220
Fix use of nonexistant function
2012-03-06 11:18:10 +01:00
Stein Magnus Jodal
ee0c7c1af5
Add __version__ to mopidy module
2012-03-04 23:26:24 +01:00
Stein Magnus Jodal
42d41d6fe7
Prepare for v0.8 development
2012-02-25 01:06:52 +01:00
Stein Magnus Jodal
2bf6a0cd4e
Release v0.7.0
2012-02-25 01:03:29 +01:00
Stein Magnus Jodal
0f6e6ab425
Update changelog for v0.7.0 release
2012-02-25 01:02:41 +01:00
Stein Magnus Jodal
b82b4d87ce
Simplify if statement
2012-02-25 00:25:12 +01:00
Stein Magnus Jodal
d0b8d1942f
Fix error in logger name
2012-02-25 00:24:41 +01:00
Stein Magnus Jodal
0269686453
Fix volume response when capping volume
2012-02-24 23:50:45 +01:00
Stein Magnus Jodal
029192876c
Remove 'Bug fixes' header only used for bugfix releases
2012-02-13 10:34:17 +01:00
Stein Magnus Jodal
86a4d6c36e
Avoid HTTP to HTTPS redirect
2012-02-13 10:33:17 +01:00
Stein Magnus Jodal
219e723974
Fix crash on mismatching quotation ( fixes #137 )
2012-02-13 10:30:46 +01:00
Stein Magnus Jodal
904adc938e
Update changelog
2012-02-13 09:52:09 +01:00
Stein Magnus Jodal
2617daabac
Merge branch 'feature/gh144-gst-pad-link-error' into develop
2012-02-13 09:48:11 +01:00