Option in profiles.xml to hide the Master User from login screen.
#1
As per my question in this thread :

http://forum.xbmc.org/showthread.php?p=1036053

It would make the login screen much tidier, since I've had profiles set up I've not had any reason to go back into the Master Profile. A simple flag in the profiles.xml to enable or disable a profile would be ideal.

For example :

<visible>1</visible> to show the profile
<visible>0</visible> to hide the profile.

jmarshall suggested how it would be possible in my original thread, but editing XML files is about as far as my skills go!
Reply
#2
Here is what jmarshall said

Quote:There's no way to do this, but I can see the potential. It would probably be best done by a (hidden?) tag in profiles.xml, in case you want to look into it settings/Profile.cpp/h. Basically add a bool hideOnLogin; or similar, read it in in Load() and then in GUIWindowLoginScreen don't show it if hideOnLogin is true.

Cheers,
Jonathan
Reply
#3
+1 for this feature! I'd love to be able to hide master profile through xml settings, especially since I can enter "master mode" anytime from the other non-master profiles!
Reply
#4


+1

Be Able To Hide Profiles

ie) xxx / hentia
would also make good hidden profile names
Reply
#5
+1
Reply
#6
+1
HP N54L server with 6GB Memory and 10TB storage
Freenas server
HD Homerun twin HD network tuners (awesome)
2 x Pi 512 (B)
Reply
#7
You may get this feature if you use this or when it gets merged

https://github.com/xbmc/xbmc/pull/1041

uNi
Reply
#8
Hate to bump an old thread, but did anything ever come of this?

My Google Fu says no.
Reply

Logout Mark Read Team Forum Stats Members Help
Option in profiles.xml to hide the Master User from login screen.1