Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: vdr-dvd-0.3.3-jau-p7 (backwards/rewind with picture)



Hi nice work,

i was wondering why i see (and wait for) the recordings menu each
time i exit playing a dvd by pressing Back, although i could not
find the vdr osXXXX name for the main menu (what that name?), i
could patch it to exit at least to a clear live tv picture using
osStopReplay.

Regards Onno

--- control-dvd.c       Mon Oct  6 08:45:51 2003
+++ control-dvd.c-patched       Wed Oct  8 01:58:14 2003
@@ -587,7 +587,8 @@
                  else
                      Show();
                      break;
-                 case kBack:    return osRecordings;
+//               case kBack:    return osRecordings;
+                 case kBack:    return osStopReplay;

                  case k9:  if(visible && !modeOnly) {
                                Hide();



--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index