Commit Graph

3846 Commits

Author SHA1 Message Date
Thomas Adamcik
f387d35463 audio: Update mixer track selection logic (fixes #307)
We now ensure that the track we choose has one or more volume channels we can
control. This change also fixes that fact the MIXER_TRACK setting would not
work if we happened to find a track that was flaged as MASTER OUPUT before
finding the right label, so far no one has reported this as an issue.
2013-03-12 20:03:43 +01:00
Stein Magnus Jodal
b3a7ed3e53 js: Add a package.json to simplify JS dev env setup 2013-03-12 20:02:54 +01:00
Stein Magnus Jodal
5d1e01762b scanner: Fix optparse on early 2.6 (#302) 2013-03-12 20:01:57 +01:00
Stein Magnus Jodal
aebadc9b75 More **kwargs key fixing (#302) 2013-03-12 20:01:51 +01:00
Stein Magnus Jodal
9749f66972 Use bytestrings for the keys of **kwargs dicts
Python < 2.6.5rc1 does not work with unicode keys. Fixes #302.
2013-03-12 20:01:27 +01:00
Stein Magnus Jodal
cc69de5626 Fix Python 2.6.0/2.6.1 support (fixes #302)
Conflicts:
	docs/changes.rst
2013-03-12 20:01:05 +01:00
Stein Magnus Jodal
d9300f72bd scanner: Support symlinks 2013-03-12 19:59:19 +01:00
Thomas Adamcik
1c620287d4 Fix racecondition triggered KeyError in our DebugThread. 2013-03-12 19:55:33 +01:00
Stein Magnus Jodal
dad337a950 Merge branch 'master' into develop 2013-03-03 20:17:03 +01:00
0xadam
613a666930 docs: Append to /etc/modules, not overwrite
Fixes the snd_bcm2835 module not being loaded and therefore sound output not working
2013-03-03 20:14:44 +01:00
Stein Magnus Jodal
4df84b3086 docs: Spotify now works on armhf 2013-03-03 20:14:37 +01:00
Stein Magnus Jodal
25bab4bee6 docs: Fix syntax error 2013-03-03 20:14:27 +01:00
Stein Magnus Jodal
2bdc4b75ce docs: Refer to HTTP clients page for web based MPD clients 2013-03-03 20:14:11 +01:00
Stein Magnus Jodal
af4e33a9f0 docs: Add rompr to web client list (fixes #321) 2013-03-03 20:14:05 +01:00
Stein Magnus Jodal
93e86896e3 docs: Fix syntax error 2013-03-03 20:14:01 +01:00
Stein Magnus Jodal
559e184aa8 docs: Prefix issue numbers with '#' instead of 'GH-' 2013-03-03 20:13:43 +01:00
Stein Magnus Jodal
80a1c02614 docs: Bind console functions in JS examples
For e.g. ``console.log`` to be used as a callback, it must be bound to the
``console`` object first: ``console.log.bind(console)``. If not, this will
cause "Illegal invocation" errors in WebKit browsers.

This change updates all our Mopidy.js examples to bind ``console`` functions
before they are used as callbacks.

Fixes #298.
2013-03-03 20:13:01 +01:00
Stein Magnus Jodal
e099884d60 docs: Add woutervanwijk's web client 2013-03-03 20:12:41 +01:00
Stein Magnus Jodal
e527badedc Merge pull request #334 from 0xadam/patch-1
docs: Append to /etc/modules, not overwrite
2013-03-01 23:36:10 -08:00
0xadam
0e2f512498 docs: Append to /etc/modules, not overwrite
Fixes the snd_bcm2835 module not being loaded and therefore sound output not working
2013-03-01 22:24:13 -08:00
Stein Magnus Jodal
86a7c2d751 Merge pull request #332 from jodal/feature/dummy-audio
Add dummy audio actor
2013-02-25 14:12:20 -08:00
Stein Magnus Jodal
7bad64fccc audio: Add docstring to DummyAudio 2013-02-25 23:11:41 +01:00
Stein Magnus Jodal
804a945e42 tests: Use DummyAudio instead of mocks 2013-02-24 22:29:04 +01:00
Stein Magnus Jodal
15e6128c2a audio: Add dummy implementation of the audio actor 2013-02-24 22:28:01 +01:00
Stein Magnus Jodal
22f386cf73 docs: Spotify now works on armhf 2013-02-07 22:25:27 +01:00
Stein Magnus Jodal
a032e45c35 js: Make 'Mopidy()' work without 'new' 2013-01-16 22:55:21 +01:00
Stein Magnus Jodal
3ee8485d7e docs: Fix syntax error 2013-01-10 22:16:25 +01:00
Stein Magnus Jodal
689e7c5f3d docs: Refer to HTTP clients page for web based MPD clients 2013-01-10 22:13:44 +01:00
Stein Magnus Jodal
3c83041084 docs: Add rompr to web client list (fixes #321) 2013-01-10 22:12:44 +01:00
Stein Magnus Jodal
947b68b1be docs: Fix syntax error 2013-01-10 21:47:21 +01:00
Thomas Adamcik
63df51ac73 tests: Pass audio actor proxy to backends not audio module 2013-01-08 23:20:41 +01:00
Stein Magnus Jodal
78f4a85e92 docs: Prefix issue numbers with '#' instead of 'GH-' 2013-01-08 00:05:51 +01:00
Stein Magnus Jodal
7f81b7c34c docs: Fix typos in changelog 2013-01-08 00:05:27 +01:00
Stein Magnus Jodal
c0c67e4835 tests: Add better error message to debug test failure 2013-01-07 21:51:11 +01:00
Stein Magnus Jodal
19f4ea8889 Fix one more kwargs dict (#302) 2013-01-07 21:50:40 +01:00
Thomas Adamcik
30412e93b6 Merge pull request #315 from jodal/feature/num-discs-and-disc-no
Add Album.num_discs and Track.disc_no
2013-01-07 11:24:54 -08:00
Stein Magnus Jodal
542979f09a Fix more unicode kwargs dict keys (#302) 2013-01-06 23:48:53 +01:00
Stein Magnus Jodal
af10e642f2 models: Support serialization of lists of strings 2013-01-06 22:37:37 +01:00
Stein Magnus Jodal
1a0842117f models: Add Album.num_discs (#286) 2013-01-06 22:07:06 +01:00
Stein Magnus Jodal
99593fd357 models: Add Track.disc_no (#286) 2013-01-06 22:07:06 +01:00
Thomas Adamcik
1ea83803a5 Merge pull request #314 from jodal/feature/album-images
models: Add Album.images field (#263)
2013-01-06 13:04:02 -08:00
Stein Magnus Jodal
6599094b1e models: Add Album.images field (#263) 2013-01-06 21:43:52 +01:00
Thomas Adamcik
86403acc33 Merge pull request #313 from jodal/feature/get-playlists-without-tracks
core: Add 'include_tracks' argument to 'get_playlists()'
2013-01-06 12:37:48 -08:00
Stein Magnus Jodal
65bab05ce0 Don't exit autotest if a test fails 2013-01-06 21:33:01 +01:00
Stein Magnus Jodal
2eb9ad710a core: Add 'include_tracks' argument to 'get_playlists()' 2013-01-06 21:04:27 +01:00
Stein Magnus Jodal
358de3b088 Fix more unicode kwargs dict keys (#302) 2013-01-06 20:48:38 +01:00
Thomas Adamcik
42e84c8e2e docs: Add changelog entry for EOT/EOS fixing. 2013-01-06 11:32:37 +01:00
Stein Magnus Jodal
1cf9826f87 Merge pull request #231 from adamcik/feature/end-of-track
Proper EOT / EOS handling
2013-01-06 02:10:14 -08:00
Thomas Adamcik
3857eaa840 core: Unbreak end of track related tests.
We should only be hooking up end of track when an audio instance is passed in.
Additionally the tracklist tests where wrongly sending in the audio module
instead of the mock audio.Audio instance.
2013-01-05 23:32:35 +01:00
Thomas Adamcik
fb8fba243a audio/core: Rework how we hook up end of track handling. 2013-01-05 23:16:42 +01:00