Hide View Options (side) menu
#1
How can I hide the View Options menu in the Video section?

Reply
#2
You need a MOD that supports kiosk mode, or you delete the whole sideblade in MyVideoNav.xml
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
Reply
#3
Thank you for your reply!

Could you please advise mod (preferably a small "light" one) which would allow such a hack?
Reply
#4
My MOD does:
http://forum.xbmc.org/showthread.php?tid=103001
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
Reply
#5
Thanks. I have tried your mod and I really like it, however it seems to increase CPU/GPU usage as temps rose with more than 10 degrees in idle. Doesn't seem to take advantage of Dirty Region settings?

Reply
#6
DirtyRegion is not skin specific!
Every skin takes advanteage of it.

TBH can't believe that the rising of the temperature by 10 degree is caused by the skin...
There is nothing that could lead to this behaviour from skin side...

mad-max
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
Reply
#7
I don't know what the cause is, but I experienced the same issue with the Tranparency skin.
No issues with Confluence and Confluence Vertical.

By the way the options your mod offers are awesome and should've been included with Confluence!
Reply
#8
has anyone got the code for this. i dont wanna delete the side bar i want to lock it down with the option to open it back up via setting, ie kiosk mode. all the code i`ve tried posted round here hasnt worked. dont know if its because we`re now in frodo
Reply
#9
I just edited MyVideoNav.xml by changing
<include>SideBladeLeft</include>
to
<include></include>
This removed the complete side menu (from the video menu).

Please let me know if you find a way to hide the side menu with an option
Reply
#10
(2012-12-16, 20:18)AussieFries Wrote: Please let me know if you find a way to hide the side menu with an option
See here:
https://github.com/mad-max/skin.moddedco...5b4ea513f4

Quite easy...

mad-max

- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
Reply
#11
Many thanks!

After I've added your changes to MyMusicNav.xml and SkinSettings.xml, I was able to select the Kiosk mode option in the Confluence settings.
This added line <setting name="skin.confluence.KioskMode" type="bool">true</setting> to guisettings.xml

After I put the original MyMusicNav.xml and SkinSettings.xml back in the 720p folder and restarted XBMC, the Sideblade was still hidden!

Does this mean Kiosk mode is built in Confluence?
Reply
#12
nope, it's not implemented...
If you reverted your changes, there should be the side blade visible, again...
Or you made an error somwhere...

mad-max
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
Reply
#13
You're right.. Sideblade is back after reinstalling XBMC.

It turned out I forgot a </control>

It works now! Excellent!
Reply

Logout Mark Read Team Forum Stats Members Help
Hide View Options (side) menu0