Stein Magnus Jodal
7b711e4dac
mpd: Add rangeid command skeleton
2015-07-21 14:12:01 +02:00
Stein Magnus Jodal
a23e2bc23c
mpd: Order commands after MPD docs
2015-07-21 09:30:01 +02:00
Thomas Adamcik
8e8577f707
Merge branch 'fatg3erman-fix/1212-mpd-stream-name-title-reversed' into develop
2015-07-20 19:30:28 +02:00
Thomas Adamcik
1a967d3d22
mpd: Add tests for stream title handling
2015-07-20 19:25:39 +02:00
Thomas Adamcik
b162a79bf9
Merge branch 'fix/1212-mpd-stream-name-title-reversed' of https://github.com/fatg3erman/mopidy into fatg3erman-fix/1212-mpd-stream-name-title-reversed
2015-07-20 19:13:20 +02:00
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
Mark Greenwood
d0c255f594
mpd:Fix swapped Name and Title fields for streams
...
Fixes issue#1212
When stream_title is set:
use stream_title for mpd's Title field, and use track.name (if set) for mpd's Name field
When stream_title is not set:
use track.name for mpd's Title field. Do not output Name field.
2015-07-08 22:06:19 +01: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