Document new plug-in event item_moved

This commit is contained in:
Dale Sedivec 2013-06-25 22:31:01 -05:00
parent fe886d363a
commit ee5b0d36c4

View file

@ -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).