enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Components.Playlist.PlaylistIO Class Reference
Inheritance diagram for Components.Playlist.PlaylistIO:
Components.Playlist.PlaylistIOInternal Components.Playlist.PlaylistIOM3U Components.Playlist.PlaylistIOPLS

Public Member Functions

def __init__ (self)
 
def open (self, filename)
 
def save (self, filename=None)
 
def clear (self)
 
def addService (self, service)
 
def getRef (self, filename, entry)
 

Public Attributes

 list
 

Static Public Attributes

int OK = 0
 
int FILEEXISTS = 1
 
int WRITEERROR = 2
 
int ERROR = 3
 
int UNSUPPORTED_FILES_IN_PLAYLIST = 4
 
list REMOTE_PROTOS = ["http", "https", "udp", "rtsp", "rtp", "mmp", "mms"]
 

Constructor & Destructor Documentation

◆ __init__()

def Components.Playlist.PlaylistIO.__init__ (   self)

Member Function Documentation

◆ addService()

def Components.Playlist.PlaylistIO.addService (   self,
  service 
)

◆ clear()

def Components.Playlist.PlaylistIO.clear (   self)

◆ getRef()

def Components.Playlist.PlaylistIO.getRef (   self,
  filename,
  entry 
)

◆ open()

def Components.Playlist.PlaylistIO.open (   self,
  filename 
)

◆ save()

def Components.Playlist.PlaylistIO.save (   self,
  filename = None 
)

Member Data Documentation

◆ ERROR

int Components.Playlist.PlaylistIO.ERROR = 3
static

◆ FILEEXISTS

int Components.Playlist.PlaylistIO.FILEEXISTS = 1
static

◆ list

Components.Playlist.PlaylistIO.list

◆ OK

int Components.Playlist.PlaylistIO.OK = 0
static

◆ REMOTE_PROTOS

list Components.Playlist.PlaylistIO.REMOTE_PROTOS = ["http", "https", "udp", "rtsp", "rtp", "mmp", "mms"]
static

◆ UNSUPPORTED_FILES_IN_PLAYLIST

int Components.Playlist.PlaylistIO.UNSUPPORTED_FILES_IN_PLAYLIST = 4
static

◆ WRITEERROR

int Components.Playlist.PlaylistIO.WRITEERROR = 2
static

The documentation for this class was generated from the following file: