# AutoMedia Automatically track new releases of media and download them. Currently works with rss for torrent sites (`nyaa.si`) and a for these manga sites: `manganelo.com`, `manganelos.com`, `mangatown.com`, `mangakakalot.com`, `mangakatana.com`, `lhtranslation.net`, `mangawindow.net`, `readm.org`, `mangaplus.shueisha.co.jp` and `mangadex.org`. A notification is shown on the screen when a download finishes (if notify-send is installed). ## Installation Run `sudo ./install.sh` to install AutoMedia, or first run `./release.sh` to build it yourself. If you are running Arch Linux, then you can find AutoMedia on aur under the name automedia-git (`yay -S automedia-git`). AutoMedia checks and downloads updates every 15 minutes. ## Usage Run automedia with `sync` option and keep it running to track media. You can then use `add` option to add new media to track. Run automedia without any options to see all options. ## TODO * Automatically remove torrents that have finished seeding, to reduce memory usage and startup time of transmission. * Cache string lengths (too many strcat). * Convert python plugins to C. * Use torrent add response to track finished torrents. A torrent can finish before it is first checked! * Add rate limiting for downloading manga. * Verify path lengths. Currently there is limit to 255 characters for remote names, but not local + remote names. # Requirements ## System curl, transmission-cli, notify-send (optional) ## Python 3 lxml, requests, pure_protobuf (optional, used with mangaplus.shueisha.co.jp) # Requirements when using open_media.py ## System dmenu, 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.