Shutdown Menu Mod?

Discussion and development of skins for XBMC4XBOX
Post Reply
Dogfyter
Posts: 28
Joined: Mon Jul 23, 2012 11:51 pm
Has thanked: 6 times

Shutdown Menu Mod?

Post 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
User avatar
byron
Posts: 582
Joined: Wed Jul 04, 2012 9:26 pm
Location: Illinois
Has thanked: 27 times
Been thanked: 96 times

Re: Shutdown Menu Mod?

Post 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.
Dogfyter
Posts: 28
Joined: Mon Jul 23, 2012 11:51 pm
Has thanked: 6 times

Re: Shutdown Menu Mod?

Post by Dogfyter »

Thanks, this should be fun.
Post Reply