vlc.MediaParseFlag

class vlc.MediaParseFlag(value)

Bases: _Enum

Parse flags used by libvlc_media_parse_with_options()

See libvlc_media_parse_with_options().

Defined symbols:
  • vlc.MediaParseFlag.local Parse media if it’s a local file

  • vlc.MediaParseFlag.network Parse media even if it’s a network file

  • vlc.MediaParseFlag.fetch_local Fetch meta and covert art using local resources

  • vlc.MediaParseFlag.fetch_network Fetch meta and covert art using network resources

  • vlc.MediaParseFlag.do_interact Interact with the user (via libvlc_dialog_cbs) when preparsing this item

(and not its sub items). Set this flag in order to receive a callback when the input is asking for credentials.

Initialize self. See help(type(self)) for accurate signature.

_enum_names_