Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Automatically tag on a number to a converted file to prevent old one f (Read 1957 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Automatically tag on a number to a converted file to prevent old one f

Basically, I'm converting NSFs from their original format, but the problem is that I have no way to name them different names; they all end up they same name. There's no sort of information to pull from metadata, so I'm wondering is there some way I can tell foobar to tag on a "_x" at the end of each file name of each MP# that it converts?

For example:

Ninja Gaiden.mp3
Ninja Gaiden_2.mp3
Ninja Gaiden_3.mp3
etc...

Sorry if this is obvious or stupid question... 

Thank you!

Automatically tag on a number to a converted file to prevent old one f

Reply #1
on the "converter setup" dialog, click on "destination". under "name format" try something like

Code: [Select]
%filename% %list_index%

 

Automatically tag on a number to a converted file to prevent old one f

Reply #2
It worked! Amazing! Thank you very much!