Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 21
  • 22
  • 23
  • 24
  • 25(current)
Release script.embuary.info - get TMDb data - the little ExtendedInfo brother
(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'):
Reply
(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.themovi...1c929b343d
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 .....
Reply
(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.
Reply
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
Reply
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
Reply
  • 1
  • 21
  • 22
  • 23
  • 24
  • 25(current)

Logout Mark Read Team Forum Stats Members Help
script.embuary.info - get TMDb data - the little ExtendedInfo brother2