Albums table: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
Line 17: Line 17:
| TEXT
| TEXT
|  
|  
|  
| The name(s) of the AlbumArtist(s)
|-
|-
| ''Album''
| ''Album''
| TEXT
| TEXT
|  
|  
|  
| The Name of the Album
|-
|-
| Year
| Year
| INTEGER
| INTEGER
|  
|  
|  
| Not really in use
|-
|-
| Comment
| Comment
| TEXT
| TEXT
|  
|  
|  
| Album level comment
|-
|-
| Tracks
| Tracks
| INTEGER
| INTEGER
| Counter by trigger (0 to inf.)
| Counter by trigger (0 to inf.)
|
| Count of Songs linked to the Album
|}
|}


== Connections ==
== Connections ==

Revision as of 21:26, 23 January 2008


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)
  • ...