From ee5b0d36c453a5cd3ec99722bc3ac4ae4335bd22 Mon Sep 17 00:00:00 2001 From: Dale Sedivec Date: Tue, 25 Jun 2013 22:31:01 -0500 Subject: [PATCH] Document new plug-in event item_moved --- docs/plugins/writing.rst | 3 +++ 1 file changed, 3 insertions(+) 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).