jurialmunkey
jurialmunkey
Eminence never implemented that method. That was a Skin trick using a custom window that I introduced in Arctic Zephyr 2 and is specific to that skin (and so also...
If you want a global search you'll need to use the global search addon for the time being. I'll probably implement a custom search window using skinshortcuts similar to AZ2...
It's not really possible unfortunately due to the way Kodi's multiselect dialog works. It could be done with YES/NO dialogs but that would mean that three dialogs are needed because...
You cannot change the TMDb item limit. It is hardcoded to 20 results per page in the API https://www.themoviedb.org/talk/50dbfbcf760ee3417809cc3e#:~:text=on%20October%209%2C%202021%20at%2011%3A54%20AM&text=cannot%20be%20changed%2C%20configured%2C%20specified,a%20maximum%20of%20500%20pages. There are some exceptions, such as cast/crew based lists, where the...
I'd only be able to apply a limit param to lists which aren't pre-paginated (e.g. cast). The problem for a pre-paginated list like recommendations is that only factors of 20...
Each page is essentially its own instance so there's no guarantee that previous items have been loaded (eg could go directly to page 3 without going past page 2) -...
No there's no rate limiting. That was removed from TMDbHelper long ago (approx 2 years ago) when it was removed from the API: https://developers.themoviedb.org/3/getting-started/request-rate-limiting Not having client side limiting is...
Believe me it already happened for trakt lists. Someone was distrubuting gists on reddit to modify tmdbhelper code and increase page limits to 99 and getting people to install their...
This is a really interesting idea. I like the idea but it might be difficult to implement. I'll have to have a bit of a think about how it might...
Episode selector onright of info in most recent versions.