Commit Graph

6709 Commits

Author SHA1 Message Date
Stein Magnus Jodal
bed8fdd5c5 docs: Update authors and .mailmap 2015-07-20 18:59:56 +02:00
Stein Magnus Jodal
d65548de2b docs: Update authors 2015-07-20 18:53:30 +02:00
Thomas Adamcik
8ada2625db core: Move tracklist setting to default.conf and add changelog 2015-07-20 17:07:43 +02:00
Thomas Adamcik
f74b1c4c97 Merge branch 'RonaldZ-issue997' into develop 2015-07-20 17:02:40 +02:00
Thomas Adamcik
2c30934c2e core: Remove core "extension" as it is not needed for config 2015-07-20 17:01:40 +02:00
Thomas Adamcik
8bb29cd28e core: Update tracklist full error message 2015-07-20 16:53:04 +02:00
Thomas Adamcik
3aacfd7147 exception: Fix typo in new CoreErrors 2015-07-20 16:45:14 +02:00
Ronald Zielaznicki
82ed660777 Add core config values to relevent test cases. 2015-07-19 23:05:39 -04:00
Ronald Zielaznicki
f6f490efc5 Add a max playlist limit to the tracklist. 2015-07-19 22:24:17 -04:00
Ronald Zielaznicki
4614f04c8b Added in a CoreError with a TracklistFull subclass 2015-07-19 13:31:43 -04:00
Ronald Zielaznicki
1892e472a0 Added config schema 2015-07-19 13:10:24 -04:00
Stein Magnus Jodal
87bf261345 tests: Fix typo in mock usage
The error was made evident by a newer mock version that no longer
swallowed the wrong assert as regular use of a spec-less mock.
2015-07-16 21:33:02 +02:00
Stein Magnus Jodal
c69c68648b core: Add a [core] config section
I deemed it better to make core an extension (that cannot be disabled)
rather than add a special case throughout the config handling to make
it possible to have config section that doesn't belong to an extension.

This change is needed for #997.

Until #997 is completed, Mopidy will complain that core has now config
schema (because it is empty) and claim that core is disabled. This of
course has no practical effects.
2015-07-16 21:18:14 +02:00
Stein Magnus Jodal
a99e161aab docs: Fix typos 2015-07-09 21:40:04 +02:00
Stein Magnus Jodal
5a3dc180fb docs: Add file backend to changelog
Fixes #1004
2015-07-09 14:04:23 +02:00
Stein Magnus Jodal
f3d6309d45 file: Consistently use URI in all log messages
It has the benefit of being able to encode any bytes irespective of
file system encoding, because of its urlencoding.
2015-07-09 13:50:53 +02:00
Stein Magnus Jodal
f95cb857f6 file: Drop double logging of non-audio files 2015-07-09 13:44:08 +02:00
Stein Magnus Jodal
9035d85a0e file: Ignore dotfiles before symlinks
This reduces the amount of debug logging a lot when browsing a typical
Unix home directory.
2015-07-09 13:22:10 +02:00
Stein Magnus Jodal
61ee92e221 file: Minor style tweaks 2015-07-09 13:20:21 +02:00
Stein Magnus Jodal
f3ec7e7202 docs: Update list of authors 2015-07-09 13:14:01 +02:00
Stein Magnus Jodal
b6f4ba9c11 Update .mailmap 2015-07-09 13:12:55 +02:00
Stein Magnus Jodal
2b58948f56 Merge branch 'rawdlite/feature/file-browsing' into develop 2015-07-09 13:10:36 +02:00
rawdlite
4e0c114ce3 file-browser: lint fixed 2015-07-09 07:10:09 +02:00
rawdlite
07d4f6ddf2 Rename Mopidy-Files to Mopidy-File 2015-07-08 23:43:40 +02:00
rawdlite
446a308200 file-browser: Changed as discussed in PR 1207 2015-07-08 22:10:36 +02:00
Stein Magnus Jodal
25247fc296 m3u: Fix use of logger.warn() function alias 2015-07-08 13:24:03 +02:00
Stein Magnus Jodal
68531ae5ed docs: Fix typo 2015-07-08 13:05:31 +02:00
Stein Magnus Jodal
9da571d272 mpd: Tweak docstring, add PR#1213 to changelog 2015-07-08 12:59:13 +02:00
Stein Magnus Jodal
db1f50414e Merge pull request #1213 from fatg3erman/feature/update-mpd-to-0.19
mpd: Concatenate multiple artist names, etc using ";" instead of multiple lines

This is a part of updating the MPD protocol version to 0.19
2015-07-08 12:55:45 +02:00
rawdlite
3b1a16dcce file-browser: Changed Message for logging scanner fail 2015-07-08 08:24:49 +02:00
rawdlite
8088731995 file-browser: Lower severity for logging scanner fail 2015-07-08 08:19:01 +02:00
rawdlite
621796d8f8 file-browser: lint fixes 2015-07-08 00:42:22 +02:00
rawdlite
ff14909fab file-browser: decode Ref.track#name abd Ref.directory#name 2015-07-08 00:25:48 +02:00
rawdlite
a8085cf29a file-browser: changd local_path to path in internal#path 2015-07-08 00:23:15 +02:00
tom roth
d8e0099ff4 file-browser: Changed as discussed in PR 1207 2015-07-07 08:01:15 +02:00
tom roth
b51e2862d1 file-browser: let the user decide on minimal scanner timeout 2015-07-06 15:26:06 +02:00
tom roth
81af757b09 file-browser: let the user decide on minimal scanner timeout 2015-07-06 15:23:05 +02:00
tom roth
759261d1d0 file-browser: is_local_path_inside_base_dir checks on dirs to 2015-07-06 15:01:32 +02:00
tom roth
1f3a4abab0 file-browser: Various changes as discussed in PR 1207 2015-07-06 11:11:23 +02:00
Mark Greenwood
f3f140c19f mpd:Update protocol to 0.19
Address issues raised in review:
Fix formatting by shortening function name to concat_multi_values
Change comments and variable names to reflect generic nature of function
Fix typos in tests
Default to single quotes for strings
2015-07-06 09:26:52 +01:00
Stein Magnus Jodal
6673ae4308 docs: Add HTTP request recommendations for extensions
Related to #1156
2015-07-05 19:08:35 +02:00
Stein Magnus Jodal
ab7e463af0 docs: Remove trailing whitespace 2015-07-05 18:18:34 +02:00
Stein Magnus Jodal
dc7c787e47 docs: Add versionadded to httpclient functions 2015-07-05 18:14:34 +02:00
Mark Greenwood
a2f2d5f167 mpd:Update protocol to 0.19
Update tests to reflect new function names
2015-07-05 13:40:45 +01:00
Mark Greenwood
1e46e9a94d mpd:Update protocol version to 0.19
Since mpd 0.19, it has concatenated multiple values using
a ';' character. Mopidy has been using ', '. This makes mopidy
use a ';' for all artist-related values.

In mpd 0.18, multiple values were displayed as multiple lines in
the output, hence this change bumps the mpd protocol version to
0.19 to reflect the new behaviour.
2015-07-05 13:17:39 +01:00
tom roth
307a879a90 file-browser: added some documentation 2015-07-03 13:34:26 +02:00
tom roth
33511d4400 file-browser: Don't rely on configured media dir to be available 2015-07-03 10:44:31 +02:00
rawdlite
2c587edf7a file-browser: Changed as discussed in PR 1207 2015-07-01 10:33:51 +02:00
rawdlite
bd70eac124 file-browser: initial commit 2015-06-30 18:26:28 +02:00
Stein Magnus Jodal
3b1b0dd2e9 Merge branch 'v1.0.x' into develop 2015-06-26 12:48:03 +02:00