ATV2 | advancedsettings.xml
#1
Hey Guys,

Not 100% sure what im doing wrong, ive created an advancedsettings.xml file within

/private/var/mobile/Library/Preferences/XBMC/userdata

aswell as

/Applications/XBMC.frappliance/XBMCData/XBMCHome/userdata/

Restart XBMC but not getting much joy in the files actually doing anything.

advancedsettings.xml file as below
Quote:<advancedsettings>
<video>
<timeseekforward>15</timeseekforward>
<timeseekbackward>-15></timeseekbackward>
</video>
<displayremotecode>true</displayremotecode>
<loglevel>3</loglevel>
</advancedsettings>

If anybodys got any insight, would be most appreciated.

Kind Regards -
Reply
#2
Figured id Mention, my log file isn't updating either.
Reply
#3
I put mine in /private/var/mobile/Library/Preferences/XBMC/userdata/ and it seems to get loaded up.
Reply
#4
When adding the entry mentioned below it should allow the song information to remain on the screen through the whole song, instead it just appears for a quick second then disappears.

<advancedsettings>
<songinfoduration>0</songinfoduration>
</advancedsettings>
Reply
#5
BigValen Wrote:I put mine in /private/var/mobile/Library/Preferences/XBMC/userdata/ and it seems to get loaded up.

Hey Man do you think you could paste your file contents just to see if I am doing something stupid.
Reply
#6
Hope this helps..

Apple-TV:~ root# cat //private/var/mobile/Library/Preferences/XBMC/userdata/advancedsettings.xml
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.0.25</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_video</name>
</videodatabase>

<musicdatabase>
<type>mysql</type>
<host>192.168.0.25</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_music</name>
</musicdatabase>
</advancedsettings>
Reply

Logout Mark Read Team Forum Stats Members Help
ATV2 | advancedsettings.xml0