Stein Magnus Jodal
|
eb58296d61
|
Update changelog and authors
|
2013-03-30 15:02:04 +01:00 |
|
Stein Magnus Jodal
|
9e5f0703c7
|
audio: Fix UnicodeDecodeError when logging errors
Fixes #347
|
2013-03-30 13:16:21 +01:00 |
|
Stein Magnus Jodal
|
e21de8dc8c
|
Update changelog and authors
|
2013-03-30 01:58:23 +01:00 |
|
Stein Magnus Jodal
|
e9292776d6
|
Update changelog
|
2013-03-30 01:47:12 +01:00 |
|
Stein Magnus Jodal
|
f843b32e88
|
Turn thread traceback logger on by default
It no longer requires an additional thread to work and it is very useful to
have this enabled when you hit an issue that is hard to reproduce.
|
2013-03-24 00:24:13 +01:00 |
|
Stein Magnus Jodal
|
c90322f1e2
|
Use thread traceback logger from Pykka 1.1
|
2013-03-24 00:23:50 +01:00 |
|
Stein Magnus Jodal
|
dffea519a7
|
core: Warn if track isn't playable
|
2013-03-23 23:48:18 +01:00 |
|
Stein Magnus Jodal
|
49c8062ba6
|
mpris: Add discNumber support
|
2013-03-23 20:58:22 +01:00 |
|
Stein Magnus Jodal
|
50cce23d82
|
mpris: Add artUrl support
|
2013-03-23 20:46:43 +01:00 |
|
Stein Magnus Jodal
|
3a3a5219eb
|
Update changelog
|
2013-03-20 01:17:20 +01:00 |
|
Stein Magnus Jodal
|
f74b59aced
|
Revert "docs: Add changelog entry for EOT/EOS fixing."
This reverts commit 42e84c8e2e.
Conflicts:
docs/changes.rst
|
2013-03-19 23:32:42 +01:00 |
|
Stein Magnus Jodal
|
71e25e751d
|
Merge branch 'master' into develop
Conflicts:
docs/changes.rst
mopidy/audio/utils.py
mopidy/backends/stream/actor.py
tests/backends/base/events.py
|
2013-03-12 21:09:14 +01:00 |
|
Stein Magnus Jodal
|
af6b661ef7
|
docs: Update changelog for v0.12.0
|
2013-03-12 21:03:50 +01:00 |
|
Stein Magnus Jodal
|
8fe688f7a7
|
docs: Fix typos in changelog
Conflicts:
docs/changes.rst
|
2013-03-12 20:23:40 +01:00 |
|
Stein Magnus Jodal
|
c4d94988a3
|
docs: Add stream backend to changelog
Conflicts:
docs/changes.rst
|
2013-03-12 20:23:40 +01:00 |
|
Stein Magnus Jodal
|
befc83f28c
|
Update changelog
|
2013-03-12 20:13:54 +01:00 |
|
Stein Magnus Jodal
|
7083729930
|
docs: Fix typos in changelog
Conflicts:
docs/changes.rst
|
2013-03-12 20:10:19 +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
|
04b24b4a37
|
core: Add 'include_tracks' argument to 'get_playlists()'
Conflicts:
docs/changes.rst
|
2013-03-12 20:07:11 +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
|
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 |
|
Stein Magnus Jodal
|
7f81b7c34c
|
docs: Fix typos in changelog
|
2013-01-08 00:05:27 +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 |
|
Stein Magnus Jodal
|
6599094b1e
|
models: Add Album.images field (#263)
|
2013-01-06 21:43:52 +01:00 |
|
Stein Magnus Jodal
|
2eb9ad710a
|
core: Add 'include_tracks' argument to 'get_playlists()'
|
2013-01-06 21:04:27 +01:00 |
|
Thomas Adamcik
|
42e84c8e2e
|
docs: Add changelog entry for EOT/EOS fixing.
|
2013-01-06 11:32:37 +01:00 |
|
Stein Magnus Jodal
|
928034222a
|
Merge branch 'master' into develop
Conflicts:
docs/changes.rst
|
2013-01-03 23:55:00 +01:00 |
|
Thomas Adamcik
|
91297c1ba8
|
Update changelog with mixer track selection change.
|
2013-01-03 22:54:13 +01:00 |
|
Stein Magnus Jodal
|
d34ba24cfe
|
Use bytestrings for the keys of **kwargs dicts
Python < 2.6.5rc1 does not work with unicode keys. Fixes #302.
|
2013-01-03 10:04:05 +01:00 |
|
Stein Magnus Jodal
|
62cbcee5d7
|
Fix Python 2.6.0/2.6.1 support (fixes #302)
|
2013-01-02 23:40:59 +01:00 |
|
Stein Magnus Jodal
|
052efc23ed
|
docs: Add stream backend to changelog
|
2013-01-02 22:32:58 +01:00 |
|
Stein Magnus Jodal
|
dfa0d648f9
|
scanner: Support symlinks
|
2013-01-02 21:39:14 +01:00 |
|
Stein Magnus Jodal
|
c37ce8751e
|
Release v0.11.1
|
2012-12-24 20:23:51 +01:00 |
|
Stein Magnus Jodal
|
81b9d1116d
|
docs: Update changelog
|
2012-12-24 12:13:00 +01:00 |
|
Stein Magnus Jodal
|
01bb711074
|
docs: Add v0.12 section to changelog
|
2012-12-24 11:11:39 +01:00 |
|
Stein Magnus Jodal
|
e7d9a1bcdb
|
docs: Update changelog for v0.11.0
|
2012-12-24 10:54:50 +01:00 |
|
Stein Magnus Jodal
|
a1cfc74d29
|
Merge branch 'develop' into feature/mpd-album-artist-search-results
Conflicts:
docs/changes.rst
|
2012-12-23 18:49:51 +01:00 |
|
Stein Magnus Jodal
|
58cbbe8cb3
|
Merge pull request #287 from jodal/feature/search-result-model
Add SearchResult model
|
2012-12-23 09:47:11 -08:00 |
|
Stein Magnus Jodal
|
5d707e3918
|
settings: Fail if BACKENDS/FRONTENDS setting isn't iterable (fixes #278)
|
2012-12-23 15:42:49 +01:00 |
|
Stein Magnus Jodal
|
ce318316a3
|
mpd: Don't restart current track before seek
|
2012-12-23 12:20:34 +01:00 |
|
Stein Magnus Jodal
|
e5c0bcd110
|
docs: Add issue references
|
2012-12-21 23:28:59 +01:00 |
|
Stein Magnus Jodal
|
455f0145e7
|
mpd: Include artists and albums in search results
|
2012-12-21 23:10:20 +01:00 |
|
Stein Magnus Jodal
|
b0ba2040df
|
Return SearchResult objects from find_exact() and search()
This applies to both backends and core.
|
2012-12-21 22:05:20 +01:00 |
|
Stein Magnus Jodal
|
52b20b3297
|
models: Add SearchResult model
|
2012-12-21 00:30:20 +01:00 |
|
Stein Magnus Jodal
|
4b94a5a8ef
|
spotify: Increase max search results from 100 to 200
|
2012-12-20 22:15:46 +01:00 |
|