enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, db, artist, name, parent, isAlbumArtist=False) |
def | get_children (self, start=0, end=0) |
Public Member Functions inherited from Plugins.SystemPlugins.UPnP.DreamboxMediaStore.Album | |
def | __init__ (self, db, item, parent, isAlbumArtist=False) |
def | get_item (self) |
Public Member Functions inherited from Plugins.SystemPlugins.UPnP.DreamboxMediaStore.DBContainer | |
def | __init__ (self, db, name, parent) |
def | get_path (self) |
Public Member Functions inherited from Plugins.SystemPlugins.UPnP.DreamboxMediaStore.BaseContainer | |
def | __init__ (self, parent, name) |
Public Attributes | |
children | |
Public Attributes inherited from Plugins.SystemPlugins.UPnP.DreamboxMediaStore.Album | |
artist | |
id | |
children | |
item | |
Public Attributes inherited from Plugins.SystemPlugins.UPnP.DreamboxMediaStore.DBContainer | |
location | |
item | |
children | |
Public Attributes inherited from Plugins.SystemPlugins.UPnP.DreamboxMediaStore.RootContainer | |
item | |
Static Public Attributes | |
int | schemaVersion = 1 |
string | mimetype = 'directory' |
Static Public Attributes inherited from Plugins.SystemPlugins.UPnP.DreamboxMediaStore.Album | |
int | schemaVersion = 1 |
string | mimetype = 'directory' |
Static Public Attributes inherited from Plugins.SystemPlugins.UPnP.DreamboxMediaStore.DBContainer | |
string | ITEM_KEY_TITLE = "title" |
string | ITEM_KEY_ID = "id" |
string | ITEM_KEY_CATEGORY = "category" |
def Plugins.SystemPlugins.UPnP.DreamboxMediaStore.ArtistAll.__init__ | ( | self, | |
db, | |||
artist, | |||
name, | |||
parent, | |||
isAlbumArtist = False |
|||
) |
def Plugins.SystemPlugins.UPnP.DreamboxMediaStore.ArtistAll.get_children | ( | self, | |
start = 0 , |
|||
end = 0 |
|||
) |
Reimplemented from Plugins.SystemPlugins.UPnP.DreamboxMediaStore.Album.
Plugins.SystemPlugins.UPnP.DreamboxMediaStore.ArtistAll.children |
|
static |
|
static |