Release script.embuary.info - get TMDb data - the little ExtendedInfo brother - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12) +---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300) +---- Thread: Release script.embuary.info - get TMDb data - the little ExtendedInfo brother (/showthread.php?tid=346034) |
RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - roidy - 2024-09-20 (2024-09-20, 05:06)sunxiaochuan2506 Wrote: Some adult performer information will not be found. true needs to be in double or single quotes, it's a string not a bool:- Code: def tmdb_search(call,query,year=None,include_adult='true'): RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sunxiaochuan2506 - 2024-09-21 (2024-09-20, 14:19)roidy Wrote:(2024-09-20, 05:13)sunxiaochuan2506 Wrote: Can you update the code on github? Thanks, roidy. I've used Github. but don't know much about python. Regarding [metadata.themoviedb.org.python]. I've turned on the adult option here https://github.com/xbmc/metadata.themoviedb.org.python/pull/177/commits/b0558fadbf75e54deb5e511e1686cb1c929b343d But the [script.embuary.info] code I can't adjust. 'true' 'True' doesn't work well. The KODI forums I feel are very shy about talking about adult options. I'll just have to wait ..... RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - roidy - 2024-09-21 (2024-09-21, 06:34)sunxiaochuan2506 Wrote: But the [script.embuary.info] code I can't adjust.The change I indicated works perfectly for me, I tested it:- Code: def tmdb_search(call,query,year=None,include_adult='true'): What do you mean "doesn't work well"? It either works or it doesn't. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - DoY@ - 2024-10-08 Hello Despite my research on web and forum, it has been difficult for me to resolve my issue, see picture below Apparently Embuary scripti info should work with Aeon 9q I had a look on all settings either for kodi or installed extensions but nothing seems to work Any clue/help ? Many thx RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - DoY@ - 2024-10-09 Hello Forget my request. Don't know why but i did not dl the last version of kodi... Aeon 9q is not supported by version 21.1 Thx |