metatags.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef GAVL_METATAGS_H_INCLUDED
00023 #define GAVL_METATAGS_H_INCLUDED
00024
00038 #define GAVL_META_TITLE "Title"
00039
00042 #define GAVL_META_ARTIST "Artist"
00043
00046 #define GAVL_META_ALBUMARTIST "Albumartist"
00047
00050 #define GAVL_META_AUTHOR "Author"
00051
00054 #define GAVL_META_COPYRIGHT "Copyright"
00055
00058 #define GAVL_META_ALBUM "Album"
00059
00062 #define GAVL_META_GENRE "Genre"
00063
00069 #define GAVL_META_TRACKNUMBER "Tracknumber"
00070
00076 #define GAVL_META_DATE "Date"
00077
00083 #define GAVL_META_DATE_CREATE "CreationDate" // YYYY-MM-DD [HH:MM:SS]
00084
00090 #define GAVL_META_DATE_MODIFY "ModificationDate" // YYYY-MM-DD [HH:MM:SS]
00091
00095 #define GAVL_META_YEAR "Year" // YYYY
00096
00102 #define GAVL_META_LANGUAGE "Language" // ISO 639-2/B 3 letter code
00103
00107 #define GAVL_META_COMMENT "Comment"
00108
00112 #define GAVL_META_URL "URL"
00113
00117 #define GAVL_META_REFURL "RefURL"
00118
00125 #define GAVL_META_SOFTWARE "Software"
00126
00130 #define GAVL_META_CREATOR "Creator"
00131
00137 #define GAVL_META_FORMAT "Format"
00138
00148 #define GAVL_META_LABEL "Label"
00149
00156 #define GAVL_META_BITRATE "Bitrate"
00157
00161 #define GAVL_META_AUDIO_BITS "BitsPerSample"
00162
00166 #define GAVL_META_VIDEO_BPP "BitsPerPixel"
00167
00171 #define GAVL_META_VENDOR "Vendor"
00172
00176 #define GAVL_META_DEVICE "Device"
00177
00181 #define GAVL_META_STATION "Station"
00182
00186 #define GAVL_META_APPROX_DURATION "ApproxDuration"
00187
00190 #define GAVL_META_MIMETYPE "MimeType"
00191
00194 #define GAVL_META_LOCATION "Location"
00195
00198 #define GAVL_META_BIG_ENDIAN "BigEndian"
00199
00200
00205 #endif // GAVL_METATAGS_H_INCLUDED