Adrian Sampson
076e77711f
Changelog for #1443
2015-04-29 14:53:57 -07:00
Adrian Sampson
494d32833f
Merge pull request #1443 from CodyReichert/master
...
MPDStats Plugin: handle update_rating when item is None / start tests for mpdstats
2015-04-29 14:53:01 -07:00
Cody Reichert
b776a71a8c
handle mpdstats update_rating when item is None / add appropriate tests
2015-04-28 23:23:27 -05:00
Adrian Sampson
631e097d48
AppVeyor: pip is pre-installed
...
See: http://www.appveyor.com/updates/2015/04/25
2015-04-26 13:12:27 -07:00
Adrian Sampson
274865147c
Version bump for dev: 1.3.14
2015-04-24 08:56:17 -07:00
Adrian Sampson
9f2d58e47a
release.py: push the commits too
2015-04-24 08:55:23 -07:00
Adrian Sampson
a8fce9be69
Finalize 1.3.13 changelog
2015-04-24 08:54:04 -07:00
Adrian Sampson
ba87ea1f30
Skip symlink tests on Windows
...
... where there is no symlinking.
2015-04-23 17:43:15 -07:00
Adrian Sampson
0e3f6cb09d
Provide Unicode to Jellyfish 0.5.0
...
The new version requires arguments are Unicode. We were providing ASCII byte
strings, produced by Unidecode. We now re-decode this back to Unicode before
passing to the Levenshtein function.
2015-04-23 15:25:47 -07:00
Adrian Sampson
99d19f85d1
Merge pull request #1436 from reynhout/fix_duplicated_assertion_in_autotag_test_reynhout
...
Fix autotag test: duplicated assertion
2015-04-23 15:15:30 -07:00
Adrian Sampson
fbf40c6f62
Slightly expand changelog for #1436
2015-04-23 15:12:15 -07:00
Adrian Sampson
19542df187
Merge pull request #1435 from reynhout/fix_1427_embedart_write_config_reynhout
...
Fix #1427 : embedart plugin should observe write config
2015-04-23 15:10:37 -07:00
D Andrew Reynhout
e4dcdfe609
Fix autotag test: duplicated assertion
2015-04-23 15:46:53 -04:00
D Andrew Reynhout
bd12cd59fd
Update changelog for #1427 fix
2015-04-23 15:44:15 -04:00
D Andrew Reynhout
c9380abc3b
Test config opt import/write before embedding art ( fixes #1427 )
2015-04-23 15:43:56 -04:00
Adrian Sampson
841f646fd7
Version bump for dev: 1.3.13
2015-04-18 17:05:45 -07:00
Adrian Sampson
e8489e125d
Datesamp 1.3.12 release
2015-04-18 17:05:05 -07:00
Adrian Sampson
7ebf5d7bf8
Light changelog reorganization
2015-04-18 17:04:26 -07:00
Adrian Sampson
23cb0a1b43
An outdated comment
2015-04-18 17:00:20 -07:00
Adrian Sampson
cd2e11b4e4
A little more changelog for #1429
2015-04-18 11:58:31 -07:00
Adrian Sampson
c52074786e
Merge pull request #1429 from tomjaspers/sort-ignore-case
...
Sort can ignore case if configured to do so
2015-04-18 11:54:22 -07:00
Adrian Sampson
0711172446
Docs fixes for metasync: #1386
2015-04-18 11:49:36 -07:00
Adrian Sampson
59b2e41124
Merge pull request #1386 from pprkut/sync
...
Plugin to sync metadata from other applications.
2015-04-18 11:40:59 -07:00
Heinz Wiesinger
0ecc560650
Add documentation for metadata sync plugin.
2015-04-18 16:09:46 +02:00
Heinz Wiesinger
c50d59f7e7
Rename metadata sync plugin.
2015-04-18 14:02:51 +02:00
Heinz Wiesinger
73fcbd07c3
Load metadata sync plugins dynamically.
2015-04-18 14:02:51 +02:00
Heinz Wiesinger
65307b410c
Fix issues with unicode and unplayed tracks when syncing data with amarok.
2015-04-18 14:02:51 +02:00
Heinz Wiesinger
5e43b07128
Initial version of a plugin that syncs metadata from other applications.
2015-04-18 14:02:51 +02:00
Tom Jaspers
91ab207156
Make sort-ignore-case branch mergeable
2015-04-18 11:48:54 +02:00
Tom Jaspers
24e6ba3de8
Tests for case insensitive sort
...
- Changed old values to be capitalized (more natural)
- Introduced specific tests for case sensitivity which adds lower-values
2015-04-18 11:22:01 +02:00
Tom Jaspers
0302c44909
Docs & changelog for case insensitive sort
2015-04-18 10:27:56 +02:00
Tom Jaspers
2ce38a254e
Sort is case insensitive by default
...
Renamed "ignore_case" to more canonical "case_insensitive"
2015-04-18 10:25:28 +02:00
Adrian Sampson
e14b1d7626
Some docs massaging for imminent release
2015-04-17 14:55:16 -07:00
Bruno Cauet
4e7c8d14a8
Discogs: add troubleshooting section in docs
...
Mention the token file, system date. Provide a URL that searches github
issues for "discogs".
Relates to #1417 .
2015-04-17 17:32:42 +02:00
Bruno Cauet
d134ad922d
Discogs: add API errors to CONNECTION_ERRORS
...
This avoids potential crashes when DiscogsAPIError is not explicitely
caught.
Relates to #1417 .
2015-04-17 17:32:42 +02:00
Fabrice Laporte
7a10a7a86b
Update changelog.rst
2015-04-17 16:08:22 +02:00
Tom Jaspers
18d262a59c
Sort can ignore case if configured to do so
...
- Config option `sort_ignore_case`
- Default behavior was (and is) case sensitive
2015-04-17 14:24:56 +02:00
Adrian Sampson
7073a54975
Expand changelog descriptions
2015-04-16 20:13:31 -07:00
Adrian Sampson
df579c6b45
Changelog for #1404
2015-04-16 19:57:41 -07:00
Adrian Sampson
56ca69d63d
Fix #1404 by only writing _media_fields
...
This just makes "date" and "original_date" into ordinary flexible fields,
which is probably the way it should be.
2015-04-16 19:55:48 -07:00
Adrian Sampson
6004da7c42
Expand changelog for "or" queries ( #1423 )
2015-04-16 19:34:20 -07:00
Adrian Sampson
0979148866
Slightly more legible tests
2015-04-16 19:31:27 -07:00
Adrian Sampson
7c1cf6632e
Add test for leading comma ( #1423 )
2015-04-16 19:28:03 -07:00
Adrian Sampson
bc698c3c0e
Merge pull request #1423 from tomjaspers/or-query-operator
...
Use comma as "or" operator for queries
2015-04-16 19:25:24 -07:00
Adrian Sampson
aef4e323f8
Changelog for #1426
2015-04-16 14:53:46 -07:00
Adrian Sampson
31a9d16458
Merge pull request #1426 from barsanuphe/master
...
Fixed variable referenced before assignment.
2015-04-16 14:52:46 -07:00
Barsanuphe
f72172aaa2
Fixed variable referenced before assignment.
2015-04-16 23:44:49 +02:00
Tom Jaspers
0a4e8309fd
Changelog entry for OR-operator
2015-04-16 10:09:46 +02:00
Tom Jaspers
13eabe25dd
"or"-operator tests on dbcore:parse_sorted_query
2015-04-16 10:04:32 +02:00
Tom Jaspers
c98835709f
Query documentation to include "or" operator
2015-04-16 09:44:49 +02:00