aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bd5f29c91a43818137ae24fd0d9bda44a175b391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# AutoMedia
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, notify-send (optional)
## Python
feedparser, tldextract, transmissionrpc
# Requirements when using read_manga.py
## System
rofi, sxiv
# Important
Do not move files inside the download directory. If you want to move them, move the whole download directory
when automedia is not running and then set the download directory to the new location when using sync command.