Structure for the Albums.dbf file    (Master File)
   #   Field Name   Type     Width
    1  ALBUM   Character     50      album title
    2  ARTIST   Character     50      use Various for multi-artist albums
    3  IX             Character      6       Index - starting time/track on media
    4  GENRE    Character    10       music category
    5  YR            Character      4       year of recording or release
    6  ID             Character      8       used internally to uniquely link album to tracks (also useful with Sony Jukebox)
    7  LABEL     Character    55       Media Label/Directory/Location for copied tracks
    8  MEDIA     Character      2       two letter code of media for copied tracks
    9  REV          Character      1       revision number submitted to Freedb
   10  SYS         Character       1      used internally
   11  NOTES    Memo          10      misc. info of any reasonable size

Structure for the Tracks.dbf file
   #   Field Name   Type     Width
    1  NR            Character      3       track number
    2  TRACK    Character    73       track title (for multi-artist albums: Artist / Track)
    3  ID             Character      8       link to album master file
    4  SECS        Character      4       track length in seconds

Go to CD Czar's program page to download trial, purchase unlimited version, etc.