Magnus Brading
Almighty Author

Group: Super Administrators
Posts: 2751
Joined: Aug. 2002 |
 |
Posted: Dec. 17 2002,16:37 |
 |
Peter, I'll try to explain what the difference was between those two templates:
You tried to apply the following template:
"<TrackNr> - <Artist> - <Title>"
on the following filename:
1234-Artist-Title.mp3
What you are actually doing with this, is telling the program to look for the separator " - ", and then copy everything before it to the track number field (and the same for the rest of the fields). But there are no separator " - " in the entire filename, only "-" (no spaces), and hence the program ends up trying to put the entire filename into the TrackNr field. Since the TrackNr field only accepts numbers, this is obviously an incorrect input, and that is exactly what the program tells you with that error message.
Finally, you don't even have to go into advanced mode to modify that template to work. Simply change the string in the textbox labelled "Field separator sequence" from " - " to "-". Advanced mode is only necessary when there are different separators between different fields (e.g. if the filename would be "1234_artist-title.mp3").
I hope things are at least a bit clearer now.
-------------- Software author and website owner
|