mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 03:52:51 +01:00
Document new plug-in event item_moved
This commit is contained in:
parent
fe886d363a
commit
ee5b0d36c4
1 changed files with 3 additions and 0 deletions
|
|
@ -126,6 +126,9 @@ currently available are:
|
|||
singleton to the library (not called for full-album imports). Parameters:
|
||||
``lib``, ``item``
|
||||
|
||||
* *item_moved*: called whenever an ``Item`` is moved. Parameters: ``source``
|
||||
and ``destination`` paths
|
||||
|
||||
* *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