I want to tidy a big, unsorted folder of .mp3's. I'm sure there is an option to read the mp3-Tags and copy the files to where they belong, in Linux, right?

link|improve this question
1  
This might be a better question on SuperUser.com if you don't plan on writing the code itself. I would also ask on sister site unix.stackexchange.com. – j0rd4n Oct 1 '10 at 16:14
feedback

migrated from stackoverflow.com Oct 1 '10 at 16:27

This question came from our site for professional and enthusiast programmers.

4 Answers

The tool I maintain, audiotag, can do that.

link|improve this answer
feedback

Though not really an so question...

sudo apt-get install tagtool

(if you are on debian/ubuntu derivative)

link|improve this answer
feedback

There are many existing tools that do that. Ex-falso is one, thunar's bulk-rename is another, for example.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown