218
edits
Note: Currently new registrations are closed, if you want an account Contact us
(basic xml skelton added) |
(complete frames link added) |
||
Line 1: | Line 1: | ||
Lets work on the xml schema here. Like what sorts of info we need to collect. | Lets work on the xml schema here. Like what sorts of info we need to collect. | ||
Data needs to be collected | Data needs to be collected. | ||
* [http://www.id3.org/Frames Complete list of allowed tags] | |||
Discuss if any more data needs to be collected. | |||
<pre> | <pre> | ||
Line 15: | Line 19: | ||
<pre> | |||
<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> | |||
</pre> | |||
Some ideas about xml schema [http://www.w3schools.com/schema/default.asp here]. | Some ideas about xml schema [http://www.w3schools.com/schema/default.asp here]. | ||