I'm looking for a script or application I can install onto my synology diskstation to organise the MP3 files downloaded via an RSS feed.

I'm wanting it to shift the mp3 files from a single directory into subdirectories by artist/album.

I've seen some GUI based ones built into some music players, but not command line that deal specifically with this problem. Any hints?

link|improve this question

I'm not wanting to install a music player. It want it to just organise the music files. – Matt H Nov 22 '11 at 11:44
feedback

2 Answers

Hi i've not tried this but have been wanting to for a while, its a client server setup and the client is a terminal (possibly Ncurses ) music player.

The server is Music Player Daemon (MPD) is a music player server. http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki

ncmpcpp is terminal based mpd client

http://unkart.ovh.org/ncmpcpp/

enter image description here

link|improve this answer
1  
Thanks, I'm not wanting to install a music player. It want it to just organise the music files – Matt H Nov 22 '11 at 11:44
feedback

You can easily wrap a script which use some ID3 tag extractor like eyeD3 or id3v2 or the more generic exiftool if present. See this question and the answers for reference.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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