mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 15:03:22 +01:00
doc: add documentation about 'item_removed' event
This commit is contained in:
parent
f18481d427
commit
f0483ccd85
1 changed files with 4 additions and 0 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue