My files come in only 2 naming conventions:
Title.mp3
Artist - title.mp3
When using Jaikoz to get the info into the metadata, using “Correct Metadata From Filename”…I’d like to escape digging deep into preferences every time the file naming style changes.
-
Can “File and Folder Correct>Correct Metadata from Filename>Rename mask” be a java function?
-
If so, What is the right way to code something like:
filename.indexOf("-") = -1 ? %title% : %artist% - %title%
thanks