Part of elisa.plugins.database.database_parser View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
64 | Method | __init__ | Undocumented |
73 | Method | initialize | Initialize the component. |
96 | Method | load_processors | Undocumented |
120 | Method | clean | Clean the component. |
135 | Method | mark_deleted | Undocumented |
146 | Method | query_model | Undocumented |
155 | Method | gst_process | Undocumented |
165 | Method | process | Undocumented |
222 | Method | pre_process | Undocumented |
258 | Method | post_process | Undocumented |
266 | Method | update_modification_time | Undocumented |
273 | Method | get_or_create | get the object of the given klass with the primary value set to |
297 | Method | in_or_add | Undocumented |
315 | Method | make_sure_of_music_album | Undocumented |
322 | Method | add_artists | Undocumented |
331 | Method | set_tag | Undocumented |
336 | Method | parse_metadata_into_model | Undocumented |
354 | Method | parse_into_track | Undocumented |
396 | Method | parse_into_video | Undocumented |
401 | Method | parse_into_image | Undocumented |
446 | Method | parse_tags | Undocumented |
Inherited from Component:
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
Initialize the component.
This method is called byComponent.create
to finish the
initialization of a component.
Returns | a deferred called when a component is fully initialized
(type: twisted.internet.defer.Deferred
) |
Clean the component.
This method is called when a component is not needed anymore to clean its state.Returns | a deferred called when the component has finished cleaning its state
(type: twisted.internet.defer.Deferred
) |