gavl
|
00001 /***************************************************************** 00002 * gavl - a general purpose audio/video processing library 00003 * 00004 * Copyright (c) 2001 - 2012 Members of the Gmerlin project 00005 * gmerlin-general@lists.sourceforge.net 00006 * http://gmerlin.sourceforge.net 00007 * 00008 * This program is free software: you can redistribute it and/or modify 00009 * it under the terms of the GNU General Public License as published by 00010 * the Free Software Foundation, either version 2 of the License, or 00011 * (at your option) any later version. 00012 * 00013 * This program is distributed in the hope that it will be useful, 00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00016 * GNU General Public License for more details. 00017 * 00018 * You should have received a copy of the GNU General Public License 00019 * along with this program. If not, see <http://www.gnu.org/licenses/>. 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