Part of elisa.plugins.database.database_parser View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
67 | Method | __init__ | Undocumented |
78 | Method | initialize | Initialize the component. |
111 | Method | load_processors | Undocumented |
135 | Method | clean | Clean the component. |
157 | Method | mark_deleted | Undocumented |
168 | Method | delete_files | Delete file entries from the database that have the source set to the |
197 | Method | query_model | Undocumented |
205 | Method | gst_process | Undocumented |
215 | Method | process | Undocumented |
273 | Method | pre_process | Undocumented |
309 | Method | post_process | Undocumented |
317 | Method | update_modification_time | Undocumented |
324 | Method | get_or_create | get the object of the given klass with the primary value set to |
348 | Method | in_or_add | Undocumented |
366 | Method | make_sure_of_music_album | Undocumented |
373 | Method | add_artists | Undocumented |
382 | Method | set_tag | Undocumented |
387 | Method | parse_metadata_into_model | Undocumented |
405 | Method | parse_into_track | Undocumented |
454 | Method | parse_into_video | Undocumented |
470 | Method | parse_into_image | Undocumented |
518 | Method | parse_tags | Undocumented |
102 | Method | _set_store | Undocumented |
106 | Method | _get_store | Undocumented |
237 | Method | _delay | Undocumented |
243 | Method | _commit | Undocumented |
250 | Method | _reset_autocommit_delay | Undocumented |
260 | Method | _autocommit | Undocumented |
Inherited from Component:
Line # | Kind | Name | Docs |
---|---|---|---|
85 | Class | PathDescriptor | Undocumented |
97 | Class Method | create | Create and initialize the component. |
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
) |
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
) |
source_path
. If marked_only
is set, only
the file entries with the delete-marker are removed.Parameters | source_path | the source path of the files
(type: unicode
) |
marked_only | delete only the file entries that are marked as deleted
(type: bool
) | |
Returns | triggered whenever the deletion is done
(type: elisa.core.utils.cancellable_defer.CancellableDeferred
) |