CDIA
From ThorxWiki
(Difference between revisions)
m (NINS linkage) |
m (4 revision(s)) |
||
(One intermediate revision by one user not shown) | |||
Line 8: | Line 8: | ||
;'''artists.db''':artistkey, artist name |
;'''artists.db''':artistkey, artist name |
||
− | ;'''discs.db''':disckey, freedb genre, DiscID, length, artistkey, disctitle, storepurchased, datepurchased, score, note |
+ | ;'''discs.db''':disckey, freedb genre, [[DiscID]], length, artistkey, disctitle, storepurchased, datepurchased, score, note |
;'''tracks.db''':disckey, tracknumber, trackoffset, type (audio/data), artistkey, title |
;'''tracks.db''':disckey, tracknumber, trackoffset, type (audio/data), artistkey, title |
||
Latest revision as of 02:04, 25 October 2007
[edit] CD Information Agency
[edit] All the information that you need to know about your CD
This will become part of NUMB one day, but for now it's just some notes by Nemo and maybe a small flatfile database implementation...
- artists.db
- artistkey, artist name
- discs.db
- disckey, freedb genre, DiscID, length, artistkey, disctitle, storepurchased, datepurchased, score, note
- tracks.db
- disckey, tracknumber, trackoffset, type (audio/data), artistkey, title
NCDI is not currently stored, as
- It may yet change
- It is calculatable from the data in tracks.db
The final version of NCDI could take the place of disckey, since NCDI has built-in collision avoidance.
CDIA is in accordance with NINS