opensubtitlesdev / service.subtitles.opensubtitles-com

Opensubtitles.com Kodi extension
GNU General Public License v2.0
10 stars 13 forks source link

Remove 10 subtitle limit #8

Closed enen92 closed 1 year ago

enen92 commented 1 year ago

For some odd reason the implementation is limiting the number of returned subtitles to 10. For someone who has different languages configured for subtitle download (my case: english, portuguese and portuguese-brazilian) this pretty much makes it impossible to list subtitles in a different language than the 1st one.

Taking a look at the code this really doesn't add any load on the servers as the information of the whole list is already part of the response body.