The meta-data for the Music class is a subset of the ID3v2.3.0 specification. Only the most significant fileds (the ones displayed by Winamp) were kept as a proof of concept.
We are using javamusictag to handle these.
Music
Read/Write | |||
---|---|---|---|
Track | int | NULLABLE | TRCK |
Total Track | int | NULLABLE | TRCK |
Title | String | NULLABLE | TIT2 |
Album | String | NULLABLE | TALB |
Artist | String | NULLABLE | TPE1 |
Year | int | NULLABLE | TYER |
Genre | String | NULLABLE | TCON |
Comments | String | NULLABLE | COMM |
Composer | String | NULLABLE | TCOM |
Original Artist | String | NULLABLE | TOPE |
Copyright | String | NULLABLE | TCOP |
URL | URL | NULLABLE | WXXX |
Encoded by | String | NULLABLE | TENC |
Overridden | |||
Length | int | TLEN |
No comments:
Post a Comment