Stein Magnus Jodal
fcfb1515b1
local: Lower the default scan_flush_threshold
...
@tkem recommends that this is reduced from 1000 to maximum 100 to not
block incoming requests to Mopidy-Local-SQLite for too long while
scanning the local library.
2015-08-28 22:23:10 +02:00
Stein Magnus Jodal
0360936135
docs: Add a section on updating the local library
...
Fixes #1267
2015-08-28 22:04:33 +02:00
Stein Magnus Jodal
4cae6ea645
docs: ToC captions requires Sphinx 1.3
2015-08-27 15:27:59 +02:00
Stein Magnus Jodal
09a34fb90c
Merge branch 'master' into v1.1.x
2015-08-23 17:27:11 +02:00
Thomas Adamcik
2d46a732ab
Merge pull request #1266 from jodal/fix/1259-respect-core-dir-configs
...
Fix #1259 by respecting core dir configs
2015-08-23 17:19:00 +02:00
Stein Magnus Jodal
369f10b706
docs: Link to PR #1266
2015-08-23 00:37:38 +02:00
Stein Magnus Jodal
e1f349a6d4
m3u: Make empty playlists_dir default to ext's data dir
...
Partly fixes #1259
2015-08-23 00:37:38 +02:00
Stein Magnus Jodal
e0a028291a
local: Replace local/data_dir with core/data_dir
...
Partly fixes #1259
2015-08-23 00:37:38 +02:00
Stein Magnus Jodal
b63642d873
Use core/*_dir when creating dirs we need
...
Partly fixes #1259
2015-08-23 00:37:38 +02:00
Stein Magnus Jodal
c48b6515f9
core: library.refresh() should check if backend has library
...
...and not playlists.
Fixes #1257
2015-08-23 00:35:54 +02:00
Stein Magnus Jodal
78ffaeb8d2
playlists: Fix crash on urilist comment with non-ASCII chars
...
Fixes #1265
2015-08-22 23:52:19 +02:00
Stein Magnus Jodal
db765c7a0c
Merge pull request #1263 from bencevans/patch-1
...
docs: Fix syntax error in JavaScript example
2015-08-22 09:45:55 +02:00
Ben Evans
9bc78ac10e
docs: JS block fix
2015-08-22 01:06:30 +01:00
Thomas Adamcik
3e7e16097c
Merge pull request #1261 from jodal/fix/1260-dont-scan-on-file-browsing
...
file: Don't scan files on browsing
2015-08-21 22:45:11 +02:00
Stein Magnus Jodal
baa2cc7ac8
docs: Add issue and PR links
2015-08-21 20:44:25 +02:00
Stein Magnus Jodal
52b81bd858
file: Don't scan files on browsing
...
Fixes #1260
2015-08-21 20:40:19 +02:00
Stein Magnus Jodal
eee851f36b
mpd: Fix missing punctuation in docstring
2015-08-21 20:34:10 +02:00
Stein Magnus Jodal
77e8436f3e
docs: Elaborate on core/{cache,data}_dir usage
...
Related to #1253
2015-08-21 20:01:06 +02:00
Stein Magnus Jodal
7411c84ba7
docs: Avoid double use of 'both' in same sentence
2015-08-20 10:50:35 +02:00
Stein Magnus Jodal
74e4d3f9ab
docs: pip-mopidy can now use apt-extensions
2015-08-20 10:31:51 +02:00
Thomas Adamcik
f65784e510
Merge pull request #1258 from adamcik/v1.1.x
...
audio: Make scanner report MIME for missing plugins
2015-08-19 00:45:18 +02:00
Thomas Adamcik
3e75d5cf06
audio: Update missing plugins check in scanner tests
2015-08-19 00:40:46 +02:00
Thomas Adamcik
e77a4afaf4
audio: Make scanner report MIME for missing plugins
2015-08-18 23:56:42 +02:00
Stein Magnus Jodal
224cd65f78
Merge pull request #1256 from adamcik/v1.1.x
...
audio: Fix scan timeout handling
2015-08-17 20:29:04 +02:00
Thomas Adamcik
087ee42882
audio: Fix scan timeout handling
2015-08-16 12:06:14 +02:00
Thomas Adamcik
43e66891bd
Merge pull request #1254 from jodal/feature/stream-without-file-protocol
...
stream: Ignore file protocol if Mopidy-File is enabled
2015-08-16 00:06:52 +02:00
Stein Magnus Jodal
73675f8d5d
Merge branch v1.1.x into feature/stream-without-file-protocol
...
Conflicts:
docs/changelog.rst
2015-08-15 23:58:39 +02:00
Thomas Adamcik
2b0756e724
Merge pull request #1255 from jodal/feature/file-logging-levels
...
file: Adjust file/media_dirs failure logging
2015-08-15 23:56:31 +02:00
Stein Magnus Jodal
306b2f331f
docs: Add #1249/#1255 to changelog
2015-08-15 23:12:01 +02:00
Stein Magnus Jodal
9f24c331a4
file: Adjust file/media_dirs failure logging
...
Fixes #1249
2015-08-15 23:11:06 +02:00
Stein Magnus Jodal
3dfa39adb0
docs: Add #1248/#1254 to changelog
2015-08-15 22:50:48 +02:00
Stein Magnus Jodal
9a83a2d707
stream: Ignore file protocol if Mopidy-File is enabled
...
If Mopidy-File is enabled it handles playback of file:// URIs.
Mopidy-Stream used to do this, but in Mopidy 1.1 we removed "file" from
the default value of the stream/protocols config. However, many users
upgrading to Mopidy 1.1 have set stream/protocols to include "file" in
their existing config, and thus Mopidy fails to start because both
backends tries to claim the "file" protocol.
Fixes #1248
2015-08-15 22:42:00 +02:00
Stein Magnus Jodal
96d5039054
docs: Update sponsors page
...
(cherry picked from commit b1c4324def )
2015-08-13 09:35:34 +02:00
Stein Magnus Jodal
f5f957e4c9
docs: Remove headers made redundant by ToC captions
...
(cherry picked from commit d942ae0555 )
2015-08-13 00:02:33 +02:00
Stein Magnus Jodal
24d3fed411
docs: Add captions to ToCs
...
(cherry picked from commit 25e612876c )
2015-08-13 00:02:30 +02:00
Stein Magnus Jodal
9f08bce6cd
core: Update test
2015-08-11 10:06:58 +02:00
Stein Magnus Jodal
326f8579ca
core: Add quotes around URI scheme in log message
2015-08-11 10:03:33 +02:00
Stein Magnus Jodal
0f4771f539
file: Add missing space to log message
2015-08-11 10:02:46 +02:00
Stein Magnus Jodal
784c9758ab
docs: Include issues/PRs fixed at sprint
2015-08-10 00:35:33 +02:00
Stein Magnus Jodal
57670e3a2f
Release v1.1.0
2015-08-09 23:44:05 +02:00
Stein Magnus Jodal
83010813a1
Bump version to 1.1.0
2015-08-09 23:43:42 +02:00
Stein Magnus Jodal
5519595947
docs: Add v1.1.0 release date
2015-08-09 23:43:07 +02:00
Stein Magnus Jodal
e8303c9402
docs: intern -> interned
2015-08-09 23:42:35 +02:00
Stein Magnus Jodal
412631291f
core: Tweak deprecation wording
...
I know "not supported" and "deprecated" can mean the same, but I
usually read the following meaning into it:
- deprecation ~= don't use this, it will stop working in the future
- not supported ~= don't use this, it already stopped working
Thus I try to only use the "deprecated" term.
2015-08-09 23:38:51 +02:00
Stein Magnus Jodal
f3e61daa92
docs: Update changelog
2015-08-09 22:43:33 +02:00
Stein Magnus Jodal
21f941c323
models: Add Artist.sortname to init docstring
2015-08-09 22:42:36 +02:00
Stein Magnus Jodal
645071c61f
docs: Update authors
2015-08-09 22:13:16 +02:00
Stein Magnus Jodal
a16a2c5a1b
tests: Fix test made flaky by lsinfo Last-Modified change
2015-08-07 15:35:07 +02:00
Stein Magnus Jodal
4ab1a2445f
docs: Add m3u8 loading support to changelog
2015-08-07 15:35:07 +02:00
Stein Magnus Jodal
86e0d12a8c
Merge pull request #1193 from glogiotatidis/m3u8loading
...
Support loading of m3u8 playlists.
2015-08-07 15:21:39 +02:00