Hi there, i am using the dvd-plugin (cvs-version) in combination with LCDProc-plugin and VDR 1.3.24. I noticed, that the replay of a dvd only works in rare cases. In most cases the hole vdr crashes. With some debugging I found out, that the LCDProc-plugin calls the cDvdPlayer::GetIndex method every second, to get the current position in the replay. But the first call of this always returns garbage values. See the following log: // May 15 19:46:43 vdr vdr[10096]: dvd-plugin thread started (pid=10096, tid=425993) ... May 15 19:46:44 vdr vdr[10065]: DEBUG: Current -990219231 - Total -990219231 May 15 19:46:44 vdr vdr[10065]: DEBUG: -11002:-26:-9 May 15 19:46:45 vdr vdr[10065]: DEBUG: Current 25 - Total 75 May 15 19:46:45 vdr vdr[10065]: DEBUG: 0:00:03 May 15 19:46:46 vdr vdr[10065]: DEBUG: Current 50 - Total 75 May 15 19:46:46 vdr vdr[10065]: DEBUG: 0:00:03 May 15 19:46:47 vdr vdr[10065]: DEBUG: Current 75 - Total 75 May 15 19:46:47 vdr vdr[10065]: DEBUG: 0:00:03 May 15 19:46:48 vdr vdr[10096]: dvd-plugin thread ended (pid=10096, tid=425993) // These values differ from call to call. Nevertheless "current" and "total" are always identical. The LCDProc Plugin seems to have problems with these values and crashes in the most cases. Unfortunatly my knowledge is not sufficient enought for further debugging. So I am not able to finde the source of these garbage values. Does someone else noticed this problem? Does anybody have a clue how to fix it? Regards, Joachim.