This commit is contained in:
2026-03-25 18:51:48 +01:00
parent 2eacd72e31
commit f948c4dc3a
3 changed files with 39 additions and 5 deletions

View File

@@ -0,0 +1,33 @@
## 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)
)
```