aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 71c33c059ae04d9ac69f6afb2d46fd4e602178ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# AutoMedia
Automatically track and download media. Currently works with rss for torrent sites (nyaa.si) and a few manga websites (see plugins directory).
## 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
## 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.