aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-04-05 23:10:28 +0200
committerdec05eba <dec05eba@protonmail.com>2022-04-05 23:12:13 +0200
commit0e12dd4e395cb4716e81bac41b220a7575397b28 (patch)
treeddd2276489300aaa24d78ab7281204259bad638d /README.md
parentc83325a3699748e08395180529deff658ca27a58 (diff)
Execute $HOME/.config/automedia/download_finished.sh on download finished
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1ef4f62..68c9958 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ Run automedia with `sync` option and keep it running to track media. You can the
Removing media from being synced can be done by removing the tracked directory in `~/.config/automedia/rss/tracked` or `~/.config/automedia/html/tracked` or by using `automedia cleanup`.\
It is recommended to create a new directory specifically for automedia sync, otherwise tools like `open_media.py` might not work correctly.\
Run automedia without any options to see all options.
+
+If `$HOME/.config/automedia/download_finished.sh` exists then it's called when a download finishes. The first argument is either `html` or `rss` and the second argument is the full path to the rss file (anime episode video) or html directory (manga chapter).
# Requirements
## System
curl, transmission-cli, notify-send (optional)