v17 Grid for Krypton - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: Grid (https://forum.kodi.tv/forumdisplay.php?fid=280) +----- Thread: v17 Grid for Krypton (/showthread.php?tid=318152) |
RE: Grid - VikkiXavier - 2017-09-09 @Blurayx many fans RE: Grid - VikkiXavier - 2017-09-09 Ok I hv installed marcel's TV Guide thanks to Blurayx. Now does anybody know why the TV Guide page returns blank? RE: Grid - Blurayx - 2017-09-09 (2017-09-09, 10:50)VikkiXavier Wrote: Ok I hv installed marcel's TV Guide thanks to Blurayx. Now does anybody know why the TV Guide page returns blank? I think you can only use next aired add-on to view your tv shows, Not TV Guide RE: Grid - Jeroen - 2017-09-09 (2017-09-09, 11:20)Blurayx Wrote: I think you can only use next aired add-on to view your tv shows, Not TV Guide It's the same thing. I use tv guide as the window name as... tv shows next aired sounds bad imo RE: Grid - Blurayx - 2017-09-09 (2017-09-09, 11:44)Jeroen Wrote:(2017-09-09, 11:20)Blurayx Wrote: I think you can only use next aired add-on to view your tv shows, Not TV Guide TV guide does sound better, I'm going to change mine lol in a previous post, VikkiXavier said Tommy Winther's tv guide, That confused me https://forum.kodi.tv/showthread.php?tid=318152&pid=2644474#pid2644474 RE: Grid - UsefulG - 2017-09-09 @Jeroen I'm trying to add my Favourites as a Widget but when I create a custom item with ActivateWindow(Favourites) the selection in the widget screen remains as it was and the widget line is then blank. I use Favourites to group Video Addons like iPlayer, Travel Channel and Youtube so my other half can find them easier without seeing the other addons like Skin Helper Service or Extended Info which appear in the list of Video Addons from the skin. Is it possible to do this or with some kind of smart playlist? RE: Grid - VikkiXavier - 2017-09-09 (2017-09-09, 11:20)Blurayx Wrote: I think you can only use next aired add-on to view your tv shows, Not TV Guide Haha. My bad. I didn't mean to confuse you or anything. Now can please tell me how can I correct this? RE: Grid - Blurayx - 2017-09-09 (2017-09-09, 14:20)VikkiXavier Wrote:(2017-09-09, 11:20)Blurayx Wrote: I think you can only use next aired add-on to view your tv shows, Not TV Guide To clear things up do you want to use TV Guide or next aired? RE: Grid - McYoshi - 2017-09-09 I can't even get the Next Aired add-on to work. Can anyone explain how to set this up? It shows as enabled in the add-on browser but how to from there? https://pastebin.com/MkpjbEgE RE: Grid - Jeroen - 2017-09-09 (2017-09-09, 12:09)UsefulG Wrote: @Jeroen I'm trying to add my Favourites as a Widget but when I create a custom item with ActivateWindow(Favourites) the selection in the widget screen remains as it was and the widget line is then blank. Adding an ActivateWindow will not work as a widget, only as a shortcut in your menu. You'll need to set a content path instead. Easiest way (right now) is to select the following as your widget content: Other>Video Library>Video Add-on>Skin Helper Service Widgets>Favourites>Favourites>Use as Widget I will add easy access to this item in the next update. (2017-09-09, 16:49)McYoshi Wrote: I can't even get the Next Aired add-on to work. Can anyone explain how to set this up? It shows as enabled in the add-on browser but how to from there? One thing I noticed with this new version of Next Aired is that it can't be launched from the add-on browser / your programs (or at least I wasn't successful in doing so). Only when I added it to my home menu it actually launched. Not sure why that is, or if it's even intended. RE: Grid - akya - 2017-09-10 (2017-09-09, 22:17)Jeroen Wrote: One thing I noticed with this new version of Next Aired is that it can't be launched from the add-on browser / your programs (or at least I wasn't successful in doing so). Only when I added it to my home menu it actually launched. Not sure why that is, or if it's even intended. Thanks for this.. I thought it wasn't working on my end. RE: Grid - McYoshi - 2017-09-10 (2017-09-09, 22:17)Jeroen Wrote:(2017-09-09, 16:49)McYoshi Wrote: I can't even get the Next Aired add-on to work. Can anyone explain how to set this up? It shows as enabled in the add-on browser but how to from there? In my case it won't even launch when added to the home menu.. RE: Grid - akya - 2017-09-10 (2017-09-10, 09:29)McYoshi Wrote:(2017-09-09, 22:17)Jeroen Wrote:(2017-09-09, 16:49)McYoshi Wrote: I can't even get the Next Aired add-on to work. Can anyone explain how to set this up? It shows as enabled in the add-on browser but how to from there? Same for me. Just tried. I know this isn't the place to post log for that addon, but I got this - Code: 13:04:00.114 T:139936871212800 WARNING: script.tv.show.next.aired --> Exception in resources.lib.main_module ! --> 'classification' RE: Grid - Jeroen - 2017-09-10 Did you guys have the 6.x version of NextAired installed before? Maybe try installing that first from the Kodi repo, start it / set it up and then installing the new 7.x version on top of 6.x That's what I did at least and it has worked for me. edit: from the looks of that log excerpt it seems the add-on is using old window names that have been deprecated. RE: Grid - Angelinas - 2017-09-10 When you have time in log have some wrong include, fix is in Includes_Home.xml (2 line) find Code: <include>$PARAM[Height]</include> Code: <height>$PARAM[Height]</height> Code: 10:55:21.736 T:4884 ERROR: Window Translator: Can't find window bookmarks Code: <onright condition="Window.IsActive(videobookmarks)">9000</onright> Code: <visible>[VideoPlayer.IsFullscreen | Window.IsActive(visualisation)] + !Window.IsActive(videoosd) + !Window.IsActive(sliderdialog) + !Window.IsActive(videobookmarks) + !Window.IsActive(subtitlesearch)</visible> |