.
This commit is contained in:
33
Taggerscripte/Description remove.md
Normal file
33
Taggerscripte/Description remove.md
Normal 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)
|
||||
)
|
||||
```
|
||||
@@ -1,3 +1,9 @@
|
||||
## Navidrome
|
||||
|
||||
### Picard specific tips
|
||||
|
||||
https://www.navidrome.org/docs/usage/library/tagging/#picard-specific-tips
|
||||
|
||||
```
|
||||
# Multiple artists
|
||||
$setmulti(albumartists,%_albumartists%)
|
||||
@@ -1,5 +0,0 @@
|
||||
## Navidrome
|
||||
|
||||
### Picard specific tips
|
||||
|
||||
https://www.navidrome.org/docs/usage/library/tagging/#picard-specific-tips
|
||||
Reference in New Issue
Block a user