Kodi Community Forum

Full Version: Advancedsettings.xml Not Working Please Help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, i'm trying to fix this almost for 1 weeks. i tried everything, seriously i did my best but still i have this problem. Only i want is 5 sec. forward/backward instead of 30 sec. forward/backward. i mean, when i press left arrow, it's should go 5 sec backward, not 30.

can someone please help me? teamviewer help would be seriously awesome. please guys do it, this is my first post and i'll check this thread everyday. please fix this problem. Sad
thanks, and sorry for bad english.
See this:
http://wiki.xbmc.org/?title=advancedsettings.xml

and specifically this section:

http://wiki.xbmc.org/?title=advancedsett...3Cvideo.3E

You can set the skips to be whatever you like.
I think this is what you are looking for:

Code:
<advancedsettings>
<video>
  <timeseekforward>5</timeseekforward>  
  <timeseekbackward>-5</timeseekbackward>
</video>
</advancedsettings>

make sure your advancedsettings.xml is in your userdata (wiki) folder.
(2013-10-09, 20:33)CrystalCastles Wrote: [ -> ]Hey guys, i'm trying to fix this almost for 1 weeks. i tried everything, seriously i did my best but still i have this problem. Only i want is 5 sec. forward/backward instead of 30 sec. forward/backward. i mean, when i press left arrow, it's should go 5 sec backward, not 30.

can someone please help me? teamviewer help would be seriously awesome. please guys do it, this is my first post and i'll check this thread everyday. please fix this problem. Sad
thanks, and sorry for bad english.

(2013-10-09, 20:45)kricker Wrote: [ -> ]See this:
http://wiki.xbmc.org/?title=advancedsettings.xml

and specifically this section:

http://wiki.xbmc.org/?title=advancedsett...3Cvideo.3E

You can set the skips to be whatever you like.
thanks for answers guys, but already i searched so many code for this. i tried them but still it didn't work.
maybe my advancedsettings.xml file isn't loaded correctly. it's in XBMC > Userdata section. and there is no any setting/word in that file.
so what should i do now? i can just copy that code in advancedsettings.xml but i know it's not going to work. what is the problem? seriosuly i'm curious about that

edit: and yeah, now i tried that code and still same, nothing happens. it's sooo annoying
how about you actually put something in that file
(2013-10-09, 20:55)Martijn Wrote: [ -> ]how about you actually put something in that file

read the above post. i almost try every code, but nothing changed.
Quote: and there is no any setting/word in that file.

that tells me there was nothing in it.

post a full Debug Log when starting xbmc with the settings file in place and give us the link.
without that further help is useless as we know nothing what is going on.
(2013-10-09, 21:07)Martijn Wrote: [ -> ]
Quote: and there is no any setting/word in that file.

that tells me there was nothing in it.

post a full debug log when starting xbmc with the settings file in place and give us the link.
without that further help is useless as we know nothing what is going on.

yeah, for now there is no setting because i try every code and anoy of them not work. so i just delete all of them.
-
so nobody know the solution? Confused can someone please help me with teamviewer? so you can see all of the files, and you can see what is worng with this program. this is so important for me, please guys

edit: here is:

http://xbmclogs.com/show.php?id=67750
nobody knows because you don't give any useful information besides "it doesn't work"
read the "Debug Log" link
(2013-10-09, 21:25)Martijn Wrote: [ -> ]nobody knows because you don't give any useful information besides "it doesn't work"
read the "debug log" link

okay i see it now, here is:

http://xbmclogs.com/show.php?id=67750

please help Confused
well here you go
Quote:NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
start by putting the file in the correct userdata (wiki) folder. see link: userdata (wiki)
(2013-10-09, 21:29)Martijn Wrote: [ -> ]well here you go
Quote:NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
start by putting the file in the correct userdata (wiki) folder. see link: userdata (wiki)

wow, wasn't know that. so, is this the correct location?
http://imgim.com/6064incit3751224.png
"kullanicilar" meaning "users" in english btw

edit: OMG it's worked! thanks man, you guys are best!! soo thank you!!!
Details...it is all in the details. Glad you got it working.