|
__init__(self)
Lazily set name from class name styled with underscores (class
ComponentBar -> name component_bar. |
source code
|
|
|
|
|
|
|
clean(self)
Perform some cleanups and save the Component config back to
application's config. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_get_containers(self,
tree,
parent=' frontend ' ) |
source code
|
|
|
|
|
|
|
remote_get_media_node_with_id(self,
container_id)
Returns a dict with following keys: id = id in the media db
parent_id = parent_id in the media db name = title, album name or
basename mimetype = 'directory' or real mimetype size = in bytes (??)
children = list of objects for which this item is the parent location
= filesystem path if item is a file |
source code
|
|
Inherited from twisted.spread.flavors.Referenceable :
jellyFor ,
remoteMessageReceived
Inherited from twisted.spread.flavors.Serializable :
processUniqueID
Inherited from twisted.spread.jelly.Jellyable :
__providedBy__ ,
getStateFor
Inherited from base_components.service_provider.ServiceProvider :
start ,
stop
Inherited from core.component.Component :
load_config ,
save_config
Inherited from extern.log.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|