Open aidanaden opened 4 months ago
background thread that downloads torrents from subscribed RSS feeds and refreshes every 30s - all can be configured in config, e.g.
[[rss]] # rss url url = "https://xyz/rss" # regex string filter filter = "<insert regex string>" # in seconds refresh = 30
It's best to implement this when I'll make transmission action handler an actor with owned client without a mutex (the APIs will change)
background thread that downloads torrents from subscribed RSS feeds and refreshes every 30s - all can be configured in config, e.g.