> On 16.07.22 14:07, Richard F wrote:
> >/I've just updated to VDR V2.61 after a long time on V2.2, using the
> same config and the epgtableid0 (2.4.0) plug-in. />//>/The issue I'm seeing is that when VDR is restarted, it doesn't seem
> to be reading/respecting the epg.data file. />/... /
> Is this the only EPG handler you have installed, or are there others?
> If so, make sure this one is installed FIRST.
>
> Klaus
Actually after more testing it seems the table 0 EPG entries are always being overwritten after EPG scans, not just at startup.
The only EPG handler I have is XMLTV using SVDRP: once a day a script clears the existing EPG then inserts new entries in table 0
The correct table 0 entries can be seen in VDR for a while, then get overwritten after automatic scans.
I do need both types, as some channels / programmes don't have current data in XMLTV, only DVB.
My command line is:
/usr/bin/vdr -c /etc/vdr -E /mnt/lvm0/TV/epg.data -l 2 --no-kbd -P streamdev-server -P epgsearch -v 1 -l /var/log/epgsearch.log -m /usr/local/bin/sendEmail.pl -P epgtableid0 -P vnsiserver -P vdrmanager -P dummydevice -r /usr/local/bin/vdr-auto -u vdr --vfat -v /mnt/lvm0/TV
(same as V2.20)
Thx/Richard