[MAC] Locking down additional options Dharma
#1
Hi All,

I would really appriciate some guidance on what I want to achive, just need to be pointed in the right direction.

I have two profiles in XBMC one for my child and another for us.

What I would like to accomplish is to remove all the side menu's you get so that the only thing my child can do is just browse movies and play them. She is using a Mac remote and although she is able to find her way around it gets a little frustrating for her when she uses the side buttons too much and the side menu's appear, the ones for sorting etc.., is there anyway to set it up so that the only thing she can do when she logs in to her profile is get a list of movies, then she can only browse and play them?

Thanks in advance.
Reply
#2
Isn't this what "Kiosk" mode does?
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#3
darkscout Wrote:Isn't this what "Kiosk" mode does?

Can't seem to find it, will have bit more look when I get a chance. Since my post she seems to be finding her way around better than rest of the family so I think I might be ok LOL.

Thanks
Reply
#4
It's a per skin option.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply

Logout Mark Read Team Forum Stats Members Help
[MAC] Locking down additional options Dharma0