Stein Magnus Jodal
a36c94fcba
Fix one more kwargs dict ( #302 )
2013-03-12 20:09:21 +01:00
Stein Magnus Jodal
b1e58f7079
Fix more unicode kwargs dict keys ( #302 )
2013-03-12 20:09:13 +01:00
Stein Magnus Jodal
e0f220921e
models: Support serialization of lists of strings
2013-03-12 20:09:05 +01:00
Stein Magnus Jodal
d2a51f7128
models: Add Album.num_discs ( #286 )
2013-03-12 20:08:52 +01:00
Stein Magnus Jodal
f3ccf871e5
models: Add Track.disc_no ( #286 )
2013-03-12 20:08:44 +01:00
Stein Magnus Jodal
bb9ef63a42
models: Add Album.images field ( #263 )
2013-03-12 20:08:24 +01:00
Stein Magnus Jodal
21e792acef
Don't exit autotest if a test fails
2013-03-12 20:07:26 +01:00
Stein Magnus Jodal
04b24b4a37
core: Add 'include_tracks' argument to 'get_playlists()'
...
Conflicts:
docs/changes.rst
2013-03-12 20:07:11 +01:00
Stein Magnus Jodal
5c6a2e02ba
Fix more unicode kwargs dict keys ( #302 )
2013-03-12 20:06:07 +01:00
Stein Magnus Jodal
3ab6748c33
mpd: Make request handler **kwargs keys bytestrings ( #302 )
2013-03-12 20:05:12 +01:00
Thomas Adamcik
0404ec625b
Update changelog with mixer track selection change.
...
Conflicts:
docs/changes.rst
2013-03-12 20:04:25 +01:00
Stein Magnus Jodal
44d1124574
mpd: Use bytestring for **kwargs key ( #302 )
2013-03-12 20:03:55 +01:00
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