Skip back after video un-pause

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Memphiz Offline
Team-XBMC Developer
Posts: 7,915
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #21
Updated to be eden compatible - but it now needs to be restarted after each settings change for getting the change to be effective.

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
bossanova808 Offline
Member+
Posts: 1,542
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #22
@memphiz - you should put this in the XBMC main repo - it's very useful....
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,915
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #23
But it also jumps back after buffering and on other situations where you might not want it to. Its feels more like a hack imo.

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
bossanova808 Offline
Member+
Posts: 1,542
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #24
ok well fix that then put it in there Smile

Nah I get your point. I just don't really get much buffering...so hadn't noticed.
(This post was last modified: 2012-08-23 13:17 by bossanova808.)
find quote
puntloos Offline
Senior Member
Posts: 123
Joined: Jul 2007
Reputation: 2
Post: #25
Thanks for making this. One problem I have with XBMC in general is that the same problem happens for audio files for me. Whenever I skip to another track basically the first second of audio is lost. Is there some way to put this hack in place for 'next track' somehow? I realize that starting at 0:00, then jumping back 2 seconds to.. err.. -0.02? is silly, but perhaps a timer can be built? Wait 1, skip back 1?

Also, am I reading your script right: is the default action 'do nothing'?

Code:
g_jumpBackSecs = 0

One more structural solution to all this is for XBMC to keep the HDMI channel open somehow. Does anyone
find quote
puntloos Offline
Senior Member
Posts: 123
Joined: Jul 2007
Reputation: 2
Post: #26
... know how to do this? (ha, I didn't notice I didnt finish my last sentence, now checking dangling threads)

System: OpenElec XBMC Frodo Beta AudioEngine-ION2 running on Zotac ZBox ID80 - Atom D2700 + Geforce 520M.
Video: Panasonic AE3000 Projector / Samsung 46" LCD
Audio: Quad 989 on Bel Canto Evo4 through Bel Canto DAC3 w/ Onkyo TX-SR705 Decoding Audio driving Mission 703 Rears
(This post was last modified: 2012-10-10 17:37 by puntloos.)
find quote
Lucleonhart Offline
Senior Member
Posts: 168
Joined: Jan 2009
Reputation: 1
Post: #27
Hey.
Thanks for the script, just what i was waiting for.
I added a second setting where you can set how long the video must been paused to enable the jumpback.
So when you just pause it for some seconds it will resume normally. Buffering for some seconds will be ignored, too.
But when you pause for a longer time it will jump back on resume.

You can set up the amount of seconds to jump back and to wait.

Download: https://dl.dropbox.com/u/6451985/xbmc/sc...mpback.zip
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,915
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #28
please do a pull request to my repo if you want:

https://github.com/Memphiz/script.xbmc.u...its/master

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote
Lucleonhart Offline
Senior Member
Posts: 168
Joined: Jan 2009
Reputation: 1
Post: #29
(2013-01-11 17:28)Memphiz Wrote:  please do a pull request to my repo if you want:
Done! Smile

I have one more question! When i change the settings in the menu (see here: https://dl.dropbox.com/u/6451985/xbmc/unpause.png ) i am completely unable to leave the window except pressing ESC and resetting all settings or using a mouse.
What is the correct way to handle this? UP and DOWN selects the next/previous setting, LEFT and RIGHT changes the slider value. When i press OK the Sliders gets inactive... but i cannot navigate then at all. ^_-

Thanks again! Smile
(This post was last modified: 2013-01-14 16:57 by Lucleonhart.)
find quote
Memphiz Offline
Team-XBMC Developer
Posts: 7,915
Joined: Feb 2011
Reputation: 91
Location: germany
Post: #30
thx for the PR - will review and merge it and maybe do a pull into the mainrepo - not sure yet.

About the navigation problem - please verify that this also happens on confluence. If you can reach OK fine in confluence (i suspect you can Wink ) - then its a skin issue - or the skin isn't updated for frodo yet.

AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for XBMC: Wiki NFS
HowTo configure avahi (zeroconf): Wiki Avahi
READ THE IOS FAQ!: iOS FAQ
find quote