Hey,
In Piccard, there is a Plugin which automatically corrects the album name from
“Anyalbumname (disk X)” to “Anyalbumname” and sets the discnumber in the appropriate ID3 tag.
Maybe you can include that in furter releases too.
Greetings,
Felix
Hey,
In Piccard, there is a Plugin which automatically corrects the album name from
“Anyalbumname (disk X)” to “Anyalbumname” and sets the discnumber in the appropriate ID3 tag.
Maybe you can include that in furter releases too.
Greetings,
Felix
Uhmm that’s a good idea. Maybe this could be implemented in the AutoCorrect batch tasks… :mrgreen:
I know that is a lot of work, but to make Jaikoz a whole lot more customizable, you could implement a different Manipulator system.
Right now, there are seperate Methods for eg. Removing Punctuation, Word Separator, Word Replacer, Capitalizer,…
Instead of this you could make a General Manipulator Procedure that works in 2 Steps:
All the Methods mentioned above could be one seperate Filter.
Example:
FILTER NAME ----------- FILTER/FIND ------- WHERE ------- DO WHAT? ------------------ DO WHERE?
Punctuation Remover: - Find (.,;(),…) ------ in Every Tag - replace with " " -------------- in Every Tag
Filename Lowercase: – Find (UPPERCASE) - in Filename – replace with LOWERCASE – In Filename
etc.
I sure know, that will be a LOT of work but maybe you like it.
Greetings,
Felix