Server command tags

class LMSTools.tags.LMSTags
Const ARTIST:Artist name.
Const ALBUM_ID:Album ID. Only if known.
Const ALBUM_REPLAY_GAIN:
 Replay gain of the album (in dB), if any
Const ALBUM:Album name. Only if known.
Const ARTIST_ID:
 Artist ID.
Const ARTIST_ROLE_IDS:
 For each role as defined above, the list of ids.
Const ARTIST_ROLE:
 a comma separated list of names.
Const ARTWORK_TRACK_ID:
 Identifier of the album track used by the server to display the album’s artwork. Not listed if artwork is not available for this album.
Const ARTWORK_URL:
 A full URL to remote artwork. Only available for certain plugins such as Pandora and Rhapsody.
Const BITRATE:Song bitrate. Only if known.
Const BPM:Beats per minute. Only if known.
Const BUTTONS:A hash with button definitions. Only available for certain plugins such as Pandora.
Const COMMENT:Song comments, if any.
Const COMPILATION:
 1 if the album this track belongs to is a compilation
Const CONTENT_TYPE:
 Content type. Only if known.
Const COVERART:1 if coverart is available for this song. Not listed otherwise.
Const COVERID:coverid to use when constructing an artwork URL, such as /music/$coverid/cover.jpg
Const DISC_COUNT:
 Number of discs. Only if known.
Const DISC:Disc number. Only if known.
Const DURATION:Song duration in seconds.
Const FILESIZE:Song file length in bytes. Only if known.
Const GENRE_ID_LIST:
 Genre IDs, separated by commas (only useful if the server is set to handle multiple items in tags).
Const GENRE_ID:Genre ID. Only if known.
Const GENRE_LIST:
 Genre names, separated by commas (only useful if the server is set to handle multiple items in tags).
Const GENRE:Genre name. Only if known.
Const INFO_LINK:
 A custom link to use for trackinfo. Only available for certain plugins such as Pandora.
Const LYRICS:Lyrics. Only if known.
Const MODIFICATION_TIME:
 Date and time song file was last changed.
Const MUSICMAGIC_MIXABLE:
 1 if track is mixable, otherwise 0.
Const RATING:Song rating, if known and greater than 0.
Const REMOTE_TITLE:
 Title of the internet radio station.
Const REMOTE:If 1, this is a remote track.
Const REPLAY_GAIN:
 Replay gain (in dB), if any
Const SAMPLERATE:
 Song sample rate (in KHz)
Const SAMPLESIZE:
 Song sample size (in bits)
Const TAG_VERSION:
 Version of tag information in song file. Only if known.
Const TRACK_NUMBER:
 Track number. Only if known.
Const URL:Song file url.
Const YEAR:Song year. Only if known.