From 2728521dd9f6c7560c322f4e402c9667a97d7f37 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Sat, 5 Aug 2023 09:39:24 -0400 Subject: [PATCH] Fixed path of `post_watch_folder_processing.sh` in documentation. --- README.md | 2 +- appdefs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4d529f..294c957 100644 --- a/README.md +++ b/README.md @@ -707,7 +707,7 @@ The following table describe available hooks: |--------------------|-------------|--------------| | `/config/hooks/pre_conversion.sh` | Hook executed before the beginning of a video conversion. | The first argument is the path of the converted video. The second argument is the path to the source file. Finally, the third argument is the name of the Handbrake preset that will be used to convert the video. | | `/config/hooks/post_conversion.sh` | Hook executed when the conversion of a video file is terminated. | The first parameter is the status of the conversion. A value of `0` indicates that the conversion terminated successfuly. Any other value represent a failure. The second argument is the path to the converted video (the output). The third argument is the path to the source file. Finally, the fourth argument is the name of the Handbrake preset used to convert the video. | -| `/config/post_watch_folder_processing.sh` | Hook executed after all videos in the watch folder have been processed. | The path of the watch folder. | +| `/config/hooks/post_watch_folder_processing.sh` | Hook executed after all videos in the watch folder have been processed. | The path of the watch folder. | During the first start of the container, example hooks are installed in `/config/hooks/`. Example scripts have the suffix `.example`. For example, diff --git a/appdefs.yml b/appdefs.yml index d21f64b..90e8e01 100644 --- a/appdefs.yml +++ b/appdefs.yml @@ -164,7 +164,7 @@ app: |--------------------|-------------|--------------| | `/config/hooks/pre_conversion.sh` | Hook executed before the beginning of a video conversion. | The first argument is the path of the converted video. The second argument is the path to the source file. Finally, the third argument is the name of the Handbrake preset that will be used to convert the video. | | `/config/hooks/post_conversion.sh` | Hook executed when the conversion of a video file is terminated. | The first parameter is the status of the conversion. A value of `0` indicates that the conversion terminated successfuly. Any other value represent a failure. The second argument is the path to the converted video (the output). The third argument is the path to the source file. Finally, the fourth argument is the name of the Handbrake preset used to convert the video. | - | `/config/post_watch_folder_processing.sh` | Hook executed after all videos in the watch folder have been processed. | The path of the watch folder. | + | `/config/hooks/post_watch_folder_processing.sh` | Hook executed after all videos in the watch folder have been processed. | The path of the watch folder. | During the first start of the container, example hooks are installed in `/config/hooks/`. Example scripts have the suffix `.example`. For example,