Kodi Community Forum

Full Version: script.embuary.info - get TMDb data - the little ExtendedInfo brother
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Thank you!  I'm all good now.
@sualfred - Is it possible to have Embuary Info just display 1 episode of a TV Show instead of showing for example 3 episodes on the same TV show in the widgets? Maybe it can group them just like Skin Helper Service Widgets does?

Regards,

Shedrock
what kind of widget
Ups, I have post at the wrong place.
Sorry
(2021-08-13, 07:19)sualfred Wrote: [ -> ]what kind of widget
Sorry, I forgot to mention that. I was referring to the Emburay Info - Airing Today Widget. SH Service Widgets has this feature to group all episodes airing today into 1. I've attached a pic for reference.

Image

The pic below shows you the setting in  SHS Widgets that is used to accomplish that.

Image

Regards,

Shedrock
Not possible with my simplified next airing feature.
(2021-08-13, 15:46)sualfred Wrote: [ -> ]Not possible with my simplified next airing feature.
Thanks
I keep having this kind of errors:

xml:
2021-11-01 20:59:23.762 T:11640   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: 'bytes' object has no attribute 'timestamp'
                                                   Traceback (most recent call last):
                                                     File "C:\Matrix2\portable_data\addons\script.embuary.info\plugin.py", line 5, in <module>
                                                       from resources.lib.widgets import *
                                                     File "C:\Matrix2\portable_data\addons\script.embuary.info\resources\lib\widgets.py", line 11, in <module>
                                                       from resources.lib.helper import *
                                                     File "C:\Matrix2\portable_data\addons\script.embuary.info\resources\lib\helper.py", line 15, in <module>
                                                       import arrow
                                                     File "C:\Matrix2\portable_data\addons\script.module.arrow\lib\arrow\__init__.py", line 2, in <module>
                                                       from .api import get, now, utcnow
                                                     File "C:\Matrix2\portable_data\addons\script.module.arrow\lib\arrow\api.py", line 12, in <module>
                                                       from arrow.arrow import TZ_EXPR, Arrow
                                                     File "C:\Matrix2\portable_data\addons\script.module.arrow\lib\arrow\arrow.py", line 34, in <module>
                                                       from arrow import formatter, locales, parser, util
                                                     File "C:\Matrix2\portable_data\addons\script.module.arrow\lib\arrow\parser.py", line 26, in <module>
                                                       from arrow.util import next_weekday, normalize_timestamp
                                                     File "C:\Matrix2\portable_data\addons\script.module.arrow\lib\arrow\util.py", line 6, in <module>
                                                       from arrow.constants import (
                                                     File "C:\Matrix2\portable_data\addons\script.module.arrow\lib\arrow\constants.py", line 16, in <module>
                                                       _MAX_TIMESTAMP = datetime.max.timestamp()
                                                   AttributeError: 'bytes' object has no attribute 'timestamp'
                                                   -->End of Python script error report<--

I guess it's not embuary info's fault but of some dependency, could you please tell me if it can be fixed somehow? It's very frustrating since most of times Kodi just crashes after the error.

Thanks a lot!
(2021-11-01, 22:09)manfeed Wrote: [ -> ]I keep having this kind of errors:

xml:
2021-11-01 20:59:23.762 T:11640   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: 'bytes' object has no attribute 'timestamp'
                                                   Traceback (most recent call last):
                                                     File "C:\Matrix2\portable_data\addons\script.embuary.info\plugin.py", line 5, in <module>
                                                       from resources.lib.widgets import *
                                                     File "C:\Matrix2\portable_data\addons\script.embuary.info\resources\lib\widgets.py", line 11, in <module>
                                                       from resources.lib.helper import *
                                                     File "C:\Matrix2\portable_data\addons\script.embuary.info\resources\lib\helper.py", line 15, in <module>
                                                       import arrow
                                                     File "C:\Matrix2\portable_data\addons\script.module.arrow\lib\arrow\__init__.py", line 2, in <module>
                                                       from .api import get, now, utcnow
                                                     File "C:\Matrix2\portable_data\addons\script.module.arrow\lib\arrow\api.py", line 12, in <module>
                                                       from arrow.arrow import TZ_EXPR, Arrow
                                                     File "C:\Matrix2\portable_data\addons\script.module.arrow\lib\arrow\arrow.py", line 34, in <module>
                                                       from arrow import formatter, locales, parser, util
                                                     File "C:\Matrix2\portable_data\addons\script.module.arrow\lib\arrow\parser.py", line 26, in <module>
                                                       from arrow.util import next_weekday, normalize_timestamp
                                                     File "C:\Matrix2\portable_data\addons\script.module.arrow\lib\arrow\util.py", line 6, in <module>
                                                       from arrow.constants import (
                                                     File "C:\Matrix2\portable_data\addons\script.module.arrow\lib\arrow\constants.py", line 16, in <module>
                                                       _MAX_TIMESTAMP = datetime.max.timestamp()
                                                   AttributeError: 'bytes' object has no attribute 'timestamp'
                                                   -->End of Python script error report<--

I guess it's not embuary info's fault but of some dependency, could you please tell me if it can be fixed somehow? It's very frustrating since most of times Kodi just crashes after the error.

Thanks a lot!
Same problem here!
That's a Kodi Matrix Python3 bug. Propably caused by Python 3 subinterpreters. Nothing that I can fix. To be honest, I'm also affected and it made Kodi Matrix not useable for me now. I'm also looking forward to get it fixed by someone who knows what to do.
(2021-11-04, 12:30)sualfred Wrote: [ -> ]That's a Kodi Matrix Python3 bug. Propably caused by Python 3 subinterpreters. Nothing that I can fix. To be honest, I'm also affected and it made Kodi Matrix not useable for me now. I'm also looking forward to get it fixed by someone who knows what to do.

Thanks for your explanation. I guess that explains many of the errors that I'm getting... The worst is that people blame my skin. Let's hope it gets fixed someday...
Hi  Smile ,

I was searching an extended info script alternative and working with Netflix and Amazon addon. I found it with Embuary Info and Embuary Info - Open dialog

Thanks a lot @sualfred
Hi, can anyone help with this code, I need it for videoinfo.xml

the code is totally stupid just l showing an example:

<content>plugin://script.embuary.info/movie/Similar titles,query='"$INFO[ListItem.Label]"')</content>
embuary.info has no /movie/Similar endpoint

What you need is embuary.helper

Code:
plugin://script.embuary.helper/?info=getsimilar&dbid=$INFO[ListItem.DBID]&type=movie

https://github.com/sualfred/script.embua...d-on-movie

But note that this only returns similar item from within your own library, if you want similar item from the whole of themovieDB then use plugin.video.themoviedb.helper:-

Code:
plugin://plugin.video.themoviedb.helper?info=similar&type=movie&query=$INFO[ListItem.title]
Thanks for help and advice
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