Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: rss feed background refresh #51

Open
aidanaden opened this issue Jul 1, 2024 · 1 comment
Open

feat: rss feed background refresh #51

aidanaden opened this issue Jul 1, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@aidanaden
Copy link
Contributor

aidanaden commented Jul 1, 2024

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 
@aidanaden aidanaden self-assigned this Jul 1, 2024
@micielski
Copy link
Contributor

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)

@micielski micielski added this to the 0.5 milestone Jul 4, 2024
@micielski micielski added the enhancement New feature or request label Jul 16, 2024
@micielski micielski modified the milestones: 0.5, 0.6 Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants