Gjsify LogoGjsify Logo

Index

Variables

PARSER_CONTENT_RATING_CLEAN: string
PARSER_CONTENT_RATING_EXPLICIT: string
PARSER_CONTENT_RATING_UNRATED: string
PARSER_FIELD_ABSTRACT: string

Metadata field for an entry's abstract text.

PARSER_FIELD_ALBUM: string

Metadata field for an entry's album.

PARSER_FIELD_AUDIO_TRACK: string

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.

PARSER_FIELD_AUTHOR: string

Metadata field for an entry's author/composer/director.

PARSER_FIELD_AUTOPLAY: string

Metadata field for an entry's "autoplay" flag, which is %TRUE if the entry should play automatically.

PARSER_FIELD_BASE: string

Metadata field for an entry's base path.

PARSER_FIELD_CONTACT: string

Metadata field for an entry's contact details for the webmaster.

PARSER_FIELD_CONTENT_RATING: string

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.

PARSER_FIELD_CONTENT_TYPE: string

Metadata field for an entry's content-type (usually a mime-type coming from a web server).

PARSER_FIELD_COPYRIGHT: string

Metadata field for an entry's copyright line.

PARSER_FIELD_DESCRIPTION: string

Metadata field for an entry's description.

PARSER_FIELD_DOWNLOAD_URI: string

Metadata field for an entry's download URI. Only used if an alternate download location is available for the entry.

PARSER_FIELD_DURATION: string

Metadata field for an entry's playback duration, which should be parsed using totem_pl_parser_parse_duration().

PARSER_FIELD_DURATION_MS: string

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.

PARSER_FIELD_ENDTIME: string

Metadata field for an entry's playback end time.

PARSER_FIELD_FILESIZE: string

Metadata field for an entry's filesize in bytes. This is only advisory, and can sometimes not match the actual filesize of the stream.

PARSER_FIELD_GENRE: string

Metadata field for an entry's primary genre. This is a string of the form 'Genre1' or 'Genre1/SubGenre1".

PARSER_FIELD_GENRES: string

Metadata field for an entry's full genre. This is a concatenated string of the form 'Genre1/SubGenre1,Genre2/SubGenre2" etc.

PARSER_FIELD_ID: string

Metadata field for an entry's identifier. Its use is dependent on the format of the playlist parsed, and its origin.

PARSER_FIELD_IMAGE_URI: string

Metadata field for an entry's thumbnail image URI.

PARSER_FIELD_IS_PLAYLIST: string

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.

PARSER_FIELD_LANGUAGE: string

Metadata field for an entry's audio language.

PARSER_FIELD_MOREINFO: string

Metadata field for an entry's "more info" URI.

PARSER_FIELD_PLAYING: string

Metadata field for an entry's status in a playlist. This is usually used when saving the state of an on-going playlist.

PARSER_FIELD_PUB_DATE: string

Metadata field for an entry's publication date, which should be parsed using totem_pl_parser_parse_date().

PARSER_FIELD_SCREENSIZE: string

Metadata field for an entry's preferred screen size.

PARSER_FIELD_STARTTIME: string

Metadata field for an entry's playback start time, which should be parsed using totem_pl_parser_parse_duration().

PARSER_FIELD_SUBTITLE_URI: string

The URI of the entry's subtitle file.

PARSER_FIELD_TITLE: string

Metadata field for an entry's displayable title.

PARSER_FIELD_UI_MODE: string

Metadata field for an entry's preferred UI mode.

PARSER_FIELD_URI: string

Metadata field for an entry's URI.

PARSER_FIELD_VOLUME: string

Metadata field for an entry's playback volume.

PARSER_VERSION_MAJOR: number
PARSER_VERSION_MICRO: number
PARSER_VERSION_MINOR: number

Functions

  • parser_error_quark(): Quark
  • parser_metadata_get_type(): GType

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method