Hi, attached is a small patch which I find very useful. It extends the (Re)PlayButton. If no last viewed recording was set (mostly after restart of vdr) and you press the Play Button all Recordings will be shown. Would be nice, if it find's a way into the main vdr. BR, Alex
--- vdr.c.orig 2012-09-24 14:43:04.000000000 +0200 +++ vdr.c 2012-10-03 10:11:26.775120496 +0200 @@ -1238,6 +1238,9 @@ cControl::Shutdown(); cControl::Launch(new cReplayControl); } + else { + DirectMainFunction(osRecordings); + } break; default: break; }
_______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr