CDIA
From ThorxWiki
(Difference between revisions)
(first writeup) |
m (4 revision(s)) |
||
(3 intermediate revisions by 3 users not shown) | |||
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. |
||
+ | |||
+ | ---- |
||
+ | |||
+ | [[CDIA]] is in accordance with [[NINS]] |
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