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 for Krypton - Luke Cage - 2017-11-28 @Jeroen Would it be possible to add a file include tag at the bottom of https://github.com/jeroenpardon/skin.grid/blob/master/xml/Includes.xml ? Code: <include file="Includes_User.xml" /> (To prevent an error message in the Kodi log of users not using this new file.) And of course also add that file to your .gitignore file ( https://github.com/jeroenpardon/skin.grid/blob/master/.gitignore ) so that it never commits : /xml/Includes_User.xml This way I only have to overwrite the empty Includes_User.xml in the /xml folder with my own version of the file, without having to edit Includes.xml. RE: Grid for Krypton - badkarmaboy - 2017-11-28 (2017-11-28, 13:26)Luke Cage Wrote: @Jeroen Would it be possible to add a file include tag at the bottom of https://github.com/jeroenpardon/skin.grid/blob/master/xml/Includes.xml ?I'm curious what you would put in that file... RE: Grid for Krypton - Jeroen - 2017-11-30 (2017-11-26, 18:38)UsefulG Wrote: Thanks for the info I wasn’t sure if it would count as a beta release and install with a different name. For anyone wondering I downloaded the skin as a zip file and it installed straight over the top.If you're grabbing from the master branch, it will install over the official release, yes. Please note though that the master branch may contain unfinished or broken functionality. (2017-11-28, 13:26)Luke Cage Wrote: @Jeroen Would it be possible to add a file include tag at the bottom of https://github.com/jeroenpardon/skin.grid/blob/master/xml/Includes.xml ?I suppose that would be fine, however I don't think this will enable you to override existing includes if that is what you are after. RE: Grid for Krypton - Jeroen - 2017-11-30 Sorry for the slowdown in development and activity. We've been busy with getting a new house along with other real life obligations. My goal is to get a new official release out in not too long as I will be on a holiday from mid december to the end of the year. Been working on adding hubs to the video libraries. These would replace going to the movie / tvshow library root. They will be optional though enabled by default. You can add thing like recently added and in progress videos, but also online content acquired by the extendedinfo add-on for example. And of course you will be able to browse the "normal" library nodes. All still very much wip. RE: Grid for Krypton - badkarmaboy - 2017-11-30 No need to apologize, Jeroen! We sure all know this is totally voluntary work in your spare time. Real life bites us all from time to time. Good luck with the new house! RE: Grid for Krypton - Luke Cage - 2017-11-30 (2017-11-30, 08:59)Jeroen Wrote: I suppose that would be fine, however I don't think this will enable you to override existing includes if that is what you are after.Nah, just many additions. Taking them out of my own addon’s windows/layouts. Thanks! After this mod I might actually start using Grid as my main Kodi skin. It was/is a lot of work to merge the two. Enjoy the new house. (Don’t try to redecorate it all in one go.) RE: Grid for Krypton - joostzilla - 2017-11-30 (2017-11-30, 09:07)Jeroen Wrote: Sorry for the slowdown in development and activity. We've been busy with getting a new house along with other real life obligations. My goal is to get a new official release out in not too long as I will be on a holiday from mid december to the end of the year.Wow, looks awesome Jeroen. Great work. Just take your time. :-) RE: Grid for Krypton - -BioHaZard- - 2017-12-03 (2017-11-30, 09:07)Jeroen Wrote: Sorry for the slowdown in development and activity. We've been busy with getting a new house along with other real life obligations. My goal is to get a new official release out in not too long as I will be on a holiday from mid december to the end of the year.Outstanding! RE: Grid for Krypton - splatterpop - 2017-12-07 Hi all, first of all let me say thanks for the good work! I love using this skin. I realized that in the tv epg, the plot info is missing, only the episode name is shown. Or am I missing something? https://1drv.ms/f/s!AlN_w-nlOuUWh6gK8Nzg5pcl-iadkA Best, Lutz RE: Grid for Krypton - VikkiXavier - 2017-12-09 Can anyone tell me why I am unable to import music in Grid? RE: Grid for Krypton - Jeroen - 2017-12-09 You'll have to enter the music directory first. This is not a skin function, this will work the same in any skin. RE: Grid for Krypton - Jeroen - 2017-12-09 (2017-12-07, 10:04)splatterpop Wrote: Hi all, I'll look into it, thanks RE: Grid for Krypton - Nokiaman1978 - 2017-12-12 what an awesome build , when using addons for films ect... how do i customize result menu with sources for art work its not displaying corrctly and when i change it to correct it it reverts back at next refresh RE: Grid for Krypton - Karellen - 2017-12-12 (2017-12-09, 15:29)VikkiXavier Wrote: Can anyone tell me why I am unable to import music in Grid? @VikkiXavier That function you are trying to use is to import a backup of your previously scraped library. Not sure if that is your intent. If you are trying to add music to your library for the first time, please follow this guide... http://kodi.wiki/view/HOW-TO:Create_Music_Library RE: Grid for Krypton - VikkiXavier - 2017-12-13 thanks you karellen |