Automatic
Automatic copied to clipboard
RSS downloader for Transmission
It's useful to add an option to notify when a torrent is added to Transmission, like the Prowl App integratrion, but more personalized. This would be similar to the Transmission...
This allow to send a SIGHUP whenever a inotify MODIFY event is detected on config file.
This patch is useful to get tv shows in folders (as Kodi need for example). I have some like this in my automatic.conf ``` filter = { pattern => "(.*)(\d+)x(\d+)"...
I'm looking to add an inotify monitoring for configuration file changed/deleted/created event to reload the configuration, instead of having an external user/process to SIGHUP the automatic process. Is the inotify...