Kodi Community Forum
Advanced addon selection - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: Advanced addon selection (/showthread.php?tid=343936)



Advanced addon selection - aka.kuro - 2019-05-15

Hi, I'm trying to find the command to get this search as in the image or the script to use.
image


RE: Advanced addon selection - trogggy - 2019-05-15

Your image looks like estuary - or rather an estuary mod. 
Stuff like that is skin-specific.


RE: Advanced addon selection - aka.kuro - 2019-05-15

if estuary mod but what I mean the way to select the addons other skin also has that form


RE: Advanced addon selection - trogggy - 2019-05-15

Plenty of skins will allow you to set custom home items and sub-menus - which can be addons amongst other things.  But I still don't understand the question.  What do you want to do?


RE: Advanced addon selection - aka.kuro - 2019-05-15

I want that when choosing the addon you can select inside it as it appears in the image that you placed, for example, to enter the super favorites folder


RE: Advanced addon selection - trogggy - 2019-05-15

(2019-05-15, 17:29)aka.kuro Wrote: I want that when choosing the addon you can select inside it as it appears in the image that you placed, for example, to enter the super favorites folder
Then you need to find a skin that supports that feature (eg estuary mod, as per your image).
Or break out notepad++.
Edit: if you can favourite an addon function that might be a workaround.


RE: Advanced addon selection - aka.kuro - 2019-05-15

the bookmark option would know how to command
Thank you


RE: Advanced addon selection - the_other_guy - 2019-05-16

this can be  done with library node editor and nodes

this example is for crackle to the main plugin

xml:
<?xml version='1.0' encoding='UTF-8'?>
<node type="folder">
 <label>Crackle</label>
 <path>plugin://plugin.video.crackle/</path>
 <icon>special://skin/extras/icons/crackle.png</icon>
</node>

start node editor
new node

add path
at bottom pick plugin
now pick tv or movie it will open with link path to here
"In a vanilla install with the confluence skin, custom nodes in /video will appear in the sub-list of the Video main menu item."


RE: Advanced addon selection - jdig4240 - 2019-06-15

Just add it to favourites and choose the favorite in skin settings