Determine userdata location?
#1
Question 
Hello there

I'm building a software and the install needs to find whether xbmc is configured to use the user folder or the main xbmc folder

I can't just look for if some files are present, after all, one can has used one mode and then another, leaving files in folders that are not used
And I can't find infos in the wikki
So is this information stored somewhere ?

Thanks
Reply
#2
g_application.PlatformDirectoriesEnabled()

that being said; userdata is always available as special://userdata/
Reply
#3
well special://userdata/ is accessible by xbmc
Should I search through the hd to find xbmc.log to gather the datas ?
Reply
#4
Imaginos Wrote:Should I search through the hd to find xbmc.log to gather the datas ?

That would be painfully slow. Why not just require the user specify their userdata path?
Reply
#5
I prefer to trust files and datas than end user Smile
Some don't understand the meaning of some choices...

Anyway, I decided to use the registry to get the windows userprofile, then I can find the xbmc.log, wich gives me all I need (masterprofile, home, exe folder...) thus I can store them in a xml file.
Huummm is there another possible location for the xbmc.log ?
Reply
#6
%userprofile%\XBMC\userdata
Reply
#7
you mean xbmc.log can be in %userprofile%\XBMC\userdata AND/OR %userprofile%\XBMC ?
Reply
#8
heh lol? No, I stated what I meant.
Reply

Logout Mark Read Team Forum Stats Members Help
Determine userdata location?0