Hi,
I have a filename like. track - Artist - Title. I would like to change it to track.title - artist.
How can i do this.
After this step i would like to fill the title, artist and album artist column.
How can i take a part of the filename?
I''ve tried by reading the help but i didn't succeed.
Thanks for your reply!
C.
Why don't you do it the other way round?
Select all the tracks.
then
use the convert>Filename-Tag
Enter
%track% - %artist% - %title%
(the dialogue has a preview).
Then, after you have filled the fields use
Convert>Tag-Filename
$num(%track%,2).%artist% - %title%
And after that have a look at the FAQs.