Part of elisa.plugins.lastfm.lastfm_scrobbler View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
136 | Method | initialize | Initialize the component. |
149 | Method | start | Start the service. |
154 | Method | stop | Stop the service. |
162 | Method | loadSavedTracks | Undocumented |
171 | Method | saveTracks | Undocumented |
178 | Method | handshake | Undocumented |
207 | Method | uptodate | Undocumented |
215 | Method | baduser | Undocumented |
220 | Method | failed | Undocumented |
225 | Method | interval | Undocumented |
232 | Method | submit | Undocumented |
157 | Method | _register_player_model | Undocumented |
Inherited from Component (via ServiceProvider):
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
142 | Method | clean | Clean the component. |
Inherited from Loggable (via ServiceProvider, Component):
Line # | Kind | Name | Docs |
---|---|---|---|
81 | Method | __init__ | Undocumented |
This method is called by Component.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
return: a deferred fired when the service is started rtype:
elisa.core.utils.defer.Deferred