Page 1 of 1
Shutdown Menu Mod?
Posted: Fri Nov 22, 2013 10:10 pm
by Dogfyter
I would like to add a "Favorites" bar to the "Shutdown Menu" of my Confluence Lite skin. Could someone please tell me where to find the code I want to change?
Thank you,
Dogfyter
Re: Shutdown Menu Mod?
Posted: Sat Nov 23, 2013 1:03 am
by byron
DialogButtonMenu.xml...dig in and and break stuff, probably the best way to learn rather than someone just pasting the code for you. The new button will need a unique "id" and any lines of code that are missing from the button code that you would think should be there can be found in Defaults.xml (default button) if you're interested in what the whole button looks like.. You can $LOCALIZE your label so its translateable from xbmc/language/(your language)/strings .xml...or you can just type favourites into the label tags if you don't want to share.
Re: Shutdown Menu Mod?
Posted: Sat Nov 23, 2013 9:50 am
by Dogfyter
Thanks, this should be fun.