Hi,
First of all love the app, great work and keeps on getting better
My feature request is hopefully something quite simple. I have RSS sync enabled on my account, this works great but only gets the last 100 reports by default (api has a attribute for limit=X but even increasing it they appear to be restricting it to 100 regardless).
My NAS isnāt always on, so I would really like to pull back the last day or so worth of rss results each time it runs, otherwise there are time gaps in the rss results I get.
You can āpageā through the results using offset instead, for example:
https://api.nzb.su/api?t=tvsearch&cat=5040&apikey=REDACTED&extended=1&offset=100
This gets back results 101-200 instead of 1-100.
I would really love it if the app would let me define how many pages to go back for the nzb.su rss feeds. This could just be an int value like 5 pages, which would run in turn with offset=0, then 100, 200, 300, 400 for example.
Thanks!
Chris