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
Thomas Adamcik
fdc84c3905
core: Add uris argument to library.lookup ( Fixes #1008 )
...
For now this doesn't add any corresponding APIs to backends, or for that matter
tracklist.add(uris). This is just to get the API in for clients in 0.20.
2015-03-17 23:49:21 +01:00
Stein Magnus Jodal
aae545f2fe
docs: Update changelog for PR#1044
2015-03-17 22:07:55 +01:00
Stein Magnus Jodal
3559e61d75
docs: Don't require Sphinx 1.3 to build
2015-03-17 21:34:20 +01:00
Stein Magnus Jodal
bdee947889
docs: Fix review comments
2015-03-17 21:24:32 +01:00
Stein Magnus Jodal
8a0bf3c25f
docs: Include commit message tips in the guidelines
2015-03-17 13:16:39 +01:00
Stein Magnus Jodal
b6b872b9c2
docs: Fix typos from review
...
Co-Authored-By: Nick Steel <kingosticks@gmail.com>
2015-03-17 12:23:12 +01:00
Stein Magnus Jodal
c90f08d8ea
docs: Show another level of the about section in the ToC
2015-03-17 01:16:05 +01:00
Stein Magnus Jodal
b2b7b87081
docs: Make devtools a pure release procedure page
2015-03-17 01:16:05 +01:00
Stein Magnus Jodal
e981caf5e9
docs: New contribution guidelines
...
Fixes #830
2015-03-17 01:16:05 +01:00
Stein Magnus Jodal
7aee505943
docs: Add development environment guide
...
Fixes #994
2015-03-17 01:16:05 +01:00
Stein Magnus Jodal
aed91008a3
deps: Add executable path to 'mopidy deps' output
2015-03-14 23:07:59 +01:00
Stein Magnus Jodal
a1e866e46e
docs: Use sphinx_rtd_theme bundled with Sphinx 1.3
2015-03-14 22:06:38 +01:00
Stein Magnus Jodal
b36083bae6
docs: Fix mock of gst.Caps
2015-03-14 22:02:27 +01:00
Stein Magnus Jodal
5be2849547
docs: Add missing models to graph, reorder model docs
2015-03-14 21:51:37 +01:00
Stein Magnus Jodal
19e120582d
docs: Update API concepts
2015-03-14 21:06:28 +01:00
Stein Magnus Jodal
3dc1901436
docs: Remove GStreamer elements from extdev guide
...
Mixers are no longer custom GStreamer elements, and while still
possible to do, custom GStreamer elements will probably not be as well
supported when we port to GStreamer 1.x.
2015-03-14 20:59:50 +01:00
Stein Magnus Jodal
0eb2e1675a
docs: Highlight deprecations in the changelog
2015-03-14 20:48:12 +01:00
Stein Magnus Jodal
0034545351
http: Deprecate http/static_dir config
2015-03-14 20:43:34 +01:00
Thomas Kemmer
9a1833a698
Update change log for PR #1037 .
2015-03-14 16:43:02 +01:00
Stein Magnus Jodal
abe9b7aea7
docs: Initial cleanup of v0.20 changelog
2015-03-14 01:27:28 +01:00
Stein Magnus Jodal
bb737e92c2
Merge pull request #1036 from jodal/feature/track-last-modified-as-ms
...
models: Change Track.last_modified from seconds to ms (fixes #678 )
2015-03-14 01:26:55 +01:00
Thomas Adamcik
67f9bd73bf
Merge branch 'develop' into feature/stream-reference
...
Conflicts:
docs/changelog.rst
2015-03-14 00:28:51 +01:00
Thomas Adamcik
36fe8321b1
docs: Add changelog entry for stream title stuff
2015-03-14 00:25:20 +01:00
Stein Magnus Jodal
3a61445519
models: Change Track.last_modified from seconds to ms
2015-03-14 00:06:23 +01:00
Stein Magnus Jodal
30badf60b9
Merge pull request #1033 from adamcik/feature/scanner-with-typefind
...
Add typefinding / MIME guess to scan code.
2015-03-13 23:22:12 +01:00
Thomas Adamcik
6b7f9b4899
docs: Add changelog for the scanner improvements
2015-03-13 22:45:57 +01:00
Stein Magnus Jodal
4ce16ce638
docs: Fix header marker
2015-03-13 21:31:33 +01:00
Thomas Kemmer
73bb6c2a8a
Replace Mopidy-HTTP-Kuechenradio with Mopidy-Mobile.
2015-03-13 19:10:57 +01:00
Thomas Adamcik
083ec130f9
Merge pull request #1015 from ZenithDK/feature/mixer_none
...
core/mpd: Allow empty or 'none' as audio.mixer value
2015-03-13 17:57:51 +01:00
Thomas Adamcik
5600b395bf
Merge pull request #1032 from tkem/fix/1031
...
local: Add get_images() to local library (Fixes #1031 )
2015-03-13 17:54:47 +01:00
Thomas Kemmer
e655d39384
Fix #1031 : Add get_images() to local library.
2015-03-12 11:43:27 +01:00
Stein Magnus Jodal
9a507e17df
docs: Improve pointer to contribution page
2015-03-11 19:42:33 +01:00
Stein Magnus Jodal
20e95eac07
docs: Fix rST syntax error
2015-03-10 18:34:49 +01:00
Lasse Bigum
cb19b2c48c
Allow 'none' as audio.mixer value
...
To disable mixing altogether, you can now set the configuration value
audio/mixer to 'none'.
2015-03-10 00:26:22 +01:00
Thomas Adamcik
29b00cabf9
Merge pull request #1028 from tkem/fix/1026
...
Fix #1026 : Sort local playlists by name.
2015-03-08 23:53:04 +01:00
Stein Magnus Jodal
af87a17ff5
docs: Fix all warnings
2015-03-08 21:43:09 +01:00
Thomas Kemmer
0f52316d77
docs: Add PR #1028 to changelog
2015-03-08 19:04:57 +01:00
Thomas Kemmer
8d2cedcc69
Remove changelog entry for #802 .
2015-03-06 19:31:54 +01:00
Stein Magnus Jodal
51fb2e2242
docs: Add PR #1024 to changelog
2015-03-05 22:14:16 +01:00
Stein Magnus Jodal
2280a533c0
Use py.test as test runner
2015-03-05 00:35:20 +01:00
Stein Magnus Jodal
9e967f7997
docs: Add section on Deb package availability
2015-03-04 23:16:26 +01:00
Nick Steel
a6f021cc4f
docs: Troubleshooting link to discuss, not google group
2015-03-03 15:03:13 +00:00
Stein Magnus Jodal
6dddf34333
docs: Fix review comments
2015-03-03 15:28:30 +01:00
Stein Magnus Jodal
0f9fcc62cb
docs: Add missing ext troubleshooting to Debian docs
...
Fixes #879
2015-03-03 01:53:36 +01:00
Stein Magnus Jodal
1e41a1192f
docs: Add section on ext installation from source
2015-03-03 01:36:47 +01:00
Stein Magnus Jodal
6ff85aed29
docs: Add section on ext installation on Debian
2015-03-03 01:36:47 +01:00
Stein Magnus Jodal
c3f6016388
docs: Add section on ext installation on Arch
2015-03-03 01:36:47 +01:00
Stein Magnus Jodal
3283beba69
docs: Add section on starting Mopidy at login
...
Fixes #887
2015-03-03 01:22:02 +01:00
Stein Magnus Jodal
88ddcc7d35
docs: Add section on ext installation on OS X
2015-03-03 01:09:48 +01:00
Thomas Adamcik
c0d4626360
docs: Update changelog based on all merges since last 0.19.x merge
2015-03-03 00:00:42 +01:00
Thomas Adamcik
8c7c275f3a
docs: Add changelog for issue #917 & PR #947
2015-03-02 23:21:14 +01:00
Stein Magnus Jodal
2179bf06d3
Merge pull request #1022 from adamcik/fix/913
...
Add list_distinct command for more effective library lookups.
2015-03-02 22:55:42 +01:00
Thomas Adamcik
8cc9c9bbc0
core: Rename list_distinct to get_distinct
2015-03-02 22:41:09 +01:00
Nick Steel
45baeb9974
Fixed OpenHome link for upmpdcli
2015-03-02 11:26:05 +00:00
Thomas Adamcik
5fd2afa7ca
mpd: Switch list command to using list_distinct
2015-03-02 00:26:51 +01:00
Thomas Adamcik
00b2b9538e
core: Add library.list_distinct for getting distinct field values
2015-03-02 00:26:06 +01:00
Stein Magnus Jodal
0634de6e28
Merge pull request #1020 from adamcik/feature/fix-ws-disconnect-race
...
Fix WS disconnect race
2015-03-02 00:16:09 +01:00
Thomas Adamcik
0fb6c620df
docs: Add changelog entry for broadcast race
2015-03-02 00:05:58 +01:00
Thomas Adamcik
1de032be07
Merge pull request #1018 from ZenithDK/fix/no_resume_on_seek
...
core: Don't change to playing state when seeking in paused state
2015-03-01 21:09:22 +01:00
ronaldz
713c55321f
Updated the changelog
2015-03-01 14:56:38 -05:00
Lasse Bigum
fbd534efbf
Don't change to playing state when seeking in paused state
...
Do not switch state from paused to playing when seeking
2015-03-01 15:50:17 +01:00
Stein Magnus Jodal
635ee6e4eb
Merge pull request #1002 from adamcik/fix/694
...
config: Debug log ignored sections (fixes : #694 )
2015-02-25 23:36:13 +01:00
Thomas Adamcik
4a3dfdd415
docs: Update changelog
2015-02-25 23:28:56 +01:00
Thomas Adamcik
3b41b26880
config: Fix review comments
2015-02-25 22:57:49 +01:00
Thomas Adamcik
5c833e106b
logging: Add support for per logger colors ( fixes : #808 )
2015-02-25 22:16:30 +01:00
Stein Magnus Jodal
b7d46d3247
Merge pull request #990 from adamcik/feature/mpd-blacklist-commands
...
mpd: Support blacklisting MPD commands in the server.
2015-02-18 21:25:50 +01:00
Thomas Adamcik
52814715b4
mpd: Fix review comments for commands blacklist
2015-02-18 20:57:22 +01:00
Thomas Adamcik
e4ba4b3e5f
mpd: Support blacklisting MPD commands in the server.
...
Default blacklist set to listall and listallinfo.
This change has been done to avoid clients being able to call "bad" MPD
commands which are often misused to try and keep a client db. Note that
this change will break some MPD clients, but the blacklist can be controlled
via config to allow opting out for now.
2015-02-18 00:13:24 +01:00
Trygve Aaberge
b6110de186
Merge pull request #989 from jaksi/patch-1
...
Change yaourt command to update packages from AUR.
2015-02-17 00:28:55 +01:00
Jakab Kristóf
305d88c920
Update arch.rst
...
yaourt only syncs AUR packages if the -a flag is given
2015-02-17 00:01:01 +01:00
Stein Magnus Jodal
f5e63c4063
flake8: Fix warnings after flake8 upgrade
2015-02-16 10:34:27 +01:00
Stein Magnus Jodal
d60c037fdc
docs: Update number of times -v is accepted
2015-02-13 12:24:33 +01:00
Stein Magnus Jodal
2d958d21b5
docs: Fix references and typos
2015-02-13 12:16:49 +01:00
Stein Magnus Jodal
82b94693f9
docs: Add Image to model relation graph
2015-02-13 01:39:57 +01:00
Stein Magnus Jodal
7aede98fda
Merge pull request #982 from adamcik/feature/use-proxy-in-stream-scanner
...
Use proxy in stream scanner
2015-02-13 01:04:09 +01:00
Thomas Adamcik
0e4e872d6b
stream: Hook stream scanner up to proxy settings
2015-02-13 00:52:20 +01:00
Stein Magnus Jodal
e4f2796e81
docs: Add model addition to changelog
2015-02-13 00:41:32 +01:00
Stein Magnus Jodal
638740541b
Merge pull request #981 from adamcik/feature/core-get-images
...
Add library.get_images()
2015-02-13 00:33:29 +01:00
Thomas Adamcik
3cb9eb52f0
Merge pull request #975 from jodal/feature/core-mixer
...
Add core.mixer replacing playback mixer methods.
2015-02-12 23:50:04 +01:00
Stein Magnus Jodal
83a5246074
Merge pull request #980 from adamcik/feature/add-tags-and-duration-to-local-library-add
...
Add tags and duration to local library add()
2015-02-12 23:26:13 +01:00
Stein Magnus Jodal
172633a2d8
Merge branch 'release/v0.19.x' into develop
...
Conflicts:
mopidy/audio/actor.py
setup.cfg
2015-02-12 23:18:56 +01:00
Stein Magnus Jodal
80516cab01
Merge branch 'master' into release/v0.19.x
...
Conflicts:
mopidy/audio/playlists.py
2015-02-12 23:17:29 +01:00
Stein Magnus Jodal
5a6eb78137
docs: Update changelog for PR#958
2015-02-12 23:11:29 +01:00
Thomas Adamcik
a3133afe6b
docs: Add changelog entry for core.library.get_images
2015-02-12 22:41:21 +01:00