mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
The epg.data file is now written when VDR exits
This commit is contained in:
parent
5e623525e9
commit
8363901665
@ -1698,3 +1698,6 @@ Jaroslaw Swierczynski <swiergot@gmail.com>
|
|||||||
Alexander Hans <cleditor@arcor.de>
|
Alexander Hans <cleditor@arcor.de>
|
||||||
fpr reporting a crash when pressing '0' in the "Schedule" menu on a channel that
|
fpr reporting a crash when pressing '0' in the "Schedule" menu on a channel that
|
||||||
doesn't have any EPG data
|
doesn't have any EPG data
|
||||||
|
|
||||||
|
Daniel Karsubka <dkar@gmx.de>
|
||||||
|
for suggesting to write the epg.data file when VDR exits
|
||||||
|
1
HISTORY
1
HISTORY
@ -4253,3 +4253,4 @@ Video Disk Recorder Revision History
|
|||||||
handling of k_Repeat keypresses in channel switching reported by Udo Richter).
|
handling of k_Repeat keypresses in channel switching reported by Udo Richter).
|
||||||
- Removed the "buffer reserve" in Transfer Mode - it's no longer necessary with
|
- Removed the "buffer reserve" in Transfer Mode - it's no longer necessary with
|
||||||
recent driver/firmware versions.
|
recent driver/firmware versions.
|
||||||
|
- The epg.data file is now written when VDR exits (suggested by Daniel Karsubka).
|
||||||
|
3
vdr.c
3
vdr.c
@ -22,7 +22,7 @@
|
|||||||
*
|
*
|
||||||
* The project's page is at http://www.cadsoft.de/vdr
|
* The project's page is at http://www.cadsoft.de/vdr
|
||||||
*
|
*
|
||||||
* $Id: vdr.c 1.244 2006/01/22 16:10:13 kls Exp $
|
* $Id: vdr.c 1.245 2006/01/28 14:38:30 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
@ -1122,6 +1122,7 @@ Exit:
|
|||||||
}
|
}
|
||||||
cDevice::Shutdown();
|
cDevice::Shutdown();
|
||||||
PluginManager.Shutdown();
|
PluginManager.Shutdown();
|
||||||
|
cSchedules::Cleanup(true);
|
||||||
ReportEpgBugFixStats();
|
ReportEpgBugFixStats();
|
||||||
if (WatchdogTimeout > 0)
|
if (WatchdogTimeout > 0)
|
||||||
dsyslog("max. latency time %d seconds", MaxLatencyTime);
|
dsyslog("max. latency time %d seconds", MaxLatencyTime);
|
||||||
|
Loading…
Reference in New Issue
Block a user