Set home folder path via cmd line
#1
I would like XBMC to be able to be pointed to a custum home path with out having to create a sym links do the default location

and being able to tell it where to go via a start cmd would be the best way

ie) xbmc --homepath-location

I am actually quite surprised I could not find any cmd line arguments for xbmc

<pathsubstitution>
<substitute>
<from>special://bla</from>
<to>smb://bla</to>
</substitute>

does not work with multiple profiles from what I have been able to work out.
unless each and every profile is added in separately


I am wanting to use an absolute network path so every profile can be accessed my multiple pc's on the network
Reply
#2
Did you create an advancedsettings.xml in each profile folder?

Don't think this will be added because there will be little support and need for it
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
still getting issues even with adding in each and every profile / path

mostly seems to be because masterprofile setting / string is used even when used with another profile


its a real shame

<substitute>
<from>special://home/</from>
<to>smb://UserTongueass@RemotePC/XBMC/</to>
</substitute>

does not work ( crashes XBMC Tongue )


*edit*


for some other unknown reason everytime xbmc loads up it makes all my settings back to default

ie
I create a new profile it modifies the profile.xml file I shutdown xbmc and when I start it again it makes the profile file back as default

Reply

Logout Mark Read Team Forum Stats Members Help
Set home folder path via cmd line 0