Can't Rewind or FF any more
#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.
1: Nvidia Shield TV (2017) 16GB - 2: Beelink MinixMXIII II - 3: Beelink MinixMXIII II - 4: Beelink MinixMXIII II
NAS: unRAID 6.3 Pro • Case (NZXT H440) • MB (MBD-X7SBE with SIM1U+) • CPU (Xeon X3360) • RAM (4x2GB DDR2) • SATA (6 On MB, 8 AOC-SAT2-MV8) • PSU (EVGA SUPERNOVA 650 G2) • HDD (2 x Toshiba 3TB parity, 6 x WD Red 3TB xfs, 1 x 512GB SSD cache)  • UPS (APC BR1000G)
Reply
#2
This is while playing divx etc video files..
1: Nvidia Shield TV (2017) 16GB - 2: Beelink MinixMXIII II - 3: Beelink MinixMXIII II - 4: Beelink MinixMXIII II
NAS: unRAID 6.3 Pro • Case (NZXT H440) • MB (MBD-X7SBE with SIM1U+) • CPU (Xeon X3360) • RAM (4x2GB DDR2) • SATA (6 On MB, 8 AOC-SAT2-MV8) • PSU (EVGA SUPERNOVA 650 G2) • HDD (2 x Toshiba 3TB parity, 6 x WD Red 3TB xfs, 1 x 512GB SSD cache)  • UPS (APC BR1000G)
Reply
#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
Reply
#4
no worries, just wanted to report the error Smile
1: Nvidia Shield TV (2017) 16GB - 2: Beelink MinixMXIII II - 3: Beelink MinixMXIII II - 4: Beelink MinixMXIII II
NAS: unRAID 6.3 Pro • Case (NZXT H440) • MB (MBD-X7SBE with SIM1U+) • CPU (Xeon X3360) • RAM (4x2GB DDR2) • SATA (6 On MB, 8 AOC-SAT2-MV8) • PSU (EVGA SUPERNOVA 650 G2) • HDD (2 x Toshiba 3TB parity, 6 x WD Red 3TB xfs, 1 x 512GB SSD cache)  • UPS (APC BR1000G)
Reply
#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
Reply
#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
Reply
#7
Jezz_X Wrote:Anyway looks liek d4rk has fixed it now

... and elupus fixed it for XBOX. Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Can't Rewind or FF any more0