[vdr] [PATCH] vdr-1.7.31 & small improvement for last viewed recording
Udo Richter
udo_richter at gmx.de
Wed Oct 3 13:29:28 CEST 2012
Am 03.10.2012 12:28, schrieb Klaus Schmidinger:
> Not really. If the last viewed recording has been deleted, this new
> functionality could still kick in
The patch above just checks the string presence. It should also check
whether the string is an existing recording then.
> Sounds way too complex for my taste.
Not necessarily. One way: When hitting play, check whether LastReplay
exists, is a recording, and check whether the replay index is far from
the file end. If not, show recordings menu.
Another way: When writing index->StoreResume() in dvbplayer, check for
file end and set a flag remembering that. Maybe together with
LastReplayed file. Then, when hitting play, check for that flag and show
recordings menu instead.
Cheers,
Udo
More information about the vdr
mailing list