aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-07-20 20:18:48 +0000
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:12:34 +0200
commitdbfe833b7c97a37a53ad6d427f6732b54fa6217c (patch)
tree1031e48862340f1847e459e5d629077816d4e7b1
parenta1a20fa5a0a37fd9cd0d4c433555bc194d844b61 (diff)
Update README.md
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 71c33c0..bd5f29c 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,12 @@
# AutoMedia
-Automatically track and download media. Currently works with rss for torrent sites (nyaa.si) and a few manga websites (see plugins directory).
+Automatically track new released of media and download them. Currently works with rss for torrent sites (nyaa.si) and a few manga websites (see plugins directory).
+When a download finished, a notification is shown on the screen (if notify-send is installed).
## TODO
1. Periodically check and remove in_progress files and their directories. This can happen if the computer crashes while adding rss.
2. Automatically remove torrents that have finished seeding, to reduce memory usage and startup time of transmission.
# Requirements
## System
-transmission-cli
+transmission-cli, notify-send (optional)
## Python
feedparser, tldextract, transmissionrpc
# Requirements when using read_manga.py