|
__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
|
|
integer
|
|
bool
|
able_to_handle(self,
metadata)
Return wether this provider is able to fill in metadata, when it
gets this metadata dictionary. |
source code
|
|
|
|
twisted.internet.defer.Deferred
|
get_metadata(self,
metadata,
low_priority=True)
Retrieve the metadata for this metadata request and put it in
there. |
source code
|
|
|
|
|
|
|
|
|
|
|
_image_not_found(self,
path,
metadata,
album=0,
locale=' frontend ' ) |
source code
|
|
|
_doing_album_and_artist_lookup(self,
path,
metadata,
locale=' frontend ' ) |
source code
|
|
|
_doing_album_lookup(self,
path,
metadata,
locale) |
source code
|
|
|
|
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__
|