Kodi Community Forum
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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25


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.
How do I turn on adult performer information?

C:\Users\SJF\AppData\Roaming\Kodi\addons\script.embuary.info\resources\lib\tmdb.py
def tmdb_search(call,query,year=None,include_adult=True):

I turned on the adult option.True
But I still can't view the adult cast profiles.
All other actors are normal.

How do I turn on the adult option in Python?

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?
https://github.com/sualfred/script.embuary.info

I doubt you'll get the code updated on github, but it should be easy to make the change yourself.

Open the file "script.embuary.info/resources/lib/tmdb.py" and change line 80:-

Code:
def tmdb_search(call,query,year=None,include_adult='false'):
to 
Code:
def tmdb_search(call,query,year=None,include_adult='true'):

I've not tested but that seems to be the only change needed.

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.
'true' 'True' doesn't work well.
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
Image


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