Auto File Renaming
Moderator: Gurus
Auto File Renaming
Love the porgram btw, but i'm trying to sort out my music collection, when i try and auto rename the files it adds a new folder with the same/changed artist name so /Ash/Unknown/file.mp3 becomes /Ash/Unknown/Known/file.mp3, is there a fix for this?
If I understand your problem well, then you need to add '..\' to that mask sometimes, e.g. you have a track in
c:\MyMusic\Wrong Artist\Wrong Album\TrackTitle.mp3
then using rename mask '..\..\<Artist>\<Album>\<Title>' the result will be:
c:\MyMusic\Correct Artist\Correct Album\TrackTitle.mp3
Jiri
(Alternatively the mask could look like 'c:\MyMusic\<Artist>\<Album>\<Title>').
c:\MyMusic\Wrong Artist\Wrong Album\TrackTitle.mp3
then using rename mask '..\..\<Artist>\<Album>\<Title>' the result will be:
c:\MyMusic\Correct Artist\Correct Album\TrackTitle.mp3
Jiri
(Alternatively the mask could look like 'c:\MyMusic\<Artist>\<Album>\<Title>').