22 #ifndef GAVL_METATAGS_H_INCLUDED
23 #define GAVL_METATAGS_H_INCLUDED
38 #define GAVL_META_TITLE "Title"
42 #define GAVL_META_ARTIST "Artist"
46 #define GAVL_META_ALBUMARTIST "Albumartist"
50 #define GAVL_META_AUTHOR "Author"
54 #define GAVL_META_COPYRIGHT "Copyright"
58 #define GAVL_META_ALBUM "Album"
62 #define GAVL_META_GENRE "Genre"
69 #define GAVL_META_TRACKNUMBER "Tracknumber"
76 #define GAVL_META_DATE "Date"
83 #define GAVL_META_DATE_CREATE "CreationDate" // YYYY-MM-DD [HH:MM:SS]
90 #define GAVL_META_DATE_MODIFY "ModificationDate" // YYYY-MM-DD [HH:MM:SS]
95 #define GAVL_META_YEAR "Year" // YYYY
102 #define GAVL_META_LANGUAGE "Language" // ISO 639-2/B 3 letter code
107 #define GAVL_META_COMMENT "Comment"
112 #define GAVL_META_URL "URL"
120 #define GAVL_META_SOFTWARE "Software"
125 #define GAVL_META_CREATOR "Creator"
132 #define GAVL_META_FORMAT "Format"
139 #define GAVL_META_LABEL "Label"
147 #define GAVL_META_BITRATE "Bitrate"
152 #define GAVL_META_AUDIO_BITS "BitsPerSample"
157 #define GAVL_META_VIDEO_BPP "BitsPerPixel"
162 #define GAVL_META_VENDOR "Vendor"
167 #define GAVL_META_DEVICE "Device"
173 #endif // GAVL_METATAGS_H_INCLUDED