I have the encode file format like this - I think it does what you want (artist, album title, track-number_name):
~/data/music/%A/%d/%t_%n.ogg
of course, you need to change ~/data/music to wherever your files are to be, and the extension is .ogg because I use ogg vorbis. If you're using mp3, change the extension to mp3.
|