Stein Magnus Jodal
5b614e95d6
Update to Mopidy.js 0.5.0
2015-01-31 22:15:40 +01:00
Stein Magnus Jodal
5d19a16837
Merge branch 'release/v0.19.x' into develop
...
Conflicts:
docs/changelog.rst
2015-01-04 22:23:03 +01:00
kingosticks
73fac53dd5
Update changelog
...
(cherry picked from commit e252dd3a55 )
Conflicts:
docs/changelog.rst
2015-01-04 22:22:09 +01:00
kingosticks
e252dd3a55
Update changelog
2015-01-04 20:54:13 +00:00
Thomas Adamcik
656f7e976f
Merge branch 'develop' into feature/taglist-converter
...
Conflicts:
docs/changelog.rst
2014-12-25 22:46:44 +01:00
Stein Magnus Jodal
890ed53ee6
Merge branch 'release/v0.19.x' into develop
...
Conflicts:
docs/changelog.rst
2014-12-24 00:41:10 +01:00
Stein Magnus Jodal
884c35e1f4
docs: Update changelog
2014-12-24 00:36:52 +01:00
Stein Magnus Jodal
dbbb86e6c0
Merge branch 'release/v0.19.x' into develop
...
Conflicts:
mopidy/core/playback.py
2014-12-24 00:24:19 +01:00
Stein Magnus Jodal
c6ff9eee86
playback: Remove skipped track on next in consume mode
...
Also adds core level tests of consume behavior on next/prev/eot.
Fixes #902
2014-12-24 00:04:41 +01:00
Stein Magnus Jodal
c8c44c868b
Merge branch 'release/v0.19.x' into develop
2014-12-23 22:58:54 +01:00
Stein Magnus Jodal
302bb7c221
ext: Fix unpacking of VersionConflict exception
...
Fixes #911
2014-12-23 22:58:19 +01:00
Thomas Adamcik
60aec2dc95
docs: Update changelog with audio taglist changes etc
2014-12-23 22:39:37 +01:00
Stein Magnus Jodal
6ec35b2d02
Merge branch 'release/v0.19.x' into develop
2014-12-23 22:23:32 +01:00
Stein Magnus Jodal
fcf39833ca
config: Support UTF-8 in default config
...
Fixes issue reported at https://discuss.mopidy.com/t/428 .
Mopidy-HTTP-Kuechenradio includes a non-ASCII UTF-8 character in its
default config. If Mopidy didn't already have a config file, it crashed
when trying to create the initial config file based on the default
config of all available extensions.
2014-12-23 22:21:10 +01:00
Stein Magnus Jodal
afcc77d3f8
Merge branch 'release/v0.19.x' into develop
2014-12-21 23:47:04 +01:00
Thomas Adamcik
94bdb88b9c
http: Log errors instead of dying for HTTP startup.
...
(cherry picked from commit 9a2f8a3e4f )
Conflicts:
docs/changelog.rst
2014-12-21 23:46:35 +01:00
Thomas Adamcik
9a2f8a3e4f
http: Log errors instead of dying for HTTP startup.
2014-12-20 21:32:08 +01:00
Stein Magnus Jodal
70829390d1
docs: Fix typo
2014-12-16 23:39:22 +01:00
Stein Magnus Jodal
44599f1163
Merge branch 'release/v0.19.x' into develop
...
Conflicts:
.mailmap
AUTHORS
2014-12-16 23:38:39 +01:00
Stein Magnus Jodal
188c9ef26f
docs: Update changelog
2014-12-16 23:34:00 +01:00
Thomas Adamcik
5015a7ff28
docs: Update authors and changelog
2014-12-14 13:37:13 +01:00
Stein Magnus Jodal
cfc644448a
docs: Update changelog
2014-11-05 09:30:19 +01:00
Stein Magnus Jodal
264070fab2
Merge branch 'release/v0.19.x' into develop
2014-11-04 21:28:25 +01:00
Stein Magnus Jodal
c070c1c0b5
docs: Update changelog
2014-11-04 21:27:59 +01:00
Stein Magnus Jodal
680dbffc0c
models: Make all fields default to None or empty collection
...
(cherry picked from commit abed15b9e4 )
2014-11-04 21:27:29 +01:00
Stein Magnus Jodal
b6ea9d0532
Merge branch 'release/v0.19.x' into develop
...
Conflicts:
docs/changelog.rst
tests/test_models.py
2014-11-04 20:21:10 +01:00
Stein Magnus Jodal
a4b17a9aa8
models: Fix equality for fields set to the default
...
Fixes #837
(cherry picked from commit bdd1fb983b )
2014-11-04 20:17:20 +01:00
Stein Magnus Jodal
88d64044de
models: Hide empty lists from repr()
...
(cherry picked from commit 305a76486d )
Conflicts:
docs/changelog.rst
2014-11-04 20:17:13 +01:00
Stein Magnus Jodal
7b50855908
Merge remote-tracking branch 'mopidy/develop' into feature/history
...
Conflicts:
docs/changelog.rst
2014-09-23 20:14:40 +02:00
Thomas Adamcik
a16cac2188
Merge pull request #862 from jodal/fix/clear-current-track
...
core: Remove clear_current_track argument from stop()
2014-09-23 19:54:59 +02:00
Stein Magnus Jodal
d655be1033
docs: Update changelog
2014-09-23 18:55:57 +02:00
Stein Magnus Jodal
c629e105d7
docs: Update changelog with PR#840
2014-09-23 14:29:30 +02:00
Stein Magnus Jodal
d5de898b2d
core: Remove clear_current_track argument from stop()
2014-09-23 01:10:51 +02:00
Thomas Adamcik
508391cf51
Merge pull request #855 from jodal/feature/emit-none-to-emit-eos
...
audio: Deprecate emit_end_of_stream
2014-09-22 22:58:32 +02:00
Stein Magnus Jodal
abed15b9e4
models: Make all fields default to None or empty collection
2014-09-22 22:25:42 +02:00
Stein Magnus Jodal
bdd1fb983b
models: Fix equality for fields set to the default
...
Fixes #837
2014-09-22 22:01:50 +02:00
Stein Magnus Jodal
305a76486d
models: Hide empty lists from repr()
2014-09-22 21:42:57 +02:00
Stein Magnus Jodal
00c17ae193
audio: Deprecate emit_end_of_stream
2014-09-21 21:01:11 +02:00
Stein Magnus Jodal
db4868207c
Print friendly error message if gobject isn't found
...
Fixes #836
2014-09-08 21:15:14 +02:00
Stein Magnus Jodal
e9e8124e90
docs: Fix formatting
2014-09-08 11:03:56 +02:00
Thomas Adamcik
ada7641ee6
audio: Remove visualizer support
2014-09-07 23:48:04 +02:00
Thomas Adamcik
3ed6843d92
docs: Update changelog with audio changes
2014-09-07 22:32:04 +02:00
Stein Magnus Jodal
333da5befd
docs: Fix syntax error
...
(cherry picked from commit cf5660e8e5 )
2014-09-07 10:58:44 +02:00
Stein Magnus Jodal
cf5660e8e5
docs: Fix syntax error
2014-09-04 23:35:02 +02:00
Stein Magnus Jodal
d41deb1844
Merge branch 'release/v0.19.x' into develop
...
Conflicts:
docs/changelog.rst
2014-09-01 23:17:00 +02:00
Stein Magnus Jodal
ca44ff3947
docs: Update changelog
2014-09-01 23:07:44 +02:00
Stein Magnus Jodal
c6f88feb00
Merge branch 'release/v0.19.x' into develop
2014-08-30 00:27:07 +02:00
Stein Magnus Jodal
83e779eaaf
http: Guard against double close of WebSocket
2014-08-30 00:25:43 +02:00
Stein Magnus Jodal
fc94d0789e
Merge branch 'release/v0.19.x' into develop
2014-08-29 21:28:58 +02:00
Stein Magnus Jodal
f1096d332c
local: Move constant to Library class
...
Related to #833
2014-08-29 21:28:42 +02:00