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