..
bpd
Fix legalize_path types
2025-05-04 12:23:22 +01:00
lastgenre
lastgenre: Fix "original fallback" conditions
2025-04-09 22:52:07 +02:00
metasync
Reformat the codebase
2024-09-21 11:57:48 +01:00
web
Update beetsplug/web/static/beets.js
2025-05-18 17:16:29 +01:00
_typing.py
Resurrect translation functionality
2025-02-20 03:47:04 +00:00
absubmit.py
Fix formatting
2025-05-07 10:41:01 +01:00
acousticbrainz.py
Fix formatting
2025-05-07 10:41:01 +01:00
advancedrewrite.py
Merge pull request #5063 from Maxr1998/fix-advancedrewrite-simple-rules
2024-03-01 16:08:37 +10:00
albumtypes.py
Move musicbrainz to beetsplug directory
2025-05-16 19:56:50 +01:00
aura.py
Use Item.field_query for queries that receive user input
2025-01-19 01:09:11 +00:00
autobpm.py
Move imports required for typing under the TYPE_CHECKING block
2024-12-10 06:10:04 +00:00
badfiles.py
Renamed all action occurrences with Action.
2025-05-13 13:01:46 +02:00
bareasc.py
Fix formatting
2025-05-07 10:41:01 +01:00
beatport.py
Remove unused extra_tags parameter
2025-05-19 09:18:06 +01:00
bench.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
bpm.py
Fix formatting
2025-05-07 10:41:01 +01:00
bpsync.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
bucket.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
chroma.py
Remove unused extra_tags parameter
2025-05-19 09:18:06 +01:00
convert.py
Fix legalize_path types
2025-05-04 12:23:22 +01:00
deezer.py
plugins: restructure id extraction
2025-05-17 14:57:34 +01:00
discogs.py
Implement track_for_id to allow fetching singletons by discogs id
2025-05-19 09:43:56 +01:00
duplicates.py
Fix formatting
2025-05-07 10:41:01 +01:00
edit.py
Renamed all action occurrences with Action.
2025-05-13 13:01:46 +02:00
embedart.py
Fix formatting
2025-05-07 10:41:01 +01:00
embyupdate.py
Redact sensitive fields
2025-05-07 20:39:32 +01:00
export.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
fetchart.py
fetchart: assert some invariants to satisfy mypy
2025-05-20 10:06:11 +02:00
filefilter.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
fish.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
freedesktop.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
fromfilename.py
Apply formatting tools to all files
2023-10-22 09:53:18 +10:00
ftintitle.py
ftintitle: flatten code
2025-04-14 20:50:01 +02:00
fuzzy.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
gmusic.py
Apply formatting tools to all files
2023-10-22 09:53:18 +10:00
hook.py
Remove arg_encoding
2025-04-21 12:41:57 +01:00
ihate.py
Renamed all action occurrences with Action.
2025-05-13 13:01:46 +02:00
importadded.py
Fix formatting
2025-05-07 10:41:01 +01:00
importfeeds.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
info.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
inline.py
Fix formatting
2025-05-07 10:41:01 +01:00
ipfs.py
Say bye to util._fsencoding
2025-04-21 12:41:57 +01:00
keyfinder.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
kodiupdate.py
Redact sensitive fields
2025-05-07 20:39:32 +01:00
lastimport.py
Redact sensitive fields
2025-05-07 20:39:32 +01:00
limit.py
Add support for filtering relations
2024-06-21 15:05:29 +01:00
listenbrainz.py
Fix formatting
2025-05-07 10:41:01 +01:00
loadext.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
lyrics.py
Fix formatting
2025-05-07 10:41:01 +01:00
mbcollection.py
Apply formatting tools to all files
2023-10-22 09:53:18 +10:00
mbsubmit.py
mbsubmit: Add picard PromptChoice
2023-12-05 13:49:03 +02:00
mbsync.py
Use candidate function from plugins instead of hooks
2025-05-17 03:31:57 +01:00
missing.py
Use candidate function from plugins instead of hooks
2025-05-17 03:31:57 +01:00
mpdstats.py
Apply formatting tools to all files
2023-10-22 09:53:18 +10:00
mpdupdate.py
Apply formatting tools to all files
2023-10-22 09:53:18 +10:00
musicbrainz.py
Deduplicate candidate methods using _search_api method
2025-05-18 20:09:52 +01:00
parentwork.py
Only output verbose details for parentwork plugin when running explicitly ( #5135 )
2025-05-04 09:34:37 +02:00
permissions.py
Apply formatting
2024-03-01 15:21:25 +10:00
play.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
playlist.py
Update deprecated imports
2024-12-10 06:10:04 +00:00
plexupdate.py
Add timeout to all requests calls
2024-05-25 12:24:53 -03:00
random.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
replace.py
Feat: Add replace plugin ( #5644 )
2025-05-27 00:17:52 +02:00
replaygain.py
Replace typing.cast with explicit type definitions and ignore TC006
2025-05-07 20:39:33 +01:00
rewrite.py
Apply formatting tools to all files
2023-10-22 09:53:18 +10:00
scrub.py
Reformat the codebase
2024-09-21 11:57:48 +01:00
smartplaylist.py
Fix formatting
2025-05-07 10:41:01 +01:00
sonosupdate.py
Apply formatting tools to all files
2023-10-22 09:53:18 +10:00
spotify.py
plugins: restructure id extraction
2025-05-17 14:57:34 +01:00
subsonicplaylist.py
Fix formatting
2025-05-07 10:41:01 +01:00
subsonicupdate.py
Redact sensitive fields
2025-05-07 20:39:32 +01:00
substitute.py
Apply substitute rules in sequence
2024-10-16 16:36:36 +02:00
the.py
Fix formatting
2025-05-07 10:41:01 +01:00
thumbnails.py
Fix formatting
2025-05-07 10:41:01 +01:00
types.py
Apply formatting tools to all files
2023-10-22 09:53:18 +10:00
unimported.py
bugfix: ignore subdirectories of ignored
2024-03-22 18:20:47 -04:00
zero.py
Renamed all action occurrences with Action.
2025-05-13 13:01:46 +02:00