From f0483ccd8582272b277aecad1bbe81658638efa2 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Fri, 10 Jan 2014 01:23:47 +0000 Subject: [PATCH] doc: add documentation about 'item_removed' event --- docs/dev/plugins.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/dev/plugins.rst b/docs/dev/plugins.rst index 6feb73326..e18fc1584 100644 --- a/docs/dev/plugins.rst +++ b/docs/dev/plugins.rst @@ -131,6 +131,10 @@ currently available are: * *item_moved*: called with an ``Item`` object whenever its file is moved. Parameters: ``item``, ``source`` path, ``destination`` path +* *item_removed*: called with an ``Item`` object every time an item (singleton + or album's part) is removed from the library (even when its file is not + deleted from disk). + * *write*: called with an ``Item`` object just before a file's metadata is written to disk (i.e., just before the file on disk is opened).