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


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 Smile

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

Image

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