• 1
  • 18
  • 19
  • 20(current)
  • 21
  • 22
  • 24
Release script.embuary.info - get TMDb data - the little ExtendedInfo brother
Thank you!  I'm all good now.
Reply
@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
Reply
what kind of widget
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
Ups, I have post at the wrong place.
Sorry
Reply
(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
Reply
Not possible with my simplified next airing feature.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
(2021-08-13, 15:46)sualfred Wrote: Not possible with my simplified next airing feature.
Thanks
Reply
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!
If I have helped you or increased your knowledge, please click the 'thumbs up' button to give thanks :)
Reply
(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!
Reply
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.
Main: Lancool II Mesh  - Ryzen 9 5900x - MSI x570 Unify - Zotac RTX 3080 AMP HOLO - 32GB Trident Z Neo 3600 CL16 -  EVO 960 M.2 250GB / EVO 940 250GB / MX100 512GB /  Crucial P1 2TB / WD Blue 3D Nand 2TB 
Sound: Saxx AS30 DSP - Beyer Dynamic Custom One Pro 
TV: Nvidia Shield 2019 Pro- Adalight 114x LEDs - Sony 65XG9505 - Kodi / Emby - Yamaha RX-V683 - Heco Victa 700/101/251a + Dynavoice Magic FX-4
Server: i3 Skylake - 8GB - OMV4 - 22TB Storage
Reply
(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...
If I have helped you or increased your knowledge, please click the 'thumbs up' button to give thanks :)
Reply
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
Reply
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>
Reply
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]
Reply
Thanks for help and advice
Reply
  • 1
  • 18
  • 19
  • 20(current)
  • 21
  • 22
  • 24

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