Family friendly
#16
Bring up the Profile Manager and select 'Load Profile' from context menu (c on keyboard) or select logout from the shutdown menu.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#17
oh ya never thought of logout in the shutdown menu ) thank you all for the help
Reply
#18
I created a separate profile for my kids, and then created a custom Home button that swaps to the other profile.

How to add Foreign Film/General Film profile links

-set the master profile for general use
note: this ensures it is always loaded in event of a problem
-create a new profile for anime/foreign use (called anime)

-create a copy of the confluence skin called 'confluence - general'
-create a copy of the confluence skin called 'confluence - kids'

-edit .\skin.Confluence - General\720p\home.xml
-add the following lines
</item>
<item id="12">
<label>Kids Film</label>
<onclick>XBMC.LoadProfile(kids)</onclick>
<icon>special://skin/backgrounds/videos.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</thumb>
</item>
NOTE: this will create a button to load the specific profile 'kids'

-edit .\skin.Confluence - Kids\720p\home.xml
-add the following lines
<item id="12">
<label>General Film</label>
<onclick>XBMC.LoadProfile(Master User)</onclick>
<icon>special://skin/backgrounds/videos.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</thumb>
</item>

NOTE: this will select to load the specific profile 'Master'
Reply

Logout Mark Read Team Forum Stats Members Help
Family friendly0