Problem with Smart shortcuts - 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: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221) +---- Thread: Problem with Smart shortcuts (/showthread.php?tid=251886) |
Problem with Smart shortcuts - francescob - 2015-12-13 Hi, first of all thanks for the gorgeous skin. I have a problem using it in conjunction with Smart shortcuts for plexmbc. I have 2 sections using it and they work great until i restart kodi, i film do that the sections breaks( empty) and if i go in the home customization config my Smart shortcuts are empty, the only way i've found to restore them is to switch to titan skin, disable and re enable the plexmbc smart shortcut and then go back to artic. This way my sections get filled again RE: Problem with Smart shortcuts - jurialmunkey - 2015-12-14 Have a feeling that this might be needed: In 1080i/Startup.xml Add a new line (on line 5) just above <onload>SetProperty(SkinInitStarted,1,home)</onload> with the following: Code: <onload>Skin.SetBool(SmartShortcuts.plex)</onload> RE: Problem with Smart shortcuts - francescob - 2015-12-14 thanks, i'll try that this evening RE: Problem with Smart shortcuts - francescob - 2015-12-15 (2015-12-14, 07:27)jurialmunkey Wrote: Have a feeling that this might be needed: That worked, thanks |