Kodi Community Forum
ATV2 | advancedsettings.xml - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: ATV2 | advancedsettings.xml (/showthread.php?tid=94402)



ATV2 | advancedsettings.xml - systemx - 2011-02-16

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 -


- systemx - 2011-02-16

Figured id Mention, my log file isn't updating either.


- BigValen - 2011-02-17

I put mine in /private/var/mobile/Library/Preferences/XBMC/userdata/ and it seems to get loaded up.


- cormchar - 2011-02-17

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>


- systemx - 2011-02-17

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.


- BigValen - 2011-02-17

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>