Media Center has a lot of methods to export MP3s: faux device folder sync, built-in caching, convert format, other export options, etc...
Currently my music is stored as: //SERVER/DRIVE/Music/[Artist]/[Album]/[Track #] - [Name].flac
I would like to have Media Center automatically create and manage (keep up-to-date) a complete file cache with correct (updated) tags and cover art included in the tags. I am thinking of three file structure options:
1)
//SERVER/DRIVE/Music/[Artist]/[Album]/[Track #] - [Name].flac
//SERVER/DRIVE/Music/[Artist]/[Album]/[Track #] - [Name].mp3
2)
//SERVER/DRIVE/Music/[Artist]/[Album]/[Track #] - [Name].flac
//SERVER/DRIVE/Music/[Artist]/[Album]/MP3/[Track #] - [Name].mp3
3)
//SERVER/DRIVE/Music/FLAC/[Artist]/[Album]/[Track #] - [Name].flac
//SERVER/DRIVE/Music/MP3/[Artist]/[Album]/[Track #] - [Name].mp3
All three options have merit. I think the third is the most appropriate choice. I started following this structure with video: (DVD, Blu-Ray, Clips, ...)
My questions for the Media Center community:
1. Which file structure do others think is the best?
2. Is there a way to have Media Center build this cache (with my desired file structure) and keep it up-to-date? I've seen the cache building options but don't see the control I am looking for.
3. Any other thoughts on this topic? The goal of this move is to allow MP3s to be pulled from the music database into iTunes for iPhone synchronization.