Hi,
how to make vdr save epg data ? I use xmltv2vdr to retrieve epg database, so is need about 5 minutes to put in to vdr. Should always run xmltv2vdr after restarting vdr ?
the epg.data is configured to be stored in /home/.config/vdr/ with right permission, but no file created :(
Here cmd line: /usr/bin/vdr -v /home/Video -c /home/.config/vdr -L /usr/lib/vdr -r /usr/lib/vdr/vdr-recordingaction -s -E /home/.config/vdr/epg.data ...
there may be a setup that I ignored ?
Thanks.
using: vdr version 2.2.0 (compiled from source without any patch) debian jessie i386 linux 3.19.0
Le vendredi 24 avril 2015 Klaus Schmidinger Klaus.Schmidinger@tvdr.de a écrit:
after 10 hours, no file (epg.data) created.
Thanks.
Le vendredi 24 avril 2015 Klaus Schmidinger Klaus.Schmidinger@tvdr.de a écrit:
i am using debian vdr script's from 1.7.x ...
here full cmd line's:
/bin/sh /usr/sbin/runvdr -v /home/Video -c /home/.config/vdr -L /usr/lib/vdr -r /usr/lib/vdr/vdr-recordingaction -s -E /home/.config/vdr/epg.data -u media -g /tmp --port 6419 --vfat -w 60 --lirc -P streamdev-server -P "xineliboutput --local=none --primary --remote=:37890" -P dvbsddevice -P epgtableid0 -P femon -P iptv -P dvbhddevice -P wirbelscan -P xvdr -P dvbapi -P streamdev-client -P vnsiserver
/usr/bin/vdr -v /home/Video -c /home/.config/vdr -L /usr/lib/vdr -r /usr/lib/vdr/vdr-recordingaction -s -E /home/.config/vdr/epg.data -u media -g /tmp --port 6419 --vfat -w 60 --lirc -P streamdev-server -P xineliboutput --local=none --primary --remote=:37890 -P dvbsddevice -P epgtableid0 -P femon -P iptv -P dvbhddevice -P wirbelscan -P xvdr -P dvbapi -P streamdev-client -P vnsiserver
Thanks.
Le vendredi 24 avril 2015 Klaus Schmidinger Klaus.Schmidinger@tvdr.de a écrit:
hmm! is bug on debian script. Sorry for my stupid mistake.
fix patch attched (for debian users)
with this fix, "-s" used only if shutdown is enabled in /etc/default/vdr (ENABLE_SHUTDOWN=1)
Thanks.