(2015-11-10, 22:50)Toxic Man Wrote: (2015-11-10, 20:14)Wanilton Wrote: (2015-11-10, 19:43)Toxic Man Wrote: 2 Questions:
1) I'd like to create a submenu that contains a custom entry to change the profile to a defined user:
LoadProfile(profilename)
It looks like I can only create menu and submenu items from the predefined selections on the "Replace this menu with..."
Is there an option to create a custom menu/submenu item?
2) Where does Artwork downloader appear in the skin? In some skins, we would go to a title, press i to bring up the information screen, and Artwork Downloader would be a choice on the screen or would appear in a + (more) section allowing the user to interact with it to manually get artwork, or automatically get artwork... In this skin, there is a limited choice to get artwork from the information screen, but I don't see a way to envoke Artwork Downloader entirely.
Thanks!
1. Skin have presets (it´s possible create 10 main menu), and change one for other easily, check customize main menu,
![Full sized picture Image](http://i.imgur.com/DKOt5uQ.jpg)
Awesome fast response, thank you! thought this is not what I'm looking for. Presets appear to save existing Main Menu designs. Thats cool and all, but I want to create a custom menu item that calls a Kodi script. Specifically, the kodi function for changing users and in my case changing user to a specific user..
The use case is a sub menu off the movies menu item that allows me to switch users to the named login. The kodi funciton is: LoadProfile(profilename).
Did I misunderstand you? I don't see how saving a main menu setup as a preset is allowing me to logout one user and login another...
Thanks again...
So is this possible?
I have other use cases too. Like a submenu that calls the function to enable and disable stereomode:
SetStereoMode()
Changes the stereo mode of the GUI. Params can be: toggle, next, previous, select, tomono or any of the supported stereomodes (off, split_vertical, split_horizontal, row_interleaved, hardware_based, anaglyph_cyan_red, anaglyph_green_magenta, monoscopic)
Essentially, In confluence skin I can call Kodi functions in custom submenus...
Thanks for the help...