Time seek not working
#1
I'm pretty sure it's a problem in my configuration cause can't find threads about this but I just can't figure it out. I've set timeseeking in the advancedsettings.xml but seems that i'm still getting skips in percentage. advancedsettings.xml should be in correct location since the other setting in there works fine. Any ideas? This is how my settings look like:

<advancedsettings>
<video>
<usetimeseeking>true</usetimeseeking>
<timeseekforward>5</timeseekforward>
<timeseekbackward>-5</timeseekbackward>
<timeseekforwardbig>20</timeseekforwardbig>
<timeseekbackwardbig>-20</timeseekbackwardbig>
</video>
<videolibrary>
<cleanonupdate>true</cleanonupdate>
</videolibrary>
</advancedsettings>
Reply
#2
When you say the correct location you don't mean the actual XBMC program folder do you?

Also, check the debug log to see if it's being loaded.
Reply
#3
xml is located in the userdata folder described in the wiki documentation (under Users folder in win7). debug says also that settings are loaded when starting xbmc:

23:26:17 T:656 M:749682688 NOTICE: Loaded advancedsettings.xml from special://profile/advancedsettings.xml
23:26:17 T:656 M:749678592 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<video>
<usetimeseeking>true</usetimeseeking>
<timeseekforward>5</timeseekforward>
<timeseekbackward>-5</timeseekbackward>
<timeseekforwardbig>20</timeseekforwardbig>
<timeseekbackwardbig>-20</timeseekbackwardbig>
</video>
<videolibrary>
<cleanonupdate>true</cleanonupdate>
</videolibrary>
</advancedsettings>




Here is the debug about the actual seek action. That playbackseekchapter is something that sticks in my eye? Is it jumping to next chapter? Where can this be disabled if that's the case?

23:27:57 T:656 M:622931968 DEBUG: SDLKeyboard: scancode: 72, sym: 273, unicode: 0, modifier: 0
23:27:57 T:656 M:622931968 DEBUG: CApplication::OnKey: 61478 pressed, action is BigStepForward
23:27:57 T:1360 M:622931968 DEBUG: CDVDPlayer::SetCaching - caching state 2
23:27:57 T:1360 M:622940160 DEBUG: CDVDDemuxFFmpeg::SeekTime - seek ended up on time 487696
23:27:58 T:1568 M:628248576 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
23:27:58 T:3632 M:628432896 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE
23:27:58 T:1360 M:628506624 DEBUG: CAnnouncementManager - Announcement: PlaybackSeekChapter from xbmc
23:27:58 T:1568 M:626069504 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(487696000.000000, 1)
Reply
#4
After further research it does indeed seem that when I press up arrow in my keyboard the videos that have chapters jump to next chapter instead of timeseekforwardbig. When video don't have chapters I get timeseekforwardbig as expected.

In my keyboard.xml (located in userfolder, not install dir) I have <up>Up</up> under the global, and <up>timeseekforwardbig</up> under the fullscreenvideo.

Starting to think this might be an actual bug?
Reply
#5
Don't think so.

I think that's the expected behaviour. Where chapters exist skip to chapter mark - fall back to skip where none exist. Whether that can be overridden is a question I don't have an answer for sorry.
Reply
#6
Hmm, IMHO it would be a bit funky behaviour if bigstepforward was replaced by skipnext when video happens to have chapters. Could anyone confirm if this really is the case? And if so, is there a way to disable it?
Reply

Logout Mark Read Team Forum Stats Members Help
Time seek not working0