(2015-08-29, 04:14)denywinarto Wrote: Hi, was wondering, is it possible to limit the trending movies/tvshow content to the existing library ?
So.. don't display Interstellar if we don't have it in the library.. Something like that..
It would require some coding: Either write a new function for this, or edit existing ones withouth breaking functionality with other services (RottenTomatoes, TMDB).
A very simple edit would be to change line 99 in 'resources/lib/Trakt.py' in the addon's directory to look like this:
which should list local movies first, then the remote ones. Do the same change in line 138 for tv-shows respectively. Could be a compromise
No guarantees, this is just from looking at the code, but I guess you can try and give feedback?
(2015-04-13, 15:15)jurialmunkey Wrote: No point to getting a log file as this script doesn't do what you think it does.... it used to deal with movie sets but doesn't anymore.
FYI, because I just stumbled on this post: I had the same problem with movie sets a few days ago, fixed it and added a pull request (
https://github.com/phil65/script.extendedinfo/pull/23). In case you can't wait for it to be merged upstream.