Which software to organise MP3s?

Soldato
Joined
10 Jul 2010
Posts
7,279
I've a few MP3s, many of which go back a long time. I've been keeping them in different folders which has served me well - until I want to find something, then find myself looking through a couple of folders and sub-folders before finding what I want.

Is there any software out there that can scan a folder of MP3s and spit them out in another folder, but nicely organised by artist and album? I imagine there'd be folders with artist's names and the sub-folders in these folders would be albums.

I have seen software that can scan MP3s and tag them, but I really want software to organise the physical MP3s for me.
 
I use https://picard.musicbrainz.org

Which is an auto tagger, but it will then save the files categorised into Artist -> Album folders.

Edit: Mind you maybe that's what you mean you've seen... why don't you want that? Organisation is the final step it performs?
 
Last edited:
Foobar can move and create directories, and use specific naming structure.

You'd have to ensure tags are ok, otherwise it's got nothing to working on then use something like this in move file operation

%artist%\%album%\%track% -%title%
 
Thanks all, there's quite a few suggestions to try. I seem to remember trying MusicBrainz Picard before and I liked how it scanned your music to make sure you had the correct ID3 information. But I didn't see any option to move the files into a sorted folder structure.
 
I must be missing something, as I don't see an option in Mp3tag to move files into folders.

If you use the backslash character \ within the new filename pattern, Mp3tag creates new directories below the current working directory for relative paths or at the at an absolute folder location if it starts with a drive specification, e.g., D:\Music.
 
Last edited:
Thanks all, there's quite a few suggestions to try. I seem to remember trying MusicBrainz Picard before and I liked how it scanned your music to make sure you had the correct ID3 information. But I didn't see any option to move the files into a sorted folder structure.

Go into Options > Options > File Naming, check the "Move files when saving" box and set your base directory where you keep your music library. Also check the "Rename files when saving" box and edit the script according your preferred directory structure (it uses the same syntax as foobar2000). Then when you perform a save operation make sure the "Rename files" and "Move files" under the Options main menu are ticked.

It looks a bit intimidating at first, but it's very powerful once you get the hang of it, and you can see what the path/filenames will look like as you edit the script.
 
Back
Top Bottom