gavl
metatags.h
1/*****************************************************************
2 * gavl - a general purpose audio/video processing library
3 *
4 * Copyright (c) 2001 - 2011 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
120#define GAVL_META_SOFTWARE "Software"
121
125#define GAVL_META_CREATOR "Creator"
126
132#define GAVL_META_FORMAT "Format"
133
139#define GAVL_META_LABEL "Label"
140
147#define GAVL_META_BITRATE "Bitrate"
148
152#define GAVL_META_AUDIO_BITS "BitsPerSample"
153
157#define GAVL_META_VIDEO_BPP "BitsPerPixel"
158
162#define GAVL_META_VENDOR "Vendor"
163
167#define GAVL_META_DEVICE "Device"
168
173#endif // GAVL_METATAGS_H_INCLUDED