beets/beetsplug
wisp3rwind 76f6c86291 replaygain: in ffmpeg backend, analyse items upfront, then summarize...
...album gains. This is in preparation for parallelizing the track
analysis, and computing the album values in the plugin's "main thread"
once all items are done.
2023-07-22 12:47:19 +02:00
..
bpd Adapt to pycodestyle changes 2022-07-30 19:54:24 -04:00
lastgenre Remove duplicate "Trip-hop" genre 2022-10-03 19:58:23 +02:00
metasync add missing syspath conversions (2/3, beetsplug) 2023-07-16 10:17:40 +02:00
web web: fix for breaking werkzeug change 2023-04-29 11:37:46 +02:00
__init__.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
absubmit.py Deprecate absubmit and update acousticbrainz plugins 2023-02-20 17:42:07 -05:00
acousticbrainz.py Deprecate absubmit and update acousticbrainz plugins 2023-02-20 17:42:07 -05:00
albumtypes.py Fix albumtypes plugin and its tests 2023-02-27 13:43:03 +01:00
aura.py aura: Sanitize filenames in image IDs 2021-11-26 15:35:07 -05:00
badfiles.py Remove unused imports 2021-08-26 20:59:48 +10:00
bareasc.py Also perform bareasc queries in SQL 2023-04-09 18:43:33 +01:00
beatport.py Dedicated flex attrs for Deezer, Beatport album ID 2023-03-26 13:20:07 +02:00
bench.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
bpm.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
bpsync.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
bucket.py Remove unused imports 2021-08-26 20:59:48 +10:00
chroma.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
convert.py add missing syspath conversions (2/3, beetsplug) 2023-07-16 10:17:40 +02:00
deezer.py Add error handling for invalid Deezer track_id 2023-07-13 09:53:41 -04:00
discogs.py Change minimum discogs_client version to 2.3.15 2023-03-10 15:28:29 -06:00
duplicates.py Use fsdecode for template substitution 2022-10-01 16:37:47 -07:00
edit.py typing: corrections for dbcore/types.py 2023-06-24 11:51:00 +02:00
embedart.py add missing syspath conversions (2/3, beetsplug) 2023-07-16 10:17:40 +02:00
embyupdate.py Remove unused imports 2021-08-26 20:59:48 +10:00
export.py Remove completed TODO item 2021-10-30 11:19:21 -07:00
fetchart.py add missing syspath conversions (2/3, beetsplug) 2023-07-16 10:17:40 +02:00
filefilter.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
fish.py Tiny wording tweaks for #4281 2022-02-16 16:34:38 -05:00
freedesktop.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
fromfilename.py fromfilename: Use logging magic from inherited BeetsPlugin 2023-01-02 13:29:21 +01:00
ftintitle.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
fuzzy.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
gmusic.py remove the gmusic plugin 2021-10-30 14:46:14 +02:00
hook.py drop old Python: remove obsolete custom string formatter in hooks plugin 2022-12-24 13:09:26 +01:00
ihate.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
importadded.py Fix importadded plugin with reflink 2022-06-29 08:06:26 +09:00
importfeeds.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
info.py Switch "beet info --album" approach to use a named argument instead 2021-10-27 08:27:39 -07:00
inline.py Remove unused imports 2021-08-26 20:59:48 +10:00
ipfs.py add missing syspath conversions (2/3, beetsplug) 2023-07-16 10:17:40 +02:00
keyfinder.py remove old Python: remove util.text_string 2022-12-24 13:09:26 +01:00
kodiupdate.py kodiupdate: Support multiple instances 2021-12-12 13:39:18 +01:00
lastimport.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
limit.py Test failing due to unidentified argument processing issue; replacing with API calls gives expected results. 2021-12-27 13:26:38 -05:00
loadext.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
lyrics.py Remove Musixmatch from default enabled sources 2022-12-31 14:34:07 +00:00
mbcollection.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
mbsubmit.py Remove f-string 2022-08-24 09:32:39 -04:00
mbsync.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
missing.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
mpdstats.py Address feedback from @sampsyo 2021-09-28 18:05:44 +10:00
mpdupdate.py Remove unused imports 2021-08-26 20:59:48 +10:00
parentwork.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
permissions.py permissions: Move syspath conversion to the actual API boundary 2023-02-12 14:04:24 +01:00
play.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
playlist.py beetsplug/playlist: actually use SQL clause 2023-06-23 11:00:09 +02:00
plexupdate.py Remove unused imports 2021-08-26 20:59:48 +10:00
random.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
replaygain.py replaygain: in ffmpeg backend, analyse items upfront, then summarize... 2023-07-22 12:47:19 +02:00
rewrite.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
scrub.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
smartplaylist.py Merge pull request #4374 from wisp3rwind/pr_drop_old_python 2023-02-19 10:19:36 +01:00
sonosupdate.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
spotify.py Add a check for valid data 2023-05-25 13:55:57 -04:00
subsonicplaylist.py Remove unused imports 2021-08-26 20:59:48 +10:00
subsonicupdate.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
the.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
thumbnails.py add missing syspath conversions (2/3, beetsplug) 2023-07-16 10:17:40 +02:00
types.py pyupgrade beetsplug and tests 2021-08-26 19:12:51 +10:00
unimported.py Add default for unimported.ignore_subdirectories 2021-12-01 10:54:33 -08:00
zero.py Remove unused imports 2021-08-26 20:59:48 +10:00