diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |