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 - Hitcher - 2022-12-19 (2022-12-19, 02:36)Karellen Wrote: I just noticed Sualfred hasn't been around for about 7 months. Has he given up?He's a team member so maybe ping him on Slack. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - Karellen - 2022-12-19 (2022-12-19, 03:43)Hitcher Wrote: He's a team member so maybe ping him on Slack.oh yes, I forgot. Probably because I haven't seen him around on Slack. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - juohn - 2022-12-27 The TMDB info action is no longer working for me. Button gives an error "Error: No information found" for every movie. Logs say "Control 3000 in window 13000 has been asked to focus, but it can't". Using Kodi 19.4 with latest stable Embuary skin and script version. Using Embycon RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - brazen1 - 2023-01-27 I'm using Kodi v21: debug <general>: CPythonInvoker(18, C:\Users\DAN\AppData\Roaming\Kodi\addons\script.embuary.info\default.py): instantiating addon using automatically obtained id of "script.embuary.info" dependent on version 3.0.0 of the xbmc.python api 2023-01-27 11:41:47.799 T:6216 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'AttributeError'> Error Contents: 'datetime.timedelta' object has no attribute 'timestamp' Traceback (most recent call last): File "C:\Users\DAN\AppData\Roaming\Kodi\addons\script.embuary.info\default.py", line 7, in <module> from resources.lib.helper import * File "C:\Users\DAN\AppData\Roaming\Kodi\addons\script.embuary.info\resources\lib\helper.py", line 15, in <module> import arrow File "C:\Users\DAN\AppData\Roaming\Kodi\addons\script.module.arrow\lib\arrow\__init__.py", line 2, in <module> from .api import get, now, utcnow File "C:\Users\DAN\AppData\Roaming\Kodi\addons\script.module.arrow\lib\arrow\api.py", line 12, in <module> from arrow.arrow import TZ_EXPR, Arrow File "C:\Users\DAN\AppData\Roaming\Kodi\addons\script.module.arrow\lib\arrow\arrow.py", line 34, in <module> from arrow import formatter, locales, parser, util File "C:\Users\DAN\AppData\Roaming\Kodi\addons\script.module.arrow\lib\arrow\parser.py", line 26, in <module> from arrow.util import next_weekday, normalize_timestamp File "C:\Users\DAN\AppData\Roaming\Kodi\addons\script.module.arrow\lib\arrow\util.py", line 6, in <module> from arrow.constants import ( File "C:\Users\DAN\AppData\Roaming\Kodi\addons\script.module.arrow\lib\arrow\constants.py", line 16, in <module> _MAX_TIMESTAMP = datetime.max.timestamp() AttributeError: 'datetime.timedelta' object has no attribute 'timestamp' -->End of Python script error report<-- RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - nonob - 2023-05-17 Hi Thanks for this great addon ! For those interested, here is a post and video tutorial (in French language) about Embuary Info: Show Extended Info in Kodi for Movies and TV Shows Bye RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - Sunflux - 2024-02-09 For the longest time, having this add-on enabled screws up the categories list for movies and TV - such that after a reboot, instead of starting off at the beginning of the list (recently added) it jumps all the way to the middle, which is super annoying. I notice it’s still doing it. Is there a fix? RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - manfeed - 2024-02-09 This great script has some issues and needs a code update, unfortunately the original creator doesn’t appear on the forum since a long ago. If someone could do it, that would be great. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - Dklktn_Dklktn - 2024-03-03 Is there a way to hide the shipped widgets (with estuary)? Thanks in advance RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - izprtxqkft - 2024-03-04 (2024-03-03, 23:40)Dklktn_Dklktn Wrote: Is there a way to hide the shipped widgets (with estuary)? Estuary widgets are hardcorded into the skin files which means that it requires editing the skin. here's the widgets for movies https://github.com/phil65/skin.estuary/blob/master/xml/Home.xml#L54-L98 scroll down and you will see the widgets for the other sections in similar fashion ----- in the future it would be best to ask in the section of the forum that actually pertains to your question, the section for Estuary is here https://forum.kodi.tv/forumdisplay.php?fid=260 I've got this error, anything I can do? - ashlar - 2024-05-21 While doing pretty much nothing, simply marking some movies as watched (which I think it's unrelated, honestly). It appears randomly, it seems. I'm not using this skin but I thought the script might be related... hope not to be wrong. error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- Error Type: <class 'AttributeError'> Error Contents: 'bytes' object has no attribute 'timestamp' Traceback (most recent call last): File "C:\Program Files\Kodi 21\portable_data\addons\script.embuary.info\default.py", line 7, in <module> from resources.lib.helper import * File "C:\Program Files\Kodi 21\portable_data\addons\script.embuary.info\resources\lib\helper.py", line 15, in <module> import arrow File "C:\Program Files\Kodi 21\portable_data\addons\script.module.arrow\lib\arrow\__init__.py", line 2, in <module> from .api import get, now, utcnow File "C:\Program Files\Kodi 21\portable_data\addons\script.module.arrow\lib\arrow\api.py", line 12, in <module> from arrow.arrow import TZ_EXPR, Arrow File "C:\Program Files\Kodi 21\portable_data\addons\script.module.arrow\lib\arrow\arrow.py", line 35, in <module> from arrow import formatter, locales, parser, util File "C:\Program Files\Kodi 21\portable_data\addons\script.module.arrow\lib\arrow\formatter.py", line 11, in <module> from arrow.constants import DEFAULT_LOCALE File "C:\Program Files\Kodi 21\portable_data\addons\script.module.arrow\lib\arrow\constants.py", line 18, in <module> _MAX_TIMESTAMP = datetime.max.timestamp() AttributeError: 'bytes' object has no attribute 'timestamp' -->End of Python script error report<-- RE: I've got this error, anything I can do? - ashlar - 2024-05-21 Seems very similar to this: https://forum.kodi.tv/showthread.php?tid=346034&pid=3068827#pid3068827 RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sunxiaochuan2506 - 2024-09-20 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? RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - sunxiaochuan2506 - 2024-09-20 Select an actor and press [↑up↑] to view the actor's information. But adult actors are closed. Can you update the code on github? https://github.com/sualfred/script.embuary.info RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - Hitcher - 2024-09-20 (2024-09-20, 05:13)sunxiaochuan2506 Wrote: Can you update the code on github?The last update was over 3 years ago so I think you're out of luck. RE: script.embuary.info - get TMDb data - the little ExtendedInfo brother - roidy - 2024-09-20 (2024-09-20, 05:13)sunxiaochuan2506 Wrote: Can you update the code on github? 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'): Code: def tmdb_search(call,query,year=None,include_adult='true'): I've not tested but that seems to be the only change needed. |