Can't Rewind or FF any more

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Msan Offline
Senior Member
Posts: 272
Joined: Jun 2004
Reputation: 0
Post: #1
I've seem to lost the ability to rewind or ff since the last few builds (am on 12817 now) can't jump ahead or back either Sad
The OSD showing the current position comes up but it doesnt do anything else.

System1: Silverstone LC03B-V Case with VFD, ASUS M2NPV-VM, AMD Athlon 64 X2 4800+, NVidia GT220 (1GB), 2GB DDR2-800, Samsung TruDirect 20X SATA DVD Writer - System2: ASRock ION 330
find quote
Msan Offline
Senior Member
Posts: 272
Joined: Jun 2004
Reputation: 0
Post: #2
This is while playing divx etc video files..

System1: Silverstone LC03B-V Case with VFD, ASUS M2NPV-VM, AMD Athlon 64 X2 4800+, NVidia GT220 (1GB), 2GB DDR2-800, Samsung TruDirect 20X SATA DVD Writer - System2: ASRock ION 330
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,264
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #3
yeah the last merge reintroduced a old old bug of dvdplayer not reporting back the total time it will be fixed soon enough just wait
find quote
Msan Offline
Senior Member
Posts: 272
Joined: Jun 2004
Reputation: 0
Post: #4
no worries, just wanted to report the error Smile

System1: Silverstone LC03B-V Case with VFD, ASUS M2NPV-VM, AMD Athlon 64 X2 4800+, NVidia GT220 (1GB), 2GB DDR2-800, Samsung TruDirect 20X SATA DVD Writer - System2: ASRock ION 330
find quote
DrDDT Offline
Senior Member
Posts: 186
Joined: Apr 2006
Reputation: 0
Post: #5
Jezz_X Wrote:yeah the last merge reintroduced a old old bug of dvdplayer not reporting back the total time it will be fixed soon enough just wait

It's not an old bug, it's a new one introduced in
'added: [ 1877042 ] EDL/Cut Support for XBMC's DVDPlayer. (thx drddt) Disabled by default, enable from player settings. This support is currently untested and is slightly modified from original patch. Might need some more modifications.'
as part of the changes to my patch.



Please also patch this for XBMC-Xbox

Code:
Index: xbmc/cores/dvdplayer/DVDPlayer.cpp

===================================================================

--- xbmc/cores/dvdplayer/DVDPlayer.cpp    (revision 12818)

+++ xbmc/cores/dvdplayer/DVDPlayer.cpp    (working copy)

@@ -1711,7 +1711,7 @@

   if (m_Edl.HaveCutpoints())
     msec -= m_Edl.TotalCutTime();

-  return 0;
+  return msec;
}

// return length in seconds.. this should be changed to return in milleseconds throughout xbm
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,264
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #6
Well Ok it may not be the same old bug but long before pretty much anything was working (music and most video) it was the exact same issue of not returning total time for anything.

Anyway looks liek d4rk has fixed it now
find quote
DrDDT Offline
Senior Member
Posts: 186
Joined: Apr 2006
Reputation: 0
Post: #7
Jezz_X Wrote:Anyway looks liek d4rk has fixed it now

... and elupus fixed it for XBOX. Thanks!
find quote