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
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
e5d782a3b1
Added docs for dont_convert option.
2017-11-29 16:41:27 -08:00
Owen Parry
a2393e48f2
add changelog entry for acousticbrainz 'tag' option
2017-11-27 09:15:03 -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
Joshua Strobl
31d8d1f089
Add Solus as an OS where beets is available.
2017-11-25 18:19:26 +02:00
Barry Broderick
4813786382
updated changelog to include fix for #2740
2017-11-22 10:21:00 -05:00
Adrian Sampson
16592445b0
Link to bug for #2741
2017-11-19 10:51:32 -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
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
test
8544b3a830
Fix long line and add changelog entry
2017-11-10 13:46:26 +01:00
Meet Udeshi
1646da4d9c
Add comments and explain merge feature in config docs and guide
2017-11-04 03:08:53 +05:30
Adrian Sampson
7ea3192db7
Mention backups in the main guide
2017-11-01 18:57:43 -04:00
translit
abefae12a0
Update fetchart.rst
2017-11-01 08:06:30 +01:00
Adrian Sampson
14476e2f8a
scrub: Handle MutagenError ( fix #2716 )
...
In older versions of Mutagen, an IOError indicated things like
permissions errors. Now, a custom MutagenError is raised. Now we handle
both.
2017-10-20 14:49:53 -04:00
Adrian Sampson
db71710fea
Changelog entry for #2709
...
Closes #2545 . Closes #2246 .
2017-10-09 18:52:46 -04:00
Adrian Sampson
1cff500b4b
Changelog for #2708 ( fixes #2427 )
2017-10-08 13:18:50 -04:00
Adrian Sampson
75c668b7d9
Remove a needless warning from docs ( #2708 )
...
No need for caution anymore! 😱 With confirmation, we don't need
this warning.
2017-10-08 13:17:21 -04:00
konman2
fdeef05cc9
clearart asks for permission before deleting embedded albumart
2017-10-07 20:42:01 -07:00
Adrian Sampson
e370286c2f
Add bug reference
2017-10-07 12:07:57 -04:00
Adrian Sampson
114a2f8bd4
Merge pull request #2707 from gdtwst/mpdstats_edits
...
mpdstats: update stats when switching from song to stream and when playing a song consecutively
2017-10-07 09:06:51 -07:00
gdtwst
dd32128fd5
Changelog for #2707
2017-10-07 20:04:37 +07:00
Heinz Wiesinger
bd6645d135
Fix album replaygain calculation with gstreamer backend.
...
Fixes #2636
2017-10-04 20:22:01 +02:00
nath@dp7510
e08f28d865
Changelog for #2702
2017-10-02 09:15:25 +02:00
Adrian Sampson
15e2a0f631
Merge pull request #2696 from Sjlver/bpd-fix
...
Update GStreamer installation instructions for Mac OS X.
2017-09-22 14:59:06 -04:00
Jonas Wagner
d7abf0b8e1
Update GStreamer installation instructions for Mac OS X.
2017-09-22 20:32:45 +02:00
Jonas Wagner
114a6f80da
Fix the --key option in the duplicates plugin.
...
During a refactoring, the "dest='keys'" parameter was lost. This caused
the option to not have any effect.
2017-09-22 20:27:47 +02:00
David Logie
61b0246651
mbcollection: Add support from removing albums.
...
Add a new ``mbcollection.remove`` configuration option (default: None)
and a new ``-r`` (``--remove``) flag which removes albums from
collections that are no longer present in the beets database.
The ``-r`` flag takes precedence over the ``remove`` configuration
option.
2017-09-14 15:49:42 +01:00
zigarrre
b376139663
Refactored move functions for clarity according to #2682
...
The move functions in library.py and manipule_files in importer.py where
changed to use a single parameter for the file operation instead of
multiple boolean flags.
A typo in the documentation of the Album.move and Item.move functions
confusing True and False when describing the store parameter was fixed
as well.
2017-09-11 17:03:44 +02:00
David Logie
8eb233331c
Update changelog/docs for new `mbcollection.collection` option.
2017-09-09 21:38:33 +01:00
euri10
25fb2453b4
Modified the name of the fetchart plugin switch from missing to quiet
2017-09-05 18:27:47 +02:00
euri10
b2fd274e2c
Added a missing switch to the fetchart command so that only missing albums
...
are displayed
2017-09-05 16:34:26 +02:00
Adrian Sampson
34246a00e7
Fix #2673 : JSON file encoding in absubmit
...
First, it's best to open the file as binary so the JSON module itself
can figure out how to decode it (it will just use UTF-8). Then, we can
use `load` instead of `loads` to avoid needing to read the file
explicitly ourselves.
2017-08-27 10:20:36 -04:00
Adrian Sampson
015aee3662
Fix #2671 : missing syspath on acoustid call
2017-08-26 11:18:27 -04:00
wordofglass
f8a38bd527
Merge branch 'master' into mtime_fixes
2017-08-25 15:38:18 +02:00
wordofglass
024689e781
Changelog entry for the mtime fixes
2017-08-25 15:34:16 +02:00
Adrian Sampson
d87c73efb3
Merge pull request #2662 from natezb/master
...
Fix kodiupdate URL and add better error reporting
2017-08-22 12:59:19 -04:00
Nate Bogdanowicz
9d01ba0af2
Add changelog entry for #2662
2017-08-22 09:56:57 -07:00
Adrian Sampson
e983929e52
Fix a ReST syntax error
2017-08-21 14:30:12 -04:00
Adrian Sampson
2b31b493a6
Refine docs for #2663
2017-08-21 14:29:34 -04:00
Tigran Kostandyan
bfdcbe2aac
Update gmusic.rst
2017-08-21 11:38:11 +03:00
wordofglass
109b547f7a
Changelog entry for the edit plugin bugfix
2017-08-21 00:32:46 +02:00
Adrian Sampson
c89186afac
Changelog for #2467/#2658
2017-08-20 12:52:54 -04:00
Adrian Sampson
598c965b0f
Simplify text for #2653
2017-08-11 14:35:22 -04:00