Files
Musicbrainz-Picard/Taggerscripte/Description remove.md
2026-03-25 18:51:48 +01:00

555 B

Description remove

$if(
$or(
$eq($trim(%description%),"Downloaded from music.binimum.org/tidal.squid.wtf"),
$eq($trim(%description%),"https://github.com/afkarxyz/SpotiFLAC"),
$eq($trim(%description%),"   ")
),
$delete(description)
)


$if(
$or(
$eq($trim(%comment%),"Rapidshare FUCK OFF !!!!!"),
$eq($trim(%comment%),"   "),
$eq($trim(%comment%),"    ")
),
$delete(comment)
)


$if(
$or(
$eq($trim(%comment:ID3v1%),"Rapidshare FUCK OFF !!!!!"),
$eq($trim(%comment:ID3v1%),"   "),
$eq($trim(%comment:ID3v1%),"    ")
),
$delete(comment:ID3v1)
)