pipelka / vdr-plugin-xvdr

DISCONTINUED - XVDR Plugin for VDR
GNU General Public License v2.0
43 stars 22 forks source link

Recordings - No Resume #46

Closed nokia001 closed 12 years ago

nokia001 commented 12 years ago

there is no resume funktion in recordings(Live-TV). Every record starts at posision null.

LiveTv -> Recordings < - > not working Videos -> Files -> Recordings <-> works great

What I am doing wrong?

I've done all new. My version is GIT:20120114-ff1c9bf (Compiled: (19.01.2012) xvdr on vdr Compiled: (25.01.2012

pipelka commented 12 years ago

This is an XBMC related issue and has nothing to do with XVDR. Please report this issue at the XBMC-PVR repository (but i think it has already been reported).

nokia001 commented 12 years ago

Yes I have done this, but no help https://github.com/opdenkamp/xbmc/issues/407#issuecomment-3599867

pipelka commented 12 years ago

I'm sorry about that :-( But i don't have the resources (time) to investigate into that. I'm sure this is NOT a backend related issue, because there isn't any function related to resuming recordings.

pipelka commented 12 years ago

I just rechecked with Lars' current "master". It works. There is no "Resume" in the menu but the recording starts at the point it was stopped.

nokia001 commented 12 years ago

Thx, but here it allways start at the beginning. Do you have an idea?

pipelka commented 12 years ago

Not really. You may try to delete the TV database or even wipe out your .xbmc directory (with backing it up before).

carsten12 commented 12 years ago

I can confirm to have the same issue. Recordings will always start at 00:00:00.

I already deleted the TV database. I will try to setup a new .xbmc the next days...and send a log.

Latest OpenELEC, latest addon, latest plugin.

pipelka commented 12 years ago

@carsten12 But not the latest XBMC, I guess.

I just rechecked:

I will update my OpenELEC and retry on the weekend.

carsten12 commented 12 years ago

Yeah, also, Stephan has already put a new xbmc-pvr into the pipe today.

The one I use currently should be cbe2cf3. Whatever this is.

BR,C.

Am 25.01.2012 um 23:01 schrieb "Alexander Pipelka" reply@reply.github.com:

@carsten12 But not the latest XBMC, I guess.

I just rechecked:

  • It works with Lars' latest master (on my development PC).
  • It does not work on my STB's with my OpenELEC fork (not the current master).

I will update my OpenELEC and retry on the weekend.


Reply to this email directly or view it on GitHub: https://github.com/pipelka/vdr-plugin-xvdr/issues/46#issuecomment-3660035

carsten12 commented 12 years ago

Tried out with latest OpenELEC build based on xbmc-pvr cbe2cf3 and updated addon and the issue is still there.

nokia001 commented 12 years ago

Still not working. I'm using a mysql database for video. Here could be the problem.

Stu-e-zz commented 12 years ago

Me to. I have just set up a fresh install of Pipelka's Openelec.tv ef5e952c3a and playback still starts at the beginning. My VDR is on a different PC. Could that be a reason for this problem?

nokia001 commented 12 years ago

Fresh install and fresh config, same problem. What's next?

Stu-e-zz commented 12 years ago

Please see https://github.com/opdenkamp/xbmc/issues/407#issuecomment-4012529 for an update on this problem.

Stu-e-zz commented 12 years ago

In function CGUIWindowPVRRecordings::GetResumeString, the path for the resume data is being read from here: itemPath(item.GetPVRRecordingInfoTag()->m_strStreamURL) I can get resume to work if the path is instead read from here: itemPath(item.GetPVRRecordingInfoTag()->m_strFileNameAndPath) I'm guessing here, but is this because the xvdr addon is storing the path in the wrong location in the video database?