Metadata field for an entry's album.
Metadata field for an entry's default audio-track selection. The default track is defined as NULL. Note that the value is sent as a string.
Metadata field for an entry's author/composer/director.
Metadata field for an entry's "autoplay" flag, which is %TRUE if the entry should play automatically.
Metadata field for an entry's base path.
Metadata field for an entry's contact details for the webmaster.
Metadata field for an entry's content rating. It is %TOTEM_PL_PARSER_CONTENT_RATING_CLEAN for clean content, %TOTEM_PL_PARSER_CONTENT_RATING_EXPLICIT for explicit content and %TOTEM_PL_PARSER_CONTENT_RATING_UNRATED for content which is not rated.
Metadata field for an entry's content-type (usually a mime-type coming from a web server).
Metadata field for an entry's copyright line.
Metadata field for an entry's description.
Metadata field for an entry's download URI. Only used if an alternate download location is available for the entry.
Metadata field for an entry's playback duration, which should be parsed using totem_pl_parser_parse_duration().
Metadata field for an entry's playback duration, in milliseconds. It's only used when an entry's duration is available in that format, so one would get either the %TOTEM_PL_PARSER_FIELD_DURATION or %TOTEM_PL_PARSER_FIELD_DURATION_MS as metadata.
Metadata field for an entry's playback end time.
Metadata field for an entry's filesize in bytes. This is only advisory, and can sometimes not match the actual filesize of the stream.
Metadata field for an entry's primary genre. This is a string of the form 'Genre1' or 'Genre1/SubGenre1".
Metadata field for an entry's full genre. This is a concatenated string of the form 'Genre1/SubGenre1,Genre2/SubGenre2" etc.
Metadata field for an entry's identifier. Its use is dependent on the format of the playlist parsed, and its origin.
Metadata field for an entry's thumbnail image URI.
Metadata field used to tell the calling code that the parsing of a playlist started. It is only %TRUE for the metadata passed to #TotemPlParser::playlist-started or #TotemPlParser::playlist-ended signal handlers.
Metadata field for an entry's audio language.
Metadata field for an entry's "more info" URI.
Metadata field for an entry's status in a playlist. This is usually used when saving the state of an on-going playlist.
Metadata field for an entry's publication date, which should be parsed using totem_pl_parser_parse_date().
Metadata field for an entry's preferred screen size.
Metadata field for an entry's playback start time, which should be parsed using totem_pl_parser_parse_duration().
The URI of the entry's subtitle file.
Metadata field for an entry's displayable title.
Metadata field for an entry's preferred UI mode.
Metadata field for an entry's URI.
Metadata field for an entry's playback volume.
Metadata field for an entry's abstract text.