• 1
  • 119
  • 120
  • 121(current)
  • 122
  • 123
  • 151
Release script.extendedinfo
(2016-09-05, 01:21)Short Wrote: I been receiving this error on kodi 17 from extended info here's my debug log
https://paste.ubuntu.com/23134828

An update for script.module.t9.search should be available today or tomorrow, then this should be fixed.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Any way I can change the font color in the script? It's not readable with the skin i'm using. I figured out it changes when I edit the Defaults.xml colors, but that changes the entire skin.. Let me know if this is possible. Thanks!
Reply
Hey Phil,

I'm not sure if you are already aware of it, but the current available repo version of ExtendedInfo (5.5.1) crashs Kodi during the download/installation.
Nothing is written in the debug log but I can confirm this issue on 2 Win10 devices (Krypton).
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
(2016-09-08, 21:00)sualfred Wrote: Hey Phil,

I'm not sure if you are already aware of it, but the current available repo version of ExtendedInfo (5.5.1) crashs Kodi during the download/installation.
Nothing is written in the debug log but I can confirm this issue on 2 Win10 devices (Krypton).

I have the same issue with my Nvidia shield,iMac,windows10 and Amazon HD Fire.(Krypton)
Setup: LG OLED65B7 | Denon AVR X7200WA | OPPO UDP-203 4K Blu-Ray player | Nvidia Shield TV | KEF T205
My Favorite Skin: Arctic Horizon
Reply
yeah i have introduced a circular dependency which kodi cannot deal with, will get fixed.
Sorry for the hassle. Wink
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Please test https://github.com/phil65/script.module....743d7bf3e6
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Works now, thanks.
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
@Phill is this button working for krypton version
Force nativ appearance, I can use script-ExtendedInfo Script-DialogVideoInfo.xml from skin mq6 or mq7
(always open your dialog) version="5.5.1

Edit i didnt know that you change in
script-script.extendedinfo-DialogVideoInfo.xml

now is working...sorry
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
@Angelinas, need rename for

script-script.extendedinfo-DialogInfo

script-script.extendedinfo-DialogVideoInfo
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
Im noticing that if the movie being viewed within Extended Info is in my library, the play button does not work. I have to back out of the Extended Info screen and select play from the main info screen. Kodi 17 Beta using the Plex Kodi Connect add one (works like Emby for Kodi) but Ive tried it with a stand alone install (local library) and it doesn't work either.

Anyone else see this?
Reply
I am receiving this error when I launch kodi..I'm on version 17 beta3 here is my log https://paste.ubuntu.com/23254074/
Reply
Am I just missing it or is there not a way for me to add a upnp source? Thanks.

Oops, wrong thread. Can someone delete this please.
Reply
Hello !!!

I have an error message when kodi start concerning Script.extendedinfo.
Code:
21:43:39 T:9140   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'module' object has no attribute 'ACTION_PLAYER_DEBUG'
                                            Traceback (most recent call last):
                                              File "C:\Kodi\16\portable_data\addons\script.extendedinfo\plugin.py", line 12, in <module>
                                                from resources.lib import process
                                              File "C:\Kodi\16\portable_data\addons\script.extendedinfo\resources\lib\process.py", line 16, in <module>
                                                import Trakt
                                              File "C:\Kodi\16\portable_data\addons\script.extendedinfo\resources\lib\Trakt.py", line 9, in <module>
                                                from kodi65 import addon
                                              File "C:\Kodi\16\portable_data\addons\script.module.kodi65\lib\kodi65\__init__.py", line 8, in <module>
                                                from actionhandler import ActionHandler
                                              File "C:\Kodi\16\portable_data\addons\script.module.kodi65\lib\kodi65\actionhandler.py", line 37, in <module>
                                                "playerdebug": xbmcgui.ACTION_PLAYER_DEBUG,
                                            AttributeError: 'module' object has no attribute 'ACTION_PLAYER_DEBUG'
                                            -->End of Python script error report<--
21:43:39 T:10124   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://script.extendedinfo/?info=topratedmovies
21:43:39 T:8096  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #248835 - Once Upon a Time
21:43:41 T:4088  NOTICE: script.module.youtube.dl: youtube_dl core version: 2016.06.27
21:43:41 T:4088   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'module' object has no attribute 'ACTION_PLAYER_DEBUG'
                                            Traceback (most recent call last):
                                              File "C:\Kodi\16\portable_data\addons\script.extendedinfo\plugin.py", line 12, in <module>
                                                from resources.lib import process
                                              File "C:\Kodi\16\portable_data\addons\script.extendedinfo\resources\lib\process.py", line 16, in <module>
                                                import Trakt
                                              File "C:\Kodi\16\portable_data\addons\script.extendedinfo\resources\lib\Trakt.py", line 9, in <module>
                                                from kodi65 import addon
                                              File "C:\Kodi\16\portable_data\addons\script.module.kodi65\lib\kodi65\__init__.py", line 8, in <module>
                                                from actionhandler import ActionHandler
                                              File "C:\Kodi\16\portable_data\addons\script.module.kodi65\lib\kodi65\actionhandler.py", line 37, in <module>
                                                "playerdebug": xbmcgui.ACTION_PLAYER_DEBUG,
                                            AttributeError: 'module' object has no attribute 'ACTION_PLAYER_DEBUG'
                                            -->End of Python script error report<--

I use kodi 16.1 with theme madnox. I update regulary scrip.extendedinfo, script.module.kodi65, script.module.t9.search and lot of others with github application.

Thx for your help !!!

PS i'm French !!!! Wink Wink Wink Wink Wink
Reply
Github master branches are for krypton (v17). That´s why you get those errors.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
okay !!! Smile Smile

thx phil65 Wink
Reply
  • 1
  • 119
  • 120
  • 121(current)
  • 122
  • 123
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29