intuis / rustmission

TUI for Transmission
GNU General Public License v3.0
34 stars 4 forks source link

feat: rss feed background refresh #51

Open aidanaden opened 4 months ago

aidanaden commented 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 
micielski commented 4 months ago

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)