Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
(2019-09-01, 04:34)jurialmunkey Wrote:
(2019-09-01, 03:06)bsoriano Wrote:
(2019-09-01, 00:48)jurialmunkey Wrote: I've noticed this issue too - can get it by pulling up the power menu. It seems to be a Kodi bug because ListItem.Label shouldn't change whilst in DialogVideoInfo and it definitely shouldn't become the label of a modal dialog. The bug would cause issues for any plugin where ListItem.Label is passed to it.

In terms of the actual error raised by TMDbHelper - that can safely be ignored. I only raise the error to get the notification and traceback for debugging purposes. In the final version I won't raise the error and it will just be a single line in the log (without the traceback or error notification in Kodi) because it isn't actually a serious issue.

@jurialmunkey, thanks for the explanation. I will ignore the error then. My problem in the scenario, apart from the error, is that my custom search window for searching in the local db will not open (or closes immediately) in this case. I am not sure why this happens, I have not been able to find anything in the code. I thought there might be something with the onback functions and deleting the path, but I have not managed to find the cause.

Regards,

Bart

I assume you are using some sort of fake dialog to give the user an option of choosing whether to search using TMDb or local library, yes?
Can you point me to the lines where this fake dialog is in Amber - I think I have an idea of what is going wrong.

@jurialmunkey, thank you! Actually, I am using sualfred’s helper script to bring up a standard select dialog. In Includes_Info.xml, include CustomCast, lines 895 through 899 have the onclick actions when lookup in tmdb is enabled and the item is not a set.

I tried using my own fake select dialog (commented lines above 895), but got the same result.

Thanks again for looking into this!

Regards,

Bart
Reply


Messages In This Thread
RE: TheMovieDB Helper - by jurialmunkey - 2019-07-31, 11:47
RE: plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners - by bsoriano - 2019-09-01, 13:41
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2