Commit graph

9323 commits

Author SHA1 Message Date
Rahul Ahuja
0d6df42d5f Use Abstract Base Class 2019-09-06 12:08:26 -07:00
Rahul Ahuja
a3fb8ebfff Formatting 2019-09-04 22:56:09 -07:00
Rahul Ahuja
f7c6b5ba7f Fix str format arg order 2019-09-04 22:32:55 -07:00
Rahul Ahuja
30cfd7ff80 Use positional str.format arg 2019-09-04 21:18:07 -07:00
Rahul Ahuja
8010488f37 Modularize distance 2019-09-04 21:03:22 -07:00
Rahul Ahuja
1b05912ab9 Appease flake8 2019-09-04 20:39:46 -07:00
Rahul Ahuja
f64bd65ddb Remove unnecessary indexing 2019-09-04 20:11:30 -07:00
Rahul Ahuja
bd0cea9f1b Factor out APIAutotaggerPlugin 2019-09-04 19:50:04 -07:00
unknown
80e51027e6 remove debug line 2019-09-02 20:17:00 -04:00
unknown
7754dd27c5 Make none_rec_action respect timid. #3242 2019-09-02 20:15:35 -04:00
Rahul Ahuja
4a552595df Simplify regex match 2019-09-02 14:27:51 -07:00
Rahul Ahuja
9babce582d Fix track data enumeration idx 2019-09-01 21:24:56 -07:00
Rahul Ahuja
2ab883a20e Fix track.index assignment 2019-09-01 21:23:16 -07:00
Rahul Ahuja
70264ee6ee Handle empty deezer_id upfront 2019-09-01 21:18:08 -07:00
Rahul Ahuja
cd1aa3e8aa Avoid empty deezer_id string 2019-09-01 20:10:34 -07:00
Rahul Ahuja
240097e377 Include deezer in toctree 2019-09-01 19:55:26 -07:00
Rahul Ahuja
43f09296c9 Fix AlbumInfo.album_credit assignment 2019-09-01 19:50:55 -07:00
Rahul Ahuja
2177c7695a Stringify Deezer ID 2019-09-01 19:44:27 -07:00
Rahul Ahuja
8c84daf77a Fix doc links 2019-09-01 19:12:21 -07:00
Rahul Ahuja
ca33f190a5 Add deezer, spotify docs to autotagger index 2019-09-01 18:58:03 -07:00
Rahul Ahuja
790ca805d5 Formatting 2019-09-01 18:34:06 -07:00
Rahul Ahuja
2cf55ee893 Add deezer.rst doc, remove unused options 2019-09-01 18:33:27 -07:00
Rahul Ahuja
804397bb12 Appease flake8 2019-09-01 18:13:19 -07:00
Rahul Ahuja
e8228d0305 Add changelog hyperlink 2019-09-01 18:02:11 -07:00
Rahul Ahuja
6e5e8a9cb0 Add Deezer plugin 2019-09-01 17:53:56 -07:00
Adrian Sampson
29fe07282b
Merge pull request #3350 from apitofme/Fix-issue-#1693
Fix for issue #1693 (Apply `data_source` field to albums)
2019-08-23 13:25:11 -04:00
Chris
e0276138db Changelog added 2019-08-23 11:34:34 +01:00
Chris
ba4430c0bf Simplified conditional test, now w/o function call 2019-08-22 19:27:23 +01:00
Chris
ece99bb330 Changed test to look for 'key' in Item.keys() 2019-08-22 15:46:00 +01:00
Chris
6146857a11 Added check + store on object (no method call) 2019-08-22 14:53:25 +01:00
Chris
67a38fc0e4 Apply data_source field to albums #1693 2019-08-22 12:18:24 +01:00
Adrian Sampson
68e1093e28
Merge pull request #3348 from Vexatos/convert-link
convert: add option to symlink or hardlink instead of copying
2019-08-21 10:54:09 -04:00
Vexatos
7aab50b7b8
convert: Reduce amount of duplicate code for linking.
Also slightly reworded documentation.
2019-08-21 12:19:47 +02:00
Vexatos
aeb7d8846e
convert: disable album-art embedding for linked files.
Fixed flag precedence of link and hardlink over their options.
Fixed formatting issue.
2019-08-20 16:40:02 +02:00
Vexatos
a61aa74061
convert: add option to hardlink instead of copying.
Overrides the --link option.

As proposed in #2324.
2019-08-20 16:07:01 +02:00
Kier Davis
4820cee35c
convert: add option to symlink instead of copying
As proposed in #2324.

Updated commit from #2326.

Co-authored-by: Vexatos <stuarzt@gmx.de>
2019-08-20 14:50:44 +02:00
Benedikt
96d61b8b93
Merge pull request #3347 from wisp3rwind/pr-fix-track-number-0
Correctly display track number 0 in show_change
2019-08-20 09:31:01 +02:00
wisp3rwind
29d6967fa7 update changelog 2019-08-20 09:29:35 +02:00
wisp3rwind
0bc3727fcf Correctly display track number 0 in show_change
fixes issue #3346: When the per_disc_numbering option was set, the UI would
previously show a #0 -> #1 change when actually the index would be set
to 0 (a valid index, such as for hidden tracks).  Now, properly
distinguish index 0 and None (i.e. not set)
2019-08-20 00:02:32 +02:00
Adrian Sampson
27e0e7600d
Merge pull request #3345 from smopucilowski/simple-clean
Refactor magic values in discogs_client
2019-08-11 08:38:57 +02:00
Sebastian Pucilowski
a2ee8da8d6 Refactor magic values in discogs_client 2019-08-11 11:21:22 +10:00
Adrian Sampson
75eb2f4621 Changelog thanks & bug link to #3343 2019-08-03 22:40:50 -04:00
Adrian Sampson
5d6366a92d Merge pull request #3343 from rhlahuja/spotify-year-unpack
Fix handling of Spotify year-only release dates
2019-08-03 22:40:12 -04:00
Rahul Ahuja
7ec3632309 Fix year assignment with year-only release date 2019-08-03 19:07:56 -07:00
Adrian Sampson
3275081d09
Merge pull request #3342 from samuelnilsson/replaygain
Fix #3341
2019-08-03 17:40:51 -04:00
Samuel Nilsson
6e24669d61 Fix #3341 2019-08-03 22:51:40 +02:00
Adrian Sampson
c74c9a46a9 Punctuation improvements 2019-08-01 09:32:33 -04:00
Adrian Sampson
345e0d5315 Merge pull request #3339 from octos/master
improve readability
2019-08-01 09:31:48 -04:00
octos
5f6d1f0f96
improve readability 2019-07-31 22:41:32 -05:00
Adrian Sampson
e4b93de616
Merge pull request #3338 from beetbox/discogs-error
Use the 'resource_url' from discogs_client to not throw exception
2019-07-30 16:46:03 -04:00