Stein Magnus Jodal
f6a86a0f5c
Release v1.0.2
2015-04-27 00:16:45 +02:00
Stein Magnus Jodal
d5ef4aa7b8
docs: jessie is the new Debian stable
2015-04-27 00:12:41 +02:00
Stein Magnus Jodal
31a1cb9128
docs: Update changelog for v1.0.2
2015-04-27 00:01:39 +02:00
Thomas Adamcik
e53bf56115
audio: Make sure software mixer emits mute events.
...
Turns out that gobject.GObject.set_property does not have a return value.
2015-04-26 23:16:51 +02:00
Thomas Adamcik
b80361ccb2
audio: Increase per tee branch buffer size. Fixes #1147
2015-04-26 23:07:10 +02:00
Thomas Adamcik
a72c9c88c9
http: Handle getting correct IOLoop when running on tornado < 3.0
2015-04-24 23:53:13 +02:00
Stein Magnus Jodal
b0000404f5
Release v1.0.1
2015-04-23 23:36:57 +02:00
Stein Magnus Jodal
310e9109c1
docs: Add release date for v1.0.1
2015-04-23 23:34:09 +02:00
Stein Magnus Jodal
f4dcd598ac
docs: Add references to PRs
2015-04-23 23:25:41 +02:00
Thomas Adamcik
d4c695ac75
mpd: Split browse and playlist name to uri caching
2015-04-23 23:08:25 +02:00
Stein Magnus Jodal
9bb278f00e
core: Make history controller traversable
...
Fixes mopidy/mopidy.js#6
2015-04-22 22:49:35 +02:00
Thomas Adamcik
d545fd198e
http: Fix threading issue causing duplicate WS messages
...
The problem presents itself when a JSON-RPC call triggers some event in core.
When this happens we have a thread outside of Tornado call `write_message`
interleaved with a potentially ongoing write if the JSON-RPC response.
To avoid this we now follow Tornado best practices and add callbacks to the
IOLoop to ensure that there isn't any interleaved access of Tornado state.
2015-04-14 21:55:26 +02:00
Stein Magnus Jodal
c8b348a61d
docs: Tweak changelog
2015-04-13 08:16:54 +02:00
Thomas Adamcik
68c2758009
docs: Add scanner improvements to changelog
2015-04-12 14:24:28 +02:00
Alexandre Petitjean
c4fc33e5ea
docs: Update to Archlinux instructions
...
(cherry picked from commit bbfa722af3 )
2015-04-08 23:21:18 +02:00
Stein Magnus Jodal
5d94a265cd
docs: Tweak changelog
2015-04-05 02:13:30 +02:00
Thomas Adamcik
bee0a4c4d5
docs: Add audio volume changes to changelog
2015-04-03 14:48:09 +02:00
Stein Magnus Jodal
4176557efc
docs: Add release date for v1.0.0
2015-03-25 22:24:28 +01:00
Thomas Kemmer
75020c91ec
docs: Add PR #1084 to changelog
2015-03-25 05:46:55 +01:00
Stein Magnus Jodal
08c7f311c4
docs: Fix more comments, add refs to relevant docs
2015-03-24 23:08:38 +01:00
Stein Magnus Jodal
426a56d66b
docs: Fix changelog review comments
2015-03-24 23:02:43 +01:00
Stein Magnus Jodal
e0d0e785e0
docs: Cleanup v1.0.0 changelog
...
Fixes #1079
2015-03-24 21:53:26 +01:00
Thomas Adamcik
141c14ad45
core: Add exact to search() and deprecate find_exact()
...
Backends that still implement find_exact will be called without exact as an
argument to search, and we will continue to use find_exact. Please remove
find_exact from such backends and switch to the new search API.
2015-03-24 09:31:03 +01:00
Thomas Adamcik
24fe242d56
core/backend: Remove find_exact from backends
...
Functionality has been replaced with an `exact` param in the search method.
Backends that still implement find_exact will continue being called via
the old method for now.
2015-03-23 23:55:03 +01:00
Stein Magnus Jodal
07cf962434
Merge branch 'develop' into feature/new-playlists-api
...
Conflicts:
docs/changelog.rst
2015-03-23 21:45:32 +01:00
Thomas Adamcik
97fd102fa2
docs: Add core API cleanup to changelog
2015-03-23 15:02:25 +01:00
Stein Magnus Jodal
df604bb3e5
core: Deprecated playlists.filter()
2015-03-23 00:49:56 +01:00
Stein Magnus Jodal
d37bd62bb1
backend: Remove playlists.playlists property
2015-03-23 00:44:39 +01:00
Stein Magnus Jodal
4f3a0839b3
core: Add playlists.as_list() and playlists.get_items(uri)
2015-03-23 00:44:39 +01:00
Stein Magnus Jodal
ca3c40b8bb
docs: Add PR #1073 to changelog
2015-03-23 00:01:45 +01:00
Thomas Adamcik
7ec2342921
core: Normalize search queries
...
This is needed as otherwise each and every backend needs to handle the fact
that some "bad" clients might send {'field': 'value'} instead of
{'field': ['value']} Though the real problem isn't the clients but our
organically grown query API.
2015-03-22 23:33:49 +01:00
Stein Magnus Jodal
5eebab6e18
Merge pull request #1071 from adamcik/fix/change-track-failure-should-fail-playback
...
core: Update playback code to take change track into account.
2015-03-22 23:18:13 +01:00
Thomas Adamcik
a3e295026a
docs: Add changelog for core play behaviour change
2015-03-22 22:37:47 +01:00
Stein Magnus Jodal
b8130f03cd
Fix flake8 warning
2015-03-22 22:18:57 +01:00
Stein Magnus Jodal
56dca0e931
Merge pull request #1064 from adamcik/fix/1052-break-backend-play
...
backend: Change playback API (breaking change!)
2015-03-22 09:19:39 +01:00
Thomas Adamcik
c620e3a00f
docs: Add changelog for backend API breakage
2015-03-22 01:27:07 +01:00
Stein Magnus Jodal
b2f60bc338
m3u: Extract new M3U backend from local
...
Fixes #1054
2015-03-21 08:13:45 +01:00
Stein Magnus Jodal
8977f71411
docs: Fix syntax errors in changelog
2015-03-21 00:59:54 +01:00
Thomas Adamcik
31d12c7e1d
Merge pull request #1065 from jodal/fix/1060-tracklist-add-uris
...
core: Add uris kwarg to tracklist.add()
2015-03-21 00:42:22 +01:00
Stein Magnus Jodal
2bc3db0d0e
core: Add uris kwarg to tracklist.core()
...
Fixes #1060
2015-03-21 00:16:24 +01:00
Stein Magnus Jodal
861f60e6f1
core: Make history.add() private
...
Instead of changing the signature to add(uri, name) I opted for
renaming it to _add_track(track).
Since it's internal we may change it whenever we like to. Since you need
different logic for extracting an interesting name from a track and from
a ref or a stream title, it makes sense to add another method for adding
refs/stream titles to the history when that time comes.
Fixes #1056
2015-03-20 22:41:56 +01:00
Stein Magnus Jodal
35a8fecd5d
docs: Add PR#1062 to changelog
2015-03-20 22:39:56 +01:00
Stein Magnus Jodal
c57f3ec9b2
core: Make tracklist.mark_*() private
...
Fixes #1058
2015-03-20 22:28:40 +01:00
Thomas Kemmer
b287579793
docs: Add Mopidy-Local-Images.
2015-03-20 08:11:14 +01:00
Stein Magnus Jodal
4692e73054
docs: Add section on semantic versioning
...
Fixes #1050
2015-03-18 23:44:31 +01:00
Stein Magnus Jodal
dc982cd880
Merge pull request #1047 from adamcik/fix/1008-add-uris-to-lookup
...
core: Add uris argument to library.lookup (Fixes #1008 )
2015-03-18 23:24:29 +01:00
Thomas Adamcik
71e2b21b52
review: Minor fixes and updates
2015-03-18 23:09:09 +01:00
Stein Magnus Jodal
26d07b2cfe
docs: Remove API stability disclaimers
...
Not as if we've had the freedom to break anything for ages anyway.
Fixes #1049
2015-03-18 22:10:48 +01:00
Stein Magnus Jodal
93afea50a2
docs: Change next release from 0.20 to 1.0
2015-03-18 21:58:58 +01:00
Stein Magnus Jodal
accc1e7249
docs: Update changelog for PR#1046
2015-03-18 00:25:26 +01:00