Commit graph

9812 commits

Author SHA1 Message Date
Dorian
00b08d52d5 style following review 2021-02-06 15:07:10 +01:00
soergeld
93ebb9816d style 2021-01-09 16:58:35 +01:00
soergeld
79e5b89caf documentation and changelog 2021-01-09 16:54:14 +01:00
soergeld
2781ab1e9c add new hook for tags 2021-01-09 16:47:34 +01:00
Adrian Sampson
cbc045f1c8
Merge pull request #3822 from dosoe/beets_500
Fetch data for releases with more than 500 tracks
2021-01-08 18:09:52 -05:00
soergeld
f22c3efc10 Merge https://github.com/beetbox/beets into beets_500 2021-01-08 20:51:52 +01:00
Jack Wilsdon
dc0350d6ff Remove flake8-blind-except flake8 extension
pycodestyle 2.1.0 now raises a lint error on blind "except" statements,
whereas this library now raises a lint error on "except Exception"
instead (which is something we don't really want).
2021-01-08 18:21:07 +00:00
Dorian Soergel
db6dbbf27b
simplification 2021-01-08 17:32:37 +01:00
soergeld
422bd456f5 prepare for inclusion of work-level-rels 2021-01-07 19:49:50 +01:00
soergeld
2e4a873f57 logs and simplifications 2021-01-07 19:05:27 +01:00
Dorian Soergel
9d34d0f793
debug
Co-authored-by: Adrian Sampson <adrian@radbox.org>
2021-01-07 18:36:38 +01:00
soergeld
e54bf27546 style 2021-01-07 14:32:31 +01:00
soergeld
4d86fd8a7c logging 2021-01-07 14:28:45 +01:00
soergeld
441f0c559e Merge branch 'beets_500' of https://github.com/dosoe/beets into beets_500 2021-01-07 12:43:37 +01:00
soergeld
7afdbd49b3 TYPO 2021-01-07 12:41:42 +01:00
soergeld
c87dc08c4a move 500 to global constant 2021-01-07 12:37:40 +01:00
Dorian Soergel
5bddb6dddc
Merge branch 'master' into beets_500 2021-01-07 12:36:37 +01:00
Adrian Sampson
6a4c94120c
Merge pull request #3825 from agsimmons/fix-mpd2-warning-py2
Add Python version check for mpdstats
2021-01-06 16:14:38 -05:00
Andrew Simmons
3117cc0d31 Update changelog 2021-01-06 10:52:18 -05:00
Andrew Simmons
73a7723a15 Add python version check 2021-01-06 10:33:50 -05:00
Adrian Sampson
d94fb21bd0
Merge pull request #3824 from auguste42/master
discogs plugin: fix index_track option
2021-01-05 17:29:08 -05:00
Auguste Olivry
34c38f41bd Cosmetic fix 2021-01-05 16:15:50 +01:00
Auguste Olivry
345cf6e39b Move index handling inside coalesce_tracks 2021-01-05 16:14:36 +01:00
Auguste Olivry
a391740614 Update changelog 2021-01-05 14:25:57 +01:00
Auguste Olivry
c61d18bed3 Remove semicolon when prefix is empty 2021-01-05 14:15:22 +01:00
Auguste Olivry
8bda9f991a Keep index tracks in coalesced tracklist 2021-01-05 14:15:22 +01:00
soergeld
b691a71745 style and legibility 2021-01-01 14:56:46 +01:00
soergeld
52a85cdf18 style and legibility 2021-01-01 14:55:14 +01:00
soergeld
7da5c374cc style 2020-12-30 16:18:59 +01:00
soergeld
66379d542c style 2020-12-30 16:05:05 +01:00
soergeld
67587850c9 changelog 2020-12-30 16:04:40 +01:00
soergeld
364111d688 use browse for big releases 2020-12-30 16:02:19 +01:00
Adrian Sampson
53dcb24d10
Merge pull request #3671 from dosoe/beets_test_parentwork
first try at mocking get_work_by_id
2020-12-22 12:01:17 -05:00
soergeld
03cc76375d style 2020-12-22 16:02:48 +01:00
soergeld
7803ce271e mock confined to test 2020-12-22 15:59:45 +01:00
soergeld
53474678e9 mock confined to test 2020-12-22 15:41:49 +01:00
soergeld
a8d1cc9ce4 mock confined to test 2020-12-22 15:40:50 +01:00
Adrian Sampson
7f8be8e732
Merge pull request #3818 from ybnd/replaygain-disable-import-parallelism
Disable replaygain parallelism during import
2020-12-22 08:31:47 -05:00
ybnd
eb8ba838e5 Check 'auto' on import_begin 2020-12-22 12:45:28 +01:00
soergeld
a8b81ca193 style 2020-12-22 12:19:26 +01:00
soergeld
18bfefece7 revert changes to working version with external mock 2020-12-22 11:51:24 +01:00
ybnd
cc18beb12a Reference issue 2020-12-21 19:33:23 +01:00
ybnd
93101e7ea6 Disable replaygain parallelism during import 2020-12-21 19:19:20 +01:00
Adrian Sampson
10e81a55dd
Disable Python 3.5 CI on Windows
It was broken and is not worth fixing.
2020-12-21 08:49:14 -05:00
Adrian Sampson
1c0a4708db
Merge pull request #3817 from wisp3rwind/fix-replaygain-test
replaygain: Use on-disk database
2020-12-21 08:48:45 -05:00
Adrian Sampson
206b1c1099
Merge pull request #3816 from ybnd/parallel-replaygain-fix-import-write
Fix logic for replaygain auto-compute on import
2020-12-21 08:48:03 -05:00
wisp3rwind
30baf22e77 replaygain: Use on-disk database
there can only be a single connection to an in-memory database, but the
parallel replaygain code accesses the db from different threads
2020-12-21 11:13:45 +01:00
ybnd
12db40fa67 Remove .get() when checking config values 2020-12-21 08:50:39 +01:00
ybnd
1dfd79e658 Fix logic for replaygain auto-compute on import 2020-12-20 19:38:21 +01:00
Adrian Sampson
48222153ae
Merge pull request #3812 from billyjanitsch/fix-fish-completions
Fix escape helper in fish completion plugin
2020-12-16 08:10:48 -05:00