Id3db/schema
Lets work on the xml schema here. Like what sorts of info we need to collect.
Data needs to be collected.
Discuss if any more data needs to be collected.
Title - string, one value Artist - string, more than one Album - string, one value Genre - string, one value Track Number - integer, one value Disc Number - integer, one value Year - integer, one value Duration - time
<song> <title></title> <artist> </artist> <composer></composer> <album></album> <genre></genre> <track_number></track_number> <disc_number></disc_number> <year></year> <duration></duration> <comment></comment> </song>
Some ideas about xml schema here.