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
00120 #define GAVL_META_SOFTWARE "Software"
00121
00125 #define GAVL_META_CREATOR "Creator"
00126
00132 #define GAVL_META_FORMAT "Format"
00133
00139 #define GAVL_META_LABEL "Label"
00140
00147 #define GAVL_META_BITRATE "Bitrate"
00148
00152 #define GAVL_META_AUDIO_BITS "BitsPerSample"
00153
00157 #define GAVL_META_VIDEO_BPP "BitsPerPixel"
00158
00162 #define GAVL_META_VENDOR "Vendor"
00163
00167 #define GAVL_META_DEVICE "Device"
00168
00173 #endif // GAVL_METATAGS_H_INCLUDED