Commit graph

10861 commits

Author SHA1 Message Date
clach04
b7ff616611
Version bump to 1.6.1
Matche setup.py (package) version
2022-07-01 17:51:54 -07:00
Alok Saboo
016526f30e Lint 2022-07-01 10:29:20 -04:00
Alok Saboo
6a131d2108 Address comments 2022-07-01 10:26:08 -04:00
Adrian Sampson
472c3ab797
Merge pull request #4394 from trolley/topic/fix-acousticbrainz-log
Fix typo in Acousticbrainz warning log
2022-06-30 15:26:20 -04:00
Mark Trolley
bfe008ed24
Fix typo in Acousticbrainz warning log
Add missing space in Acousticbrainz plugin warning log.
2022-06-30 14:19:58 -04:00
Alok Saboo
decdb16a15 lint 2022-06-29 20:13:48 -04:00
Alok Saboo
54af411b62 Address comments 2022-06-29 19:54:12 -04:00
Alok Saboo
9bde98c440
Update beetsplug/spotify.py
Co-authored-by: Adrian Sampson <adrian@radbox.org>
2022-06-29 19:47:21 -04:00
Adrian Sampson
5dcce077d7
Merge pull request #4390 from toyo-chi/importadded_reflink_fix
Fix importadded plugin with reflink
2022-06-29 17:26:23 -04:00
toaru_yousei
ea571a56f2 ImportAdded reflink fix: Update changelog 2022-06-30 00:50:55 +09:00
Adrian Sampson
6220726afc
Merge pull request #4387 from Holzhaus/import-from-logfile
feat(import): Add support for reading skipped paths from logfile
2022-06-28 20:37:51 -04:00
toaru_yousei
91c2cd2ee5 Fix importadded plugin with reflink 2022-06-29 08:06:26 +09:00
Jan Holthuis
cfc34826a2 feat(import): Improve error reporting when reading paths from logfile 2022-06-28 22:12:46 +02:00
Jan Holthuis
3e37d0163e test(import): Add test for _paths_from_logfile method 2022-06-28 00:17:34 +02:00
Jan Holthuis
6d74ffb833 feat(import): Move logfile import logic to --from-logfile argument
As requested here: https://github.com/beetbox/beets/pull/4387#pullrequestreview-1020040380
2022-06-28 00:17:34 +02:00
Jan Holthuis
74e549838c feat(import): Add support for reading skipped paths from logfile
Fixes #4379.
2022-06-26 19:38:23 +02:00
Alok Saboo
086de854d1 Update spotify.py 2022-06-26 11:56:13 -04:00
Alok Saboo
2490737f61 Update changelog.rst 2022-06-26 11:54:00 -04:00
Alok Saboo
276c551059 Update spotify.py 2022-06-26 11:46:42 -04:00
Adrian Sampson
fd65e12c8f
Merge pull request #4380 from arsaboo/spotify_types
Define item_types for Spotify attributes to enable queries
2022-06-22 08:48:42 -04:00
Alok Saboo
8102bd2e35 Add import 2022-06-20 16:59:03 -04:00
Alok Saboo
fc8d3fceeb Define item_types for spotify attributes 2022-06-20 16:52:05 -04:00
Adrian Sampson
b1ceee6233
Merge pull request #4370 from arsaboo/rate_limit
Add Spotify 429 (too many requests) API error handling
2022-06-19 18:46:25 -04:00
Adrian Sampson
7a87d3b796
Merge pull request #4377 from Neurrone/docs/add-audible-plugin-link
docs: add link to Beets-audible plugin
2022-06-19 17:49:51 -04:00
Dickson
eed8a5bd83 docs: add link to Beets-audible plugin 2022-06-19 18:44:54 +08:00
Alok Saboo
abe4f203b1 Changed log to debug 2022-06-18 11:23:22 -04:00
Alok Saboo
b1b0926eed UPdate changelog 2022-06-18 10:45:02 -04:00
Alok Saboo
1cd78ad3c5 Change log to info 2022-06-16 09:28:07 -04:00
Alok Saboo
4d826168a4 Remove sleep 2022-06-16 09:00:17 -04:00
Benedikt
154e5eb5ad
Merge pull request #4092 from arogl/python310
Update CI to the latest 3.10 release
2022-06-14 10:01:16 +02:00
Alok Saboo
9f26190fa3 Added changelog 2022-06-13 10:25:48 -04:00
Alok Saboo
3c68f717e9 Added an extra second (based on other libraries) 2022-06-13 10:16:10 -04:00
Alok Saboo
8ba2c015ab Sorted imports using iSort 2022-06-13 09:57:07 -04:00
Alok Saboo
c9f9ed3b64 lint 2022-06-13 09:31:19 -04:00
Alok Saboo
a2e6680e2f Address comments 2022-06-13 09:26:15 -04:00
Andrew Rogl
af7f29491e Update pyhon versions 2022-06-13 18:26:30 +10:00
Alok Saboo
4bb8862b6f lint 2022-06-12 19:28:47 -04:00
Alok Saboo
c4dec04dcf Fix lint 2022-06-12 19:27:15 -04:00
Alok Saboo
71be6d5138 Add 429 API error handling 2022-06-12 19:21:38 -04:00
Adrian Sampson
c25e7ad511
Merge pull request #4352 from arsaboo/spotify_extend
Extend Spotify plugin to obtain (popularity and audio features) track attributes
2022-06-12 17:33:29 -04:00
Alok Saboo
9a392f3157 Address try/except comment 2022-06-12 13:58:08 -04:00
Alok Saboo
3d917edd67 Update spotify.py 2022-06-12 13:31:40 -04:00
Alok Saboo
3cd6fd64ca Added comment about sleep 2022-06-12 13:30:23 -04:00
Adrian Sampson
0af282b823
Merge pull request #4368 from wisp3rwind/pr_better_mediafile_deprecation_warning
mediafile: Improve deprecation warning
2022-06-12 12:07:11 -04:00
wisp3rwind
c657fb6642 mediafile: Improve deprecation warning
This is for mediafile what cc8c3529fb was
for confit, cf. https://github.com/beetbox/beets/pull/4263
2022-06-12 17:59:48 +02:00
wisp3rwind
d72498f429 fixup! docs: fix broken links 2022-06-12 17:51:00 +02:00
wisp3rwind
9db8d8f6a1 docs: fix broken links
these failed in the weekly CI test. discogs probably remains broken,
since it received a 403.
2022-06-12 17:41:13 +02:00
Benedikt
d13a8252c9
Merge pull request #4359 from snejus/fix-path-query-in-or-query
Make implicit path queries explicit and simplify their handling
2022-06-12 15:50:07 +02:00
Adrian Sampson
9518d1b236
Merge pull request #4365 from e-berman/e-berman 2022-06-09 08:39:41 -04:00
e-berman
d4864b7b0c add cl formatting to beatport docs 2022-06-08 22:11:51 -07:00