Hear is my set-up, I have a Linux server that is running Music Player Demon, all the audio files are under a dir (/muzik) which is exported by NFS.

So to add files to the MPD database, I just drop the files into the /muzik NFS share and up date the MPD db, so far so good, but I would like to keep the dir strucher belowe /muzik in sum sort of order. To achieve this I am using Amarok, wich a start on my laptop and then use the organise files command to sort the files in into a sensible dir strucher based on the tags in the files.

Do you know of any command line utility that can do the same thing that I am using Amarok for so I can run it from cron on the server and automate the process?

I hope that this make sense.

link|improve this question
feedback

1 Answer

lltag should work well if your directory naming scheme is not too elaborate.

link|improve this answer
does lltag create the file hierarchy based upon the tags found in the music? OP does not want to just fill in the tags as far as i understand it but wants to keep/create a certain hierarchy based upon the tags... – akira Nov 17 '10 at 7:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.