diff --git a/docs/plugins/writing.rst b/docs/plugins/writing.rst index 90f84a367..d754d7109 100644 --- a/docs/plugins/writing.rst +++ b/docs/plugins/writing.rst @@ -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).