Open Taloth opened 8 years ago
Thanks for the heads up @Taloth We have started a complete rewrite of Jackett based on .NET Core. We'll definitely be supporting this along with paging in the rewrite.
Awesome, good to hear.
Hey, what does running it on the .net core mean for us Linux users running mono?
@cybercorey With .net core, mono will be no longer used.
Will we still be able to run this on linux?
Yes of course !
I tried this, it doesn't work.
Any update on this?
The offset and limit works for me now.
What is happening here?
I've made a commit for Sonarr develop that will read the 'limits' caps attribute to determine the page size instead of keeping it hardcoded to the 100 newznab default.
<limits max="100" default="100"/>
You may want to add that element in your t=caps responses and adjust the value as appropriate for each tracker. That way sonarr will know how big the page is supposed to be, and fetch multiple pages. Obviously only works if jackett appropriately handles the
&offset=xx&limit=xx
queryparam.A bit a continuation of our chat in #27.
Can you guys look into it, and potentially test it on the develop version of Sonarr?
Here's the commit please note that
max
anddefault
should be the same value.