I have used Mp3 tag for a few years but probably not very well.
I sometimes download audio files that have long file names and I want to seperate tags into artist and title.
. Often if the filename has a - I will use this to seperate the 2 using the convert filename ro tag feature.
However sometimes the filename won't have that and there MIGHT be an _ or nothing consistent I can use...
Short of creating individual tag creation methods for each potential type is there a better way to do this please?
In this case you can use the same format string in Convert Filename -> Tag, just replace your - with a _
How would you tell Mp3tag to import the parts from a long filename if there is nothing consistent?
Mp3tag - as every other software too - always needs a separator to split the parts.
As the converter function needs a pattern that is the same for all the files to work, you can see that these files do not have a pattern in common.
So they have to be treated individually.
Esp. the case of
would be a problem for an import when both appear: the hyphen and the underscore - which one is to be used as separator? MP3tag cannot guess what you like, you have to tell it.