Stein Magnus Jodal
191e809841
Update changelog
2013-10-27 22:03:20 +01:00
Stein Magnus Jodal
20c727d4bf
git: Update mailmap
2013-10-27 21:57:48 +01:00
Thomas Adamcik
b36bf007c0
Merge pull request #551 from jodal/feature/mpd-search-by-albumartist
...
Add search and find by albumartist to MPD frontend
2013-10-27 13:39:31 -07:00
Stein Magnus Jodal
15554ea062
Merge pull request #550 from adamcik/fix/bug-516-blacklist-extensions-in-scanner
...
local: Add file ext blacklist (fixes #516 ).
2013-10-27 13:36:32 -07:00
Stein Magnus Jodal
9064fc02fd
Merge branch 'develop' into feature/mpd-search-by-albumartist
...
Conflicts:
mopidy/frontends/mpd/protocol/music_db.py
mopidy/frontends/mpd/translator.py
2013-10-27 21:30:58 +01:00
Thomas Adamcik
3884da2d7e
local: Rename scan_blacklist_extensions to excluded_file_extensions
2013-10-27 21:27:11 +01:00
Stein Magnus Jodal
be6e6c9a93
local: Readd lost test assertion
2013-10-27 21:26:26 +01:00
Stein Magnus Jodal
f0aff669c6
local: Order search filters consistently
2013-10-27 21:26:07 +01:00
Stein Magnus Jodal
4a9552fc15
local: Bring the corner case close to the condition
2013-10-27 21:25:36 +01:00
Stein Magnus Jodal
c42dd1bf1d
mpd: Add 'find track ""' test to match search tests
2013-10-27 21:23:45 +01:00
Stein Magnus Jodal
d13d9958b0
mpd: Formatting
2013-10-27 21:22:57 +01:00
Stein Magnus Jodal
70801c2481
mpd: Fix import order
2013-10-27 21:22:34 +01:00
Stein Magnus Jodal
f7e85b1f12
Merge branch 'develop' into feature/track_and_count
2013-10-27 21:04:09 +01:00
Stein Magnus Jodal
38bbaeee18
mpd: Review fixes
2013-10-27 20:59:46 +01:00
Stein Magnus Jodal
f9c09a8990
Merge pull request #548 from adamcik/feature/write-config
...
Prep work for adding a `mopidy config --set ...` type command.
2013-10-27 12:52:46 -07:00
Stein Magnus Jodal
1d651c5ff4
Merge pull request #549 from adamcik/fix/bug-500-library-refresh-does-not-remove-uris
...
local: Delete uris in library refresh (fixes #500 )
2013-10-27 12:52:06 -07:00
Stein Magnus Jodal
24a2b08fc5
mpd: Don't return fake artists when searching by albumartist
2013-10-27 20:24:07 +01:00
Stein Magnus Jodal
6af0ace8ac
mpd: Map 'albumartist' field from MPD to Mopidy query
2013-10-27 20:23:26 +01:00
Stein Magnus Jodal
dabddd81fd
mpd: Accept 'albumartist' type to 'find' and 'search' commands
2013-10-27 20:22:45 +01:00
Stein Magnus Jodal
d822724426
mpd: Format search query regexps better
2013-10-27 20:08:44 +01:00
Stein Magnus Jodal
7d23302737
mpd: Remove Python 2.6-ism
2013-10-27 20:08:44 +01:00
Thomas Adamcik
3a1d4db227
local: Add file ext blacklist ( fixes #516 ).
...
Adds a new local/scan_blacklist_extensions config value for controlling file
extensions to ignore.
2013-10-27 14:26:06 +01:00
Thomas Adamcik
ecc0bae344
local: Delete uris in library refresh ( fixes #500 )
...
Makes sure we remove uri's that can no longer be found in the tag cache.
2013-10-27 14:10:56 +01:00
Thomas Adamcik
73f91710e1
config: Add postprocessor for converting config back.
...
Idea forward from here is that once we have a config sub command that we expose
a setting config values which will:
1. Run the preprocessor on the file to edit.
2. Load it into config parser.
3. Modify the value.
4. Write it to a io.ByteString
5. Run the postprocessor
6. Save the file with comments etc intact.
2013-10-27 12:30:02 +01:00
Thomas Adamcik
d5cb4282d9
config: Add preprocessor for preserving comments when editing configs.
...
Adds markers to configs files that ensures configparser won't mangle comments
in the files. Will be combined with a postprocessor that undoes these changes.
2013-10-27 11:38:01 +01:00
Stein Magnus Jodal
add79d90dd
docs: Warn about EOT issue with Shoutcast ( fixes #545 )
2013-10-25 18:16:08 +02:00
Stein Magnus Jodal
b0ae7d3c6f
local: Fix crash on non-ASCII chars in URIs
2013-10-24 23:22:01 +02:00
Stein Magnus Jodal
e448d77eb7
mpd: Fix flipped mute logic
2013-10-24 22:20:07 +02:00
Stein Magnus Jodal
1e3191a0f9
docs: Search is on every page, don't need a search page
2013-10-24 09:51:09 +02:00
Stein Magnus Jodal
f4d0d5648f
docs: Fix typo
2013-10-23 22:39:33 +02:00
Stein Magnus Jodal
84612ca1ac
docs: Fix typo
2013-10-23 22:27:04 +02:00
Stein Magnus Jodal
9d0b04e96f
docs: Fix link to Mopidy-Arcam
2013-10-23 21:20:00 +02:00
Stein Magnus Jodal
80b9329dcb
docs: Update authors
2013-10-23 20:57:30 +02:00
Stein Magnus Jodal
8097add7ed
docs: More exact GStreamer version range
2013-10-23 20:30:25 +02:00
Stein Magnus Jodal
ef15c4f6fc
docs: Enable new RTD theme
2013-10-23 20:29:05 +02:00
Lasse Bigum
457c39fc78
Remove duplicate test group, merge it into existing
2013-10-22 23:40:38 +02:00
Lasse Bigum
95046b4852
Fix small bug and fix test
2013-10-22 00:12:32 +02:00
Stein Magnus Jodal
2117add55f
docs: Include minimum GStreamer version
2013-10-20 23:48:17 +02:00
Thomas Adamcik
010cb62756
docs: Add note about fixing #198 to changelog
2013-10-20 23:45:33 +02:00
Lasse Bigum
6028d6766d
Fix tabs->spaces and extra ')'
2013-10-20 23:35:31 +02:00
Stein Magnus Jodal
c31815b0e6
docs: Update changelog
2013-10-20 23:21:45 +02:00
Lasse Bigum
6f761a03f0
Return MpdArgError if count parsing fails
2013-10-20 23:04:48 +02:00
Lasse Bigum
1975694d08
Changed track to track_no, fix code, add tests
...
Added testcases for track and count
2013-10-20 23:04:48 +02:00
Lasse Bigum
df32e7fcd0
Error checking before type-cast
2013-10-20 23:04:48 +02:00
Lasse Bigum
35a31d3d27
Add support for 'count ..' and 'find .. track X'
2013-10-20 23:04:48 +02:00
Stein Magnus Jodal
07a65198a2
Merge pull request #542 from adamcik/fix/bug-496-handle-single
...
Resolve mistakes in single handling.
2013-10-20 13:58:15 -07:00
Thomas Adamcik
bfddfab15a
core: Fix typos pointed out in PR#542
2013-10-20 22:47:54 +02:00
Thomas Adamcik
84c373d7ea
Merge branch 'develop' into fix/bug-496-handle-single
...
Conflicts:
mopidy/core/tracklist.py
2013-10-20 22:46:35 +02:00
Stein Magnus Jodal
6133d20fa9
Merge pull request #541 from adamcik/feature/random-cleanup
...
Cleanup random tests and fix #453
2013-10-20 13:30:47 -07:00
Thomas Adamcik
ba55181bc1
core: Reduce duplication between next and eot track handling.
2013-10-20 21:48:42 +02:00