Mark Greenwood
eab3076235
Add test for track.last_modified = 0
2015-07-21 21:13:38 +01:00
Mark Greenwood
6ed9b07aaa
Fix #1218
...
Output the last_modified timestamp from mopidy's track model to mpd clients
in the same format as mpd uses - yyyy-mm-ddTHH:MM:SS
Outputs nothing for Last-Modified if last_modified is None or zero
This commit uses UTC time, adds a 'Z' to end, and updates the test accordingly
2015-07-21 18:20:17 +01:00
Mark Greenwood
38ca65a0b6
Fix #1218 - Last-Modified timestamp for tracks
...
Don't know why the Travis build failed, it's passing for me
2015-07-13 06:43:46 +01:00
Mark Greenwood
6d2ac7a100
Fix #1218
...
Output a track's Last-Modified stamp in ISO 8601 format, as MPD does.
Output nothing if track has no last-modified stamp.
The test has to use datetime to work out what the output will look like,
because it is local-time zone dependant.
2015-07-13 06:35:34 +01:00
Mark Greenwood
5c6ab0846e
Fix #1218
...
Output the last_modified timestamp from mopidy's track model to mpd clients
in the same format as mpd uses - yyyy-mm-ddTHH:MM:SS
Outputs nothing for Last-Modified if last_modified is None
2015-07-12 21:39:27 +01: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
Stein Magnus Jodal
2f3d1b3f60
Release v1.0.7
2015-06-26 00:35:11 +02:00
Stein Magnus Jodal
bc2f56d0bf
Bump version to 1.0.7
2015-06-26 00:34:59 +02:00
Stein Magnus Jodal
97a5ae737f
docs: Update changelog for v1.0.7
2015-06-26 00:34:24 +02:00
Stein Magnus Jodal
1345f23b20
docs: Update changelog
2015-06-25 23:23:48 +02:00
Stein Magnus Jodal
c4e930a17b
mpd: Fix 'title' to 'track' and back conversion in list cmd
...
(cherry picked from commit 0d032a25fa )
2015-06-25 23:18:00 +02:00
Stein Magnus Jodal
0d032a25fa
mpd: Fix 'title' to 'track' and back conversion in list cmd
2015-06-25 23:16:45 +02:00
Stein Magnus Jodal
5cc019afa2
validation: Add 'track' as accepted distinct field
2015-06-25 23:15:59 +02:00
Stein Magnus Jodal
749c8baceb
Merge branch 'v1.0.x' into develop
...
Conflicts:
mopidy/core/library.py
tests/core/test_playback.py
2015-06-25 23:15:35 +02:00