On 24.04.2015 18:39, Zouhair wrote:
Le vendredi 24 avril 2015 Klaus Schmidinger Klaus.Schmidinger@tvdr.de a écrit:
On 24.04.2015 16:12, Zouhair wrote:
Le vendredi 24 avril 2015 Klaus Schmidinger Klaus.Schmidinger@tvdr.de a écrit:
On 24.04.2015 13:43, Zouhair wrote:
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
VDR saves the epg.data only every 10 minutes. Maybe you're not waiting long enough?
Klaus
after 10 hours, no file (epg.data) created.
I just saw that there is an option '-s' without an argument in your command line. Try leaving that one out, or provide an actual script file name.
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
The '-s' at teh end of the above line is wrong. You need to either strip it, or put a script file name after it.
-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
Same as above.
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
Klaus