Commit Graph

1708 Commits

Author SHA1 Message Date
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