Adrian Sampson
6e205c6b54
Merge pull request #2755 from tummychow/from-scratch
...
Implement from_scratch option
2017-12-16 15:00:33 -05:00
Adrian Sampson
2ba3c1bec3
Add thanks & issue number for #2758
2017-12-12 11:57:55 -05:00
Adrian Sampson
2382d1182c
Merge pull request #2758 from cgevans/master
...
Duplicates plugin: tiebreak album vs items fix
2017-12-12 11:57:10 -05:00
Constantine Evans
dd2b44ef20
minor fixes and changelog entry
2017-12-11 13:31:40 -08:00
Vrihub
7132ad094b
First tentative fix for issue 2738.
...
Don't ignore anymore filenames such as "01.mp3", instead use the number
in the filename as track number.
2017-12-11 19:32:53 +01:00
Constantine Evans
c9b4e9b414
only use tiebreak if tiebreak includes an entry for the kind being considered, otherwise use default (eg, if only items is specified, and -a is being used, use default order of priority
2017-12-10 12:28:47 -08:00
tummychow
e848adab04
Implement from_scratch option
...
Fixes #934 , and also helps with #1173 .
2017-12-07 14:46:40 -05:00
Adrian Sampson
d932aa4f5c
Merge pull request #2750 from woparry/master
...
Add tags configuration to acousticbrainz plugin
2017-12-02 22:19:23 -05:00
Owen Parry
1f45ea00f4
use as_str_seq and fix line length
2017-12-02 11:31:31 -08:00
Adrian Sampson
28cb79b877
Merge pull request #2751 from Stunner/dont-convert
...
Convert Plugin: Added dont_convert Option
2017-11-29 23:30:10 -05:00
Aaron Jubbal
7138cae108
Updated changelog.
2017-11-29 20:09:06 -08:00
Aaron Jubbal
e24f732014
Changed dont_convert to no_convert.
2017-11-29 20:08:50 -08:00
Aaron Jubbal
0998d9f8ef
Added default value for dont_convert option, addressing crashes.
2017-11-29 17:53:50 -08:00
Aaron Jubbal
e5d782a3b1
Added docs for dont_convert option.
2017-11-29 16:41:27 -08:00
Aaron Jubbal
7265077e75
dont_convert option implemented.
...
Local testing indicates success.
2017-11-29 16:13:38 -08:00
Owen Parry
a2393e48f2
add changelog entry for acousticbrainz 'tag' option
2017-11-27 09:15:03 -08:00
Owen Parry
eaa84178f7
split long line
2017-11-27 09:11:53 -08:00
Owen Parry
325ae6f0ee
Add tags configuration to acousticbrainz plugin
2017-11-27 07:55:38 -08:00
Adrian Sampson
e2defe9bb8
Merge branch 'backup-suggestion'
2017-11-25 17:56:59 -05:00
Adrian Sampson
f007468da3
Mention file modification
2017-11-25 17:56:42 -05:00
Adrian Sampson
36e462ce7e
Merge pull request #2748 from JoshStrobl/patch-1
...
Add Solus as an OS where beets is available.
2017-11-25 11:54:02 -05:00
Joshua Strobl
31d8d1f089
Add Solus as an OS where beets is available.
2017-11-25 18:19:26 +02:00
Adrian Sampson
9ee643f54c
Merge pull request #2742 from broddo/hook/bug
...
Addresses hook.py ability to handle non-string item properties
2017-11-22 14:02:08 -05:00
Barry Broderick
4813786382
updated changelog to include fix for #2740
2017-11-22 10:21:00 -05:00
Barry Broderick
530beb6312
removed whitespaces from empty line
2017-11-22 10:10:28 -05:00
Barry Broderick
a7818027ab
replaced the exception test in convert_field with an isinstance test
2017-11-20 23:09:36 -05:00
Barry Broderick
585d4ba89d
attempted fix for #2740
2017-11-20 09:56:40 -05:00
Adrian Sampson
16592445b0
Link to bug for #2741
2017-11-19 10:51:32 -05:00
Adrian Sampson
60249fdcdb
Merge pull request #2741 from eigengrau/master
...
mediafile._safe_cast: be safer when converting to int
2017-11-19 10:50:51 -05:00
Sebastian Reuße
c40ea4f22a
mediafile._safe_cast: be safer when converting to int
...
The regex «[\+-]?[0-9]*» possibly matches a single minus/plus, which would then
be passed on to int(), raising a ValueError from within _safe_cast. The test
suite covered this for float, but not for int.
We now make sure we actually have a number after the sign by using a Kleene
plus.
2017-11-19 09:21:07 +01:00
David Logie
c10e62f212
mbcollection: Fix default 'remove' value.
...
If the default is not None the value cannot be overriden by the user's
config.yaml.
2017-11-13 15:48:22 +00:00
Adrian Sampson
9657cf612e
Revise importer guide text about merging
2017-11-11 11:07:40 -05:00
Adrian Sampson
0c20147e14
Changelog for #2725
2017-11-11 11:05:43 -05:00
Adrian Sampson
c5ed992638
Merge pull request #2725 from udiboy1209/merge-albums
...
Implement album merging for duplicates
2017-11-11 11:04:37 -05:00
Adrian Sampson
8ca271773b
Merge pull request #2735 from Vrihub/2734-candidates-fetchart
...
Tentative fix for issue 2734: also check for RETAG
2017-11-10 09:57:04 -05:00
test
842f6afd7f
Fix indentation
2017-11-10 14:04:16 +01:00
test
8544b3a830
Fix long line and add changelog entry
2017-11-10 13:46:26 +01:00
test
54297dbab4
Tentative fix for issue 2734: also check for RETAG
2017-11-05 12:04:40 +01:00
Meet Udeshi
a6215f30a7
flake8 fixes
2017-11-05 12:35:32 +05:30
Meet Udeshi
83f2e44936
Mark merged items in session for future tasks
2017-11-05 06:20:48 +05:30
Meet Udeshi
1646da4d9c
Add comments and explain merge feature in config docs and guide
2017-11-04 03:08:53 +05:30
Meet Udeshi
4d4fb504d5
Change to subset check for finding duplicates
...
also implement repeating code as helper functions
2017-11-04 01:33:19 +05:30
Adrian Sampson
0d8d1c3aee
Modify task recommendation and candidates
...
This way, subsequent candidates can be exposed to plugins instead of
just used locally to interact with the user.
2017-11-01 19:13:42 -04:00
Adrian Sampson
7ea3192db7
Mention backups in the main guide
2017-11-01 18:57:43 -04:00
Adrian Sampson
9c6910d167
Merge pull request #2726 from translit/patch-1
...
Update fetchart.rst
2017-11-01 09:57:19 -04:00
translit
abefae12a0
Update fetchart.rst
2017-11-01 08:06:30 +01:00
Meet Udeshi
28fef2e77a
Fix flake8 errors
2017-11-01 02:24:19 +05:30
Meet Udeshi
70f0bc5b6c
Implement album merging for duplicates
...
Fixes #112
2017-11-01 02:00:48 +05:30
Adrian Sampson
2120cf68c6
Merge pull request #2723 from hugovk/patch-1
...
Update classifiers
2017-10-30 09:31:21 -04:00
Adrian Sampson
b87d9736f5
Merge pull request #2722 from hugovk/replace-2.7_with_system_site_packages
...
Use 2.7.13 instead of 2.7_with_system_site_packages
2017-10-30 09:29:58 -04:00