• 1
  • 107
  • 108
  • 109(current)
  • 110
  • 111
  • 151
Release script.extendedinfo
(2016-03-22, 01:20)Gade Wrote: Hi Phil.

I'm suddenly getting no description using ListItem.Property(Description) for container 450 in script-ExtendedInfo Script-DialogVideoInfo.xml - only in Krypton. Did that infolabel change?

Btw, did you decide to change the earlier mentioned infolabels for Krypton only?

Cheers
Gade
Try listitem.Plot :-)
Those changes should be krypton only
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2016-03-22, 01:23)phil65 Wrote:
(2016-03-22, 01:20)Gade Wrote: Hi Phil.

I'm suddenly getting no description using ListItem.Property(Description) for container 450 in script-ExtendedInfo Script-DialogVideoInfo.xml - only in Krypton. Did that infolabel change?

Btw, did you decide to change the earlier mentioned infolabels for Krypton only?

Cheers
Gade
Try listitem.Plot :-)
Those changes should be krypton only

Thanks for the fast reply. Works like a charm (and makes sense)! Smile
Reply
(2016-03-21, 20:57)phil65 Wrote: Already fixed on latest master since some days

Thanks!
Reply
Hi Phil.

I'm running OpenELEC 6.95.1 with Aeon Nox 5 and I have this error :

Code:
14:58:59 T:140403797903104   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named YDStreamExtractor
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.extendedinfo/plugin.py", line 10, in <module>
                                                from resources.lib.process import start_info_actions
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/process.py", line 17, in <module>
                                                import VideoPlayer
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/VideoPlayer.py", line 10, in <module>
                                                import YDStreamExtractor
                                            ImportError: No module named YDStreamExtractor
                                            -->End of Python script error report<--
14:59:00 T:140405022648064   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=popularmovies

I know that you don't love snippets but this is the only error I have.

Maybe OpenELEC 6.95.1 does not provide all the stuff. If so, I will send a message on OE forum.

Thanks.
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
Hiya

I'm trying to use alternate play from kodi library but I keep getting an error. It worked fine a week or so ago.
I've tried to update to 4.7.4 but no luck
Any suggestions?

I can try to paste an error log, but I'm a bit of a nob and not quite sure how. Its running on Amazon fire TV
Reply
noticed a little thing, the RT critics consensus is sometimes cut off, i am running on jarvis:

Image

strangely, in other cases it's correct:

Image
Reply
Hello,


Im trying to use this script to create and update a couple of widget for my skin, however i cant get this working.
I have read the read.me and if i understood correctly we can use this script, just by using plugin:// followed by the call to set the content for the widget. I tried several calls, but always get the same error.

17:34:54 T:4808 ERROR: Unable to find plugin script.extendedinfo,info=topratedmovies
17:34:54 T:4808 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://script.extendedinfo,info=topratedmovies/

what im doing wrong?
Reply
(2016-04-05, 19:19)testcp Wrote: Hello,


Im trying to use this script to create and update a couple of widget for my skin, however i cant get this working.
I have read the read.me and if i understood correctly we can use this script, just by using plugin:// followed by the call to set the content for the widget. I tried several calls, but always get the same error.

17:34:54 T:4808 ERROR: Unable to find plugin script.extendedinfo,info=topratedmovies
17:34:54 T:4808 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://script.extendedinfo,info=topratedmovies/

what im doing wrong?

At the top of the Readme.md:

Code:
plugin://script.extendedinfo?info=topratedmovies
Reply
Hi, friends! I'm running Jarvis 16.1-RC3 with Aeon Madnox on ArchLinux and I have this error:

Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named routing
                                            Traceback (most recent call last):
                                              File "/home/vis/.kodi/addons/script.extendedinfo/plugin.py", line 10, in <module>
                                                import routing
                                            ImportError: No module named routing
                                            -->End of Python script error report<--

Thanks in advance for help.
MediaCenter: Fractal Design Node 605/ASUS Maximus VI Extreme/i3-4170/nVidia GT1030x3@Deepcool V4000 Mod (Passive)/DD Cine v.6.5/Arch Linux Multiseat/Leia x 3/HP Media IR remote/T3-M Remote/Sony PS3 BD remote/PulseEight USB-CEC(AnyNet+)/3 LCDTV over HDMI/SONY MDR-HW700DS ;)
Reply
(2016-04-06, 18:03)BytEvil Wrote: Hi, friends! I'm running Jarvis 16.1-RC3 with Aeon Madnox on ArchLinux and I have this error:

Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named routing
                                            Traceback (most recent call last):
                                              File "/home/vis/.kodi/addons/script.extendedinfo/plugin.py", line 10, in <module>
                                                import routing
                                            ImportError: No module named routing
                                            -->End of Python script error report<--

Thanks in advance for help.

You probably didnt install from repository correctly.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2016-04-06, 18:21)phil65 Wrote: You probably didnt install from repository correctly.

Yes you`re right! Thanks! Smile

Code:
git checkout jarvis...
MediaCenter: Fractal Design Node 605/ASUS Maximus VI Extreme/i3-4170/nVidia GT1030x3@Deepcool V4000 Mod (Passive)/DD Cine v.6.5/Arch Linux Multiseat/Leia x 3/HP Media IR remote/T3-M Remote/Sony PS3 BD remote/PulseEight USB-CEC(AnyNet+)/3 LCDTV over HDMI/SONY MDR-HW700DS ;)
Reply
hi!

I'm running Kodi 16 on Windows 10, with Aeon Nox skin.
I always got and ExtendedInfo Script error after starting Kodi. I suspect it's because my username has an accented character in it

Code:
17:47:13 T:6780   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.WindowsError'>
                                            Error Contents: (3, 'A rendszer nem tal\xe1lja a megadott el\xe9r\xe9si utat', 'C:\\Users\\Rich\xc3\xa1rd\\AppData\\Roaming\\Kodi\\userdata\\addon_data\\script.extendedinfo\\TheMovieDB\\b9cf2937cd871886d3dc2fa285efdf0f.txt')
                                            Traceback (most recent call last):
                                              File "C:\Users\Richⳤrd\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py", line 103, in <module>
                                                Main()
                                              File "C:\Users\Richⳤrd\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py", line 31, in __init__
                                                listitems = start_info_actions(info, self.params)
... and similar lines for a few more times. My username is Richárd, but as I see extendedinfo cannot read it
Reply
complete log, please.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2016-04-06, 19:22)phil65 Wrote: complete log, please.

Sorry.
Here's the complete log
Reply
Thx, will get fixed.
Btw, next time please post a debug log (wiki), not the "normal" one.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
  • 1
  • 107
  • 108
  • 109(current)
  • 110
  • 111
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29