HydrogenAudio

Hydrogenaudio Forum => General Audio => Topic started by: Nebster173 on 2012-05-23 19:31:53

Title: Program that automatically changes folder names...
Post by: Nebster173 on 2012-05-23 19:31:53
To match the album names and the release date? Does anyone know a program that does that? Like for example, if File "A" has 20 tracks in it(and the album name is "YYY" for example, and the release date is 1990) it would change it to YYY(1990) or something like that. Anybody knows a program that does something similar to that? I'd do it myself if I didn't have so many music. I need it to do that for my whole music library. Anyway, thanks.
Title: Program that automatically changes folder names...
Post by: db1989 on 2012-05-23 19:38:20
foobar2000 (http://foobar2000.org) + file operations (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:File_operations) + title-formatting syntax (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Title_Formatting_Reference)

It can do that and most other things you might imagine.
Title: Program that automatically changes folder names...
Post by: probedb on 2012-05-23 19:42:58
Mp3tag will also do this sort of thing.
Title: Program that automatically changes folder names...
Post by: greynol on 2012-05-23 19:56:44
TagScanner (http://www.xdlab.ru/en/) too.
Title: Program that automatically changes folder names...
Post by: Hotsoup on 2012-05-23 20:17:59
TagScanner (http://www.xdlab.ru/en/) too.

Can Tagscanner or MP3tag use functions in the folder renaming? I love those programs but have had to go back to foobar for sorting classical (abbreviating conductor or album artist, performers, etc into the folder name).
Title: Program that automatically changes folder names...
Post by: db1989 on 2012-05-23 20:26:02
Yes, as is prominently publicised on both of their respective sites:
Quote
TagScanner is a multifunction program for organizing and managing your music collection. It can edit tags of mostly state-of-the-art audio formats, rename files based on the tag information, generate tag information from filenames, and perform any transformations of the text from tags and filenames.
http://www.xdlab.ru/i/s/renamer.png (http://www.xdlab.ru/i/s/renamer.png)

Quote
Rename files from tags Rename files based on the tag information and import tags from filenames.
http://www.mp3tag.de/en/images/sht_optcon1.png (http://www.mp3tag.de/en/images/sht_optcon1.png)
Title: Program that automatically changes folder names...
Post by: Hotsoup on 2012-05-23 20:49:01
Yes, as is prominently publicised on both of their respective sites:
http://www.xdlab.ru/i/s/renamer.png (http://www.xdlab.ru/i/s/renamer.png)

Thanks, it looks like MP3Tag definitely does, but I'm having trouble finding syntax for TagScanner. I know it can dynamically rename according to tags, not to mention the right click menu ("Rename folder by tag"), but I've never seen it able to use functions. E.g.
Code: [Select]
%album% - $abbr(%conductor%,12), %date%\%filename%

But I could be totally out to lunch..
Title: Program that automatically changes folder names...
Post by: greynol on 2012-05-23 20:54:24
I don't think it has that level of functionality.
Title: Program that automatically changes folder names...
Post by: db1989 on 2012-05-23 20:58:52
I misread the degree of control you want; I apologise.
Title: Program that automatically changes folder names...
Post by: greynol on 2012-05-23 21:07:25
It should still work for the OP's specific request though.
Title: Program that automatically changes folder names...
Post by: Nebster173 on 2012-05-24 01:15:02
File operations did what I wanted. Thanks guys.