• 1
  • 69
  • 70
  • 71(current)
  • 72
  • 73
  • 74
v17 Grid for Krypton
I just installed Grid on my Vero 4K (Kodi 17.6).
I checked the skin settings and all required addons are installed. Still, I get lot's of "Skin Helper Service" errors on the screen.
Below the error, full log: https://paste.ubuntu.com/p/r66p9CHFG8/

xml:
01:36:01.919 T:3813298944  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
01:36:10.907 T:3775918848  NOTICE: [plugin.video.youtube] Startup: detected Krypton (Kodi-17.6), DASH_SUPPORT_ADDON = True
01:36:10.918 T:3840037632  NOTICE: Skin Helper Widgets --> Backgroundservice started
01:36:14.497 T:3856814848   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: cannot import name detect_plugin_content
                                            Traceback (most recent call last):
                                              File "/home/osmc/.kodi/addons/script.skin.helper.backgrounds/service.py", line 9, in <module>
                                                from resources.lib.backgrounds_updater import BackgroundsUpdater
                                              File "/home/osmc/.kodi/addons/script.skin.helper.backgrounds/resources/lib/backgrounds_updater.py", line 20, in <module>
                                                from smartshortcuts import SmartShortCuts
                                              File "/home/osmc/.kodi/addons/script.skin.helper.backgrounds/resources/lib/smartshortcuts.py", line 15, in <module>
                                                from metadatautils import detect_plugin_content, KodiDb
                                            ImportError: cannot import name detect_plugin_content
                                            -->End of Python script error report<--
01:36:14.811 T:3848426240   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: cannot import name extend_dict
                                            Traceback (most recent call last):
                                              File "/home/osmc/.kodi/addons/script.skin.helper.service/service.py", line 10, in <module>
                                                from resources.lib.main_service import MainService
                                              File "/home/osmc/.kodi/addons/script.skin.helper.service/resources/lib/main_service.py", line 13, in <module>
                                                from listitem_monitor import ListItemMonitor
                                              File "/home/osmc/.kodi/addons/script.skin.helper.service/resources/lib/listitem_monitor.py", line 13, in <module>
                                                from metadatautils import extend_dict, process_method_on_list
                                            ImportError: cannot import name extend_dict
                                            -->End of Python script error report<--


Also, my TV is just 32", 1080P, I am watching from a little over 3 meters and the text is just 1 point too small. Is it possible for me to make the texts in lists (like TV Show lists) just 1 point bigger?
Is that something that I could change in an xml file?
Reply
Can't seem to find Clean Video Library in GRiD
Reply
I had the same problem, I am using the Yatse app on my phone to clean the library now.
Also missing: Addons section. You have the Addons section in the Skin settings and the generic Addons settings, but no way to actually access your addons, repositories etc.

But my main problem is the Skin Helper errors. I don't understand why they occur.
Reply
(2018-04-09, 14:33)juus Wrote: Can't seem to find Clean Video Library in GRiD

Clear the whole lot?

Set source type as 'none' and it will all clear out. Set to correct type to re-import.
Reply
Not sure if this is a bug or not, but there is no 'disable' option for individual hub sources in the TV Shows section like there is in the Movies section.

Also, (I may have missed this as I have been away for a while) is there no option to add a Playlist as a hub source?
Reply
(2017-07-16, 16:35)Jeroen Wrote: .....

REQUIRED & SUPPORTED ADD-ONS
More info on the add-ons required and/or supported by Grid can be found here. Please read this before posting any issues.

.....
  This link is 404-ing. I found it in the README at Github though. Wink
Reply
(2018-04-09, 19:32)lstar337 Wrote:
(2018-04-09, 14:33)juus Wrote: Can't seem to find Clean Video Library in GRiD

Clear the whole lot?

Set source type as 'none' and it will all clear out. Set to correct type to re-import.

That's a bit of a hassle. Cleaning library is a pretty common thing to do after you delete old movies and seasons, right?
Reply
(2018-04-09, 21:16)zilexa Wrote:
(2018-04-09, 19:32)lstar337 Wrote:
(2018-04-09, 14:33)juus Wrote: Can't seem to find Clean Video Library in GRiD

Clear the whole lot?

Set source type as 'none' and it will all clear out. Set to correct type to re-import. 

That's a bit of a hassle. Cleaning library is a pretty common thing to do after you delete old movies and seasons, right? 
 I never found library cleaning to be that reliable, but I guess it serves its purpose.
Reply
(2018-04-09, 14:33)juus Wrote: Can't seem to find Clean Video Library in GRiD
 I just use the one in settings/media/clean library
Reply
Please help me with the below. I still don't understand why Grid gives me errors. Especially when I try most of the options in Settings > Skin Settings I receive this error. Even though I have all required add-ons.

(2018-04-08, 21:31)zilexa Wrote: I just installed Grid on my Vero 4K (Kodi 17.6).
I checked the skin settings and all required addons are installed. Still, I get lot's of "Skin Helper Service" errors on the screen.
Below the error, full log: https://paste.ubuntu.com/p/r66p9CHFG8/

xml:
01:36:01.919 T:3813298944  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
01:36:10.907 T:3775918848  NOTICE: [plugin.video.youtube] Startup: detected Krypton (Kodi-17.6), DASH_SUPPORT_ADDON = True
01:36:10.918 T:3840037632  NOTICE: Skin Helper Widgets --> Backgroundservice started
01:36:14.497 T:3856814848   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: cannot import name detect_plugin_content
                                            Traceback (most recent call last):
                                              File "/home/osmc/.kodi/addons/script.skin.helper.backgrounds/service.py", line 9, in <module>
                                                from resources.lib.backgrounds_updater import BackgroundsUpdater
                                              File "/home/osmc/.kodi/addons/script.skin.helper.backgrounds/resources/lib/backgrounds_updater.py", line 20, in <module>
                                                from smartshortcuts import SmartShortCuts
                                              File "/home/osmc/.kodi/addons/script.skin.helper.backgrounds/resources/lib/smartshortcuts.py", line 15, in <module>
                                                from metadatautils import detect_plugin_content, KodiDb
                                            ImportError: cannot import name detect_plugin_content
                                            -->End of Python script error report<--
01:36:14.811 T:3848426240   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: cannot import name extend_dict
                                            Traceback (most recent call last):
                                              File "/home/osmc/.kodi/addons/script.skin.helper.service/service.py", line 10, in <module>
                                                from resources.lib.main_service import MainService
                                              File "/home/osmc/.kodi/addons/script.skin.helper.service/resources/lib/main_service.py", line 13, in <module>
                                                from listitem_monitor import ListItemMonitor
                                              File "/home/osmc/.kodi/addons/script.skin.helper.service/resources/lib/listitem_monitor.py", line 13, in <module>
                                                from metadatautils import extend_dict, process_method_on_list
                                            ImportError: cannot import name extend_dict
                                            -->End of Python script error report<--


Also, my TV is just 32", 1080P, I am watching from a little over 3 meters and the text is just 1 point too small. Is it possible for me to make the texts in lists (like TV Show lists) just 1 point bigger?
Is that something that I could change in an xml file?
Reply
(2018-04-04, 11:09)mark2112 Wrote: HI Jereon,
When copying in the file manager there doesn't seem to be anything showing the progress of the transfer.  Would it be possible to make the top right bar progressively fill as the transfer progresses?  I think there might be a percentage but some of our family videos have long file names and they don't scroll enough to see it.  On a Rpi2 you really have to wait for the transfer to finish before playing so you don't overload the unit and its helpful to know how long you have to wait........i.e: do I stand and watch or make coffee Smile

Not sure if this is possible, but will look into it.
Reply
(2018-04-09, 14:33)juus Wrote: Can't seem to find Clean Video Library in GRiD

There are shortcuts available for this and pretty much any function. You can add it to the home menu or to the options menu (the menu you can access from any screen by pressing left, or up in some cases)
Reply
(2018-04-09, 19:35)lstar337 Wrote: Not sure if this is a bug or not, but there is no 'disable' option for individual hub sources in the TV Shows section like there is in the Movies section.

Also, (I may have missed this as I have been away for a while) is there no option to add a Playlist as a hub source?

What version are you on?

There's no way to add playlists to a Hub at the moment.
Reply
(2018-04-11, 23:00)zilexa Wrote: Please help me with the below. I still don't understand why Grid gives me errors. Especially when I try most of the options in Settings > Skin Settings I receive this error. Even though I have all required add-ons.

The errors you are getting are Skin Helper errors, not Grid's. The errors about windows not being found are Grid errors and a known issue but should not cause serious issues.
Reply
(2018-04-12, 08:29)Jeroen Wrote:
(2018-04-09, 19:35)lstar337 Wrote: Not sure if this is a bug or not, but there is no 'disable' option for individual hub sources in the TV Shows section like there is in the Movies section.

Also, (I may have missed this as I have been away for a while) is there no option to add a Playlist as a hub source?

What version are you on?

There's no way to add playlists to a Hub at the moment. 
 It was the version from the Kodi repo, installed a few days ago. v1.5.1 I think.
Reply
  • 1
  • 69
  • 70
  • 71(current)
  • 72
  • 73
  • 74

Logout Mark Read Team Forum Stats Members Help
Grid for Krypton10