Albums table

From MediaMonkey Wiki
Revision as of 21:26, 23 January 2008 by Bex (talk | contribs) (→‎Fields)
Jump to navigation Jump to search


Fields

Name Value Type Possible Values Description
ID INTEGER AUTOINCREMENT (1 to inf.)
Artist TEXT The name(s) of the AlbumArtist(s)
Album TEXT The Name of the Album
Year INTEGER Not really in use
Comment TEXT Album level comment
Tracks INTEGER Counter by trigger (0 to inf.) Count of Songs linked to the Album

Connections

  • Songs table
  • Artists table (via the ArtistsAlbums table)
  • ...