Part of elisa.plugins.database.database_parser View In Hierarchy
Line # | Kind | Name | Docs |
---|---|---|---|
65 | Method | __init__ | Undocumented |
74 | Method | initialize | Initialize the component. |
97 | Method | load_processors | Undocumented |
121 | Method | clean | Clean the component. |
143 | Method | mark_deleted | Undocumented |
154 | Method | delete_files | Delete file entries from the database that have the source set to the |
183 | Method | query_model | Undocumented |
191 | Method | gst_process | Undocumented |
201 | Method | process | Undocumented |
259 | Method | pre_process | Undocumented |
295 | Method | post_process | Undocumented |
303 | Method | update_modification_time | Undocumented |
310 | Method | get_or_create | get the object of the given klass with the primary value set to |
334 | Method | in_or_add | Undocumented |
352 | Method | make_sure_of_music_album | Undocumented |
359 | Method | add_artists | Undocumented |
368 | Method | set_tag | Undocumented |
373 | Method | parse_metadata_into_model | Undocumented |
391 | Method | parse_into_track | Undocumented |
433 | Method | parse_into_video | Undocumented |
447 | Method | parse_into_image | Undocumented |
495 | Method | parse_tags | Undocumented |
223 | Method | _delay | Undocumented |
229 | Method | _commit | Undocumented |
236 | Method | _reset_autocommit_delay | Undocumented |
246 | Method | _autocommit | 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
) |
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
) |