While I was making xmltv2vdr.pl working I came across possible bug with command svdrpsend CLRE. It doesn't clear EPG completely from channels which has active timers. Is this bug or intended behavior?
This is problematic while using xmltv because if program's start and end time changes program with wrong start and end time is also displayed in EPG.
EPG before CLRE: before.txt
After CLRE: after.txt
Without active timer output is:
Code
telkka@telkka:~$ svdrpsend CLRE 11
220 telkka SVDRP VideoDiskRecorder 2.4.7; Mon Aug 2 23:03:32 2021; UTF-8
250 EPG data of channel "11" cleared
221 telkka closing connection
telkka@telkka:~$ svdrpsend LSTE 11
220 telkka SVDRP VideoDiskRecorder 2.4.7; Mon Aug 2 23:03:34 2021; UTF-8
215-C C-0-32-13208 TLC HD
215-c
215 End of EPG data
221 telkka closing connection
telkka@telkka:~$
Display More
VDR version
Code
telkka@telkka:~$ vdr -V
vdr (2.4.7/2.4.7) - The Video Disk Recorder
conflictcheckonly (0.0.1) - Direct access to epgsearch's conflict check menu
dbus2vdr (31) - control vdr via D-Bus
desktop (0.0.3) - desktop apps menu
devstatus (0.4.1) - Status of dvb devices
epgfixer (0.3.1) - Fix bugs in EPG
epgsearch (2.4.1) - search the EPG for repeats and more
epgsearchonly (0.0.1) - Direct access to epgsearch's search menu
live (3.0.10) - Live Interactive VDR Environment
markad (3.0.9) - Mark advertisements
menuorg (0.5.2) - Reorganizes the main menu
noepg (0.0.5) - block/allow EPG for selected channels
osd2web (0.2.55-GIT) - osd2web plugin
osdteletext (2.2.0) - Displays teletext on the OSD
pulsecontrol (0.2.1) - control settings of pulseaudio
quickepgsearch (0.0.1) - Quick search for broadcasts
skindesigner (1.2.17) - Skin Designer
softhddevice (1.2.2) - A software and GPU emulated UHD device
streamdev-server (0.6.1-git) - VDR Streaming Server
tvguideng (0.3.3) - TV Guide for Skindesigner Skins
tvscraper (0.2.0) - Scraping movie and series info
vnsiserver (1.8.0) - VDR-Network-Streaming-Interface (VNSI) Server
Display More