• 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 83
Skin / Script Development - Updates and Support
could replicate it by opening tv guide window and then opening widget info panel. pushed another fix. this is really awkward. Huh
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2014-10-04, 02:03)phil65 Wrote: could replicate it by opening tv guide window and then opening widget info panel. pushed another fix. this is really awkward. Huh

Yeah... this is kind of an awkward sequence to get it to not show artwork but I still managed by following the steps in the video after applying your latest fix. This is definitely a booger of a bug. I think it has been around for a while because I have had problems of artwork intermittently disappearing for a long time but have never been able to replicate. Don't know if this latest is just a carry over or not but this is the first time I have been able to somewhat replicate the steps to trigger it.

Reply
Yeah it´s a tough one. Perhaps I can have a talk with the guys who are familiar with the xbmc python integration on next week´s dev conference. Everything I did so far is just workarounding this bug. It seems as if there is a limit for python scripts to read xbmc info labels or something like that. very strange.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2014-09-26, 18:27)phil65 Wrote: ...
RSS Manager and Smart Playlist Manager are also not needed anymore, there are no restrictions concerning the number of smart playlist widgets and rss widgets now.

I tried to build up a widget content with recently added movies of a Playlist... I have some playlists for Kids-Movies, Parents-Movies and so on.
At that time it was possible to create a widget content with smart playlist manager.
How can I manage this now?
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply
you have to create a smart playlist with same content, order = dateadded and optionally limit = 10 or something like that. that smart playlist can be added as a widget then.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
thx, works perfect...
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply
phil I am trying to customise the skin from your latest git but I do not see any skin settings (in GUI) for customisation ? what am I Missing ?
Reply
you probably missed that the main menu now gets customized by using context menu.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Blush
Reply
(2014-10-03, 18:44)phil65 Wrote: make sure that your skin path is addons/skin.aeon.nox/[1080i,fonts,etc], and not addons/skin.aeon.nox/some_folder/[1080i,fonts,etc]

I'm having the same problem as mike; Nox won't show up. I have checked the path (addons/skin.aeon.nox) and it is correct.
Image
Reply
Phil,

I have the following issue with extendedinfo.script in Aeon-Nox-Helix...
If I enable a widget with internet content for example "daily babes" it works the first time...
when I switch to another menu point an back I get the following error

Code:
16:52:08 T:139746551527168   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IOError'>
                                            Error Contents: (2, 'No such file or directory', u'/home/xbmc/.xbmc/userdata/addon_data/script.extendedinfo\\babe10x12x2014.txt')
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.xbmc/addons/script.extendedinfo-master/default.py", line 581, in <module>
                                                Main()
                                              File "/home/xbmc/.xbmc/addons/script.extendedinfo-master/default.py", line 45, in __init__
                                                self._StartInfoActions()
                                              File "/home/xbmc/.xbmc/addons/script.extendedinfo-master/default.py", line 306, in _StartInfoActions
                                                passDataToSkin('DailyBabe', GetDailyBabes(single=True), self.prop_prefix, self.window, self.control, self.handle)
                                              File "/home/xbmc/.xbmc/addons/script.extendedinfo-master/MiscScraper.py", line 93, in GetDailyBabes
                                                results = read_from_file(path)
                                              File "/home/xbmc/.xbmc/addons/script.extendedinfo-master/Utils.py", line 527, in read_from_file
                                                f = open(path)
                                            IOError: (2, 'No such file or directory', u'/home/xbmc/.xbmc/userdata/addon_data/script.extendedinfo\\babe10x12x2014.txt')
                                            -->End of Python script error report<--

If I check the path /home/xbmc/.xbmc/userdata/addon_data/script.extendedinfo the file babes10x12x2014 exist...
If I delete the script.extendedinfo folder in userdata/addon_data it works for one time...

I only have this issue on my linux system on my windows laptop it works fine...
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply
(2014-10-12, 17:11)sveni_lee Wrote: Phil,

I have the following issue with extendedinfo.script in Aeon-Nox-Helix...
If I enable a widget with internet content for example "daily babes" it works the first time...
when I switch to another menu point an back I get the following error

Code:
16:52:08 T:139746551527168   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IOError'>
                                            Error Contents: (2, 'No such file or directory', u'/home/xbmc/.xbmc/userdata/addon_data/script.extendedinfo\\babe10x12x2014.txt')
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.xbmc/addons/script.extendedinfo-master/default.py", line 581, in <module>
                                                Main()
                                              File "/home/xbmc/.xbmc/addons/script.extendedinfo-master/default.py", line 45, in __init__
                                                self._StartInfoActions()
                                              File "/home/xbmc/.xbmc/addons/script.extendedinfo-master/default.py", line 306, in _StartInfoActions
                                                passDataToSkin('DailyBabe', GetDailyBabes(single=True), self.prop_prefix, self.window, self.control, self.handle)
                                              File "/home/xbmc/.xbmc/addons/script.extendedinfo-master/MiscScraper.py", line 93, in GetDailyBabes
                                                results = read_from_file(path)
                                              File "/home/xbmc/.xbmc/addons/script.extendedinfo-master/Utils.py", line 527, in read_from_file
                                                f = open(path)
                                            IOError: (2, 'No such file or directory', u'/home/xbmc/.xbmc/userdata/addon_data/script.extendedinfo\\babe10x12x2014.txt')
                                            -->End of Python script error report<--

If I check the path /home/xbmc/.xbmc/userdata/addon_data/script.extendedinfo the file babes10x12x2014 exist...
If I delete the script.extendedinfo folder in userdata/addon_data it works for one time...

I only have this issue on my linux system on my windows laptop it works fine...

ok, thx. pretty sure that it is some upper/lowercase stuff then.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
thx for fixing... works graet again...
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply
one more thing,

I add some more video and music librarys and I found the following errors in the log...

Code:
21:28:43 T:140183805040384   ERROR: GetDirectory - Error getting plugin://script.skin.info.service/?dbid=&label=/
21:28:43 T:140183907276544   ERROR: GetDirectory - Error getting plugin://script.skin.info.service/?dbid=43&label=Supernatural/
21:28:43 T:140183169136384  NOTICE: Thread LanguageInvoker start, auto delete: false
21:28:43 T:140183169136384  NOTICE: -->Python Interpreter Initialized<--
21:28:43 T:140184634255104  NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting GUI proc (6.0.12)
21:28:46 T:140183529842432  NOTICE: Thread LanguageInvoker start, auto delete: false
21:28:46 T:140183529842432  NOTICE: -->Python Interpreter Initialized<--
21:28:46 T:140183940122368   ERROR: GetDirectory - Error getting plugin://script.skin.info.service/?dbid=36&label=Sleepy Hollow/
21:28:46 T:140183529842432  NOTICE: Thread LanguageInvoker start, auto delete: false
21:28:46 T:140183529842432  NOTICE: -->Python Interpreter Initialized<--
21:28:47 T:140183948515072   ERROR: GetDirectory - Error getting plugin://script.skin.info.service/?dbid=57&label=The Real Ghostbusters/
21:28:47 T:140183529842432  NOTICE: Thread LanguageInvoker start, auto delete: false
21:28:47 T:140183529842432  NOTICE: -->Python Interpreter Initialized<--
21:28:47 T:140183805040384   ERROR: GetDirectory - Error getting plugin://script.skin.info.service/?dbid=19&label=Pettersson und Findus/
21:28:49 T:140183529842432  NOTICE: Thread LanguageInvoker start, auto delete: false
21:28:49 T:140183529842432  NOTICE: -->Python Interpreter Initialized<--
21:28:49 T:140183948515072   ERROR: GetDirectory - Error getting plugin://script.skin.info.service/?dbid=25&label=Die Peanuts/
21:28:49 T:140183529842432  NOTICE: Thread LanguageInvoker start, auto delete: false
21:28:49 T:140183529842432  NOTICE: -->Python Interpreter Initialized<--
21:28:49 T:140183948515072   ERROR: GetDirectory - Error getting plugin://script.skin.info.service/?dbid=67&label=Once Upon a Time/
21:28:50 T:140183529842432  NOTICE: Thread LanguageInvoker start, auto delete: false
21:28:50 T:140183529842432  NOTICE: -->Python Interpreter Initialized<--
21:28:50 T:140183907276544   ERROR: GetDirectory - Error getting plugin://script.skin.info.service/?dbid=69&label=Nikita (2010)/
21:28:50 T:140183529842432  NOTICE: Thread BackgroundLoader start, auto delete: false
21:28:50 T:140181608847104  NOTICE: Thread LanguageInvoker start, auto delete: false
21:28:50 T:140181608847104  NOTICE: -->Python Interpreter Initialized<--
21:28:50 T:140183805040384   ERROR: GetDirectory - Error getting plugin://script.skin.info.service/?dbid=4420&label=1x22. Die Büchse der Pandora (2)/
21:28:56 T:140181608847104  NOTICE: Thread LanguageInvoker start, auto delete: false
21:28:56 T:140181608847104  NOTICE: -->Python Interpreter Initialized<--
21:28:56 T:140183940122368   ERROR: GetDirectory - Error getting plugin://script.skin.info.service/?dbid=4412&label=1x14. Ein Alter Bekannter/
21:28:58 T:140181608847104  NOTICE: Thread LanguageInvoker start, auto delete: false

fyi: My video.db and music.db are on my MySQL-Server...
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Reply
Small update concerning the strange bug woodside reported:
I could talk to some core devs @ XBMC DevCon in the last days. They are aware of it now and I am hopeful that it will get fixed for Helix.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
  • 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 83

Logout Mark Read Team Forum Stats Members Help
Skin / Script Development - Updates and Support11