How to automate the process of organizing audio files on Windows

1

My library is a mess and manually organizing it in Windows Explorer is painful.

I know MediaMonkey Gold provides tools to automatically organize your library folders, however are there any open-source or free tools that can also organize files automatically?

Here is what I would like to accomplish:

I currently have a single folder with all of my music files inside it. I want to organize the files like this:

c:\music\<file_format>\<artist_name>\<album_name>

e.g.
C:\music\mp3\artist\album
C:\music\vob\artist\album
etc.

TERACytE

Posted 2011-11-17T17:48:45.460

Reputation: 251

Why do you don't want to use MediaMonkey? – Little Helper – 2011-11-17T17:50:20.520

1Curious, what features versus the free version of Media Monkey were you targeting? It would help a ton if you were more specific on what features you are looking for, how your files are currently organized and formatted, and what the ideal final result would be. Do you want them tagged, folders, or maybe in just one huge folder with long file names?? Your question in its current format is far too vague and risks being closed for the same reasons. – surfasb – 2011-11-17T17:51:50.637

Search based on artist name, or genera... – wizlog – 2011-11-17T17:56:35.550

I would need to purchase Media Monkey Gold to get the file organization feature. I was looking at free options before I spend any money. I also added an example of what I am looking for in my question. – TERACytE – 2011-11-17T18:56:11.573

Answers

1

I recommend using foobar2000 along with the context operation File Operations > Move To.

Here is a link to a wiki article with all the details.

Hope that helps!

enter image description here

Jeff

Posted 2011-11-17T17:48:45.460

Reputation: 378

0

I've found J. River Media Center to very capable of such things. As with some of the others mentioned here, you'll have to spend a bit of time learning it. There's a very active forum that provides good help with that. With an expression language that includes regular expressions, its advanced capabilities are definitely pitched at techies. It is a commercial product, but there's a free, fully-functional trial version that works for 30 days.

Jamie Hanrahan

Posted 2011-11-17T17:48:45.460

Reputation: 19 777

0

iTunes, for all it's faults and bloat, has been my favorite for organizing my music. If you really don't like the program, use it at least to set up the structure and put the songs in place, and then remove it and use a different tool for the playing of the music.

music2myear

Posted 2011-11-17T17:48:45.460

Reputation: 34 957

0

mp3tag will do this, assuming you want a music player agnostic solution. Assuming everything is tagged properly, something like c:\music\%_codec%\%artist%\%album%\%title% in the "tag to filename" option under "convert" will do the trick.

mp3tag should be able to automate nearly any music file management, assuming you take the time to learn it

Journeyman Geek

Posted 2011-11-17T17:48:45.460

Reputation: 119 122