CDIA
From ThorxWiki
(Difference between revisions)
m (link fix) |
(first writeup) |
||
(2 intermediate revisions by 2 users 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''':indexkey, freedb genre, DiscID, length, artistkey, disc title, store purchased, date purchased, score, note |
− | ;'''tracks.db''':disckey, tracknumber, trackoffset, type (audio/data), artistkey, title |
+ | ;'''tracks.db''':indexkey, tracknumber, track offset, type (audio/data), artistkey, title |
− | [[NCDI]] is not currently stored, as |
+ | [[NCDI]] is not stored currently 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. |
||
− | |||
− | ---- |
||
− | |||
− | [[CDIA]] is in accordance with [[NINS]] |
Revision as of 15:23, 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
- indexkey, freedb genre, DiscID, length, artistkey, disc title, store purchased, date purchased, score, note
- tracks.db
- indexkey, tracknumber, track offset, type (audio/data), artistkey, title
NCDI is not stored currently as
- It may yet change
- 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.