CDIA
From ThorxWiki
(Difference between revisions)
(first writeup) |
m |
||
Line 8: | Line 8: | ||
;'''artists.db''':artistkey, artist name |
;'''artists.db''':artistkey, artist name |
||
− | ;'''discs.db''':indexkey, freedb genre, DiscID, length, artistkey, disc title, store purchased, date purchased, score, note |
+ | ;'''discs.db''':disckey, freedb genre, DiscID, length, artistkey, disctitle, storepurchased, datepurchased, score, note |
− | ;'''tracks.db''':indexkey, tracknumber, track offset, type (audio/data), artistkey, title |
+ | ;'''tracks.db''':disckey, tracknumber, trackoffset, type (audio/data), artistkey, title |
− | [[NCDI]] is not stored currently as |
+ | [[NCDI]] is not currently stored, as |
* It may yet change |
* It may yet change |
||
* It is calculatable from the data in tracks.db |
* It is calculatable from the data in tracks.db |
||
− | * The final version of NCDI could take the place of indexkey? since NCDI has built-in collision avoidance. |
+ | |
+ | The final version of NCDI could take the place of disckey, since NCDI has built-in collision avoidance. |
Revision as of 15:55, 15 May 2002
CD Information Agency
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.