From f948c4dc3af76ec845556b4a67f48c33de5007ec Mon Sep 17 00:00:00 2001 From: Thorsten Date: Wed, 25 Mar 2026 18:51:48 +0100 Subject: [PATCH] . --- Taggerscripte/Description remove.md | 33 +++++++++++++++++++ .../scripts => Picard specific tips.md} | 6 ++++ Taggerscripte/Picard specific tips/README.MD | 5 --- 3 files changed, 39 insertions(+), 5 deletions(-) create mode 100644 Taggerscripte/Description remove.md rename Taggerscripte/{Picard specific tips/scripts => Picard specific tips.md} (79%) delete mode 100644 Taggerscripte/Picard specific tips/README.MD diff --git a/Taggerscripte/Description remove.md b/Taggerscripte/Description remove.md new file mode 100644 index 0000000..e2326dd --- /dev/null +++ b/Taggerscripte/Description remove.md @@ -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) +) +``` \ No newline at end of file diff --git a/Taggerscripte/Picard specific tips/scripts b/Taggerscripte/Picard specific tips.md similarity index 79% rename from Taggerscripte/Picard specific tips/scripts rename to Taggerscripte/Picard specific tips.md index bda349a..ffcb5ee 100644 --- a/Taggerscripte/Picard specific tips/scripts +++ b/Taggerscripte/Picard specific tips.md @@ -1,3 +1,9 @@ +## Navidrome + +### Picard specific tips + +https://www.navidrome.org/docs/usage/library/tagging/#picard-specific-tips + ``` # Multiple artists $setmulti(albumartists,%_albumartists%) diff --git a/Taggerscripte/Picard specific tips/README.MD b/Taggerscripte/Picard specific tips/README.MD deleted file mode 100644 index 0ded9c9..0000000 --- a/Taggerscripte/Picard specific tips/README.MD +++ /dev/null @@ -1,5 +0,0 @@ -## Navidrome - -### Picard specific tips - -https://www.navidrome.org/docs/usage/library/tagging/#picard-specific-tips \ No newline at end of file