Implementeation of the MetadataHandler class. More...
#include "metadata_handler.h"#include "string_converter.h"#include "tools.h"#include "config_manager.h"Go to the source code of this file.
Variables | |
| mt_key | MT_KEYS [] |
| res_key | RES_KEYS [] |
Implementeation of the MetadataHandler class.
Definition in file metadata_handler.cc.
{
{ "M_TITLE", "dc:title" },
{ "M_ARTIST", "upnp:artist" },
{ "M_ALBUM", "upnp:album" },
{ "M_DATE", "dc:date" },
{ "M_GENRE", "upnp:genre" },
{ "M_DESCRIPTION", "dc:description" },
{ "M_LONGDESCRIPTION", "upnp:longDescription" },
{ "M_TRACKNUMBER", "upnp:originalTrackNumber"},
{ "M_ALBUMARTURI", "upnp:albumArtURI"},
{ "M_REGION", "upnp:region"},
{ "M_AUTHOR", "upnp:author"},
{ "M_DIRECTOR", "upnp:director"},
{ "M_PUBLISHER", "dc:publisher"},
{ "M_RATING", "upnp:rating"},
{ "M_ACTOR", "upnp:actor"},
{ "M_PRODUCER", "upnp:producer"},
}
Definition at line 76 of file metadata_handler.cc.
{
{ "R_SIZE", "size" },
{ "R_DURATION", "duration" },
{ "R_BITRATE", "bitrate" },
{ "R_SAMPLEFREQUENCY", "sampleFrequency" },
{ "R_NRAUDIOCHANNELS", "nrAudioChannels" },
{ "R_RESOLUTION", "resolution" },
{ "R_COLORDEPTH", "colorDepth" },
{ "R_PROTOCOLINFO", "protocolInfo" }
}
Definition at line 95 of file metadata_handler.cc.
1.6.1