gavl
metatags.h
1/*****************************************************************
2 * gavl - a general purpose audio/video processing library
3 *
4 * Copyright (c) 2001 - 2012 Members of the Gmerlin project
5 * gmerlin-general@lists.sourceforge.net
6 * http://gmerlin.sourceforge.net
7 *
8 * This program is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation, either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program. If not, see <http://www.gnu.org/licenses/>.
20 * *****************************************************************/
21
22#ifndef GAVL_METATAGS_H_INCLUDED
23#define GAVL_METATAGS_H_INCLUDED
24
38#define GAVL_META_TITLE "Title"
39
42#define GAVL_META_ARTIST "Artist"
43
46#define GAVL_META_ALBUMARTIST "Albumartist"
47
50#define GAVL_META_AUTHOR "Author"
51
54#define GAVL_META_COPYRIGHT "Copyright"
55
58#define GAVL_META_ALBUM "Album"
59
62#define GAVL_META_GENRE "Genre"
63
69#define GAVL_META_TRACKNUMBER "Tracknumber"
70
76#define GAVL_META_DATE "Date"
77
83#define GAVL_META_DATE_CREATE "CreationDate" // YYYY-MM-DD [HH:MM:SS]
84
90#define GAVL_META_DATE_MODIFY "ModificationDate" // YYYY-MM-DD [HH:MM:SS]
91
95#define GAVL_META_YEAR "Year" // YYYY
96
102#define GAVL_META_LANGUAGE "Language" // ISO 639-2/B 3 letter code
103
107#define GAVL_META_COMMENT "Comment"
108
112#define GAVL_META_URL "URL"
113
117#define GAVL_META_REFURL "RefURL"
118
125#define GAVL_META_SOFTWARE "Software"
126
130#define GAVL_META_CREATOR "Creator"
131
137#define GAVL_META_FORMAT "Format"
138
148#define GAVL_META_LABEL "Label"
149
156#define GAVL_META_BITRATE "Bitrate"
157
161#define GAVL_META_AUDIO_BITS "BitsPerSample"
162
166#define GAVL_META_VIDEO_BPP "BitsPerPixel"
167
171#define GAVL_META_VENDOR "Vendor"
172
176#define GAVL_META_DEVICE "Device"
177
181#define GAVL_META_STATION "Station"
182
186#define GAVL_META_APPROX_DURATION "ApproxDuration"
187
190#define GAVL_META_MIMETYPE "MimeType"
191
194#define GAVL_META_LOCATION "Location"
195
198#define GAVL_META_BIG_ENDIAN "BigEndian"
199
200
205#endif // GAVL_METATAGS_H_INCLUDED