[vdr] xmltv2vdr question
Leo Márquez
leo at calidae.net
Fri Jan 27 10:04:13 CET 2006
Hi,
I'm trying to get the epg info with xmltv and xmltv2vdr.pl from 2
different grab scripts.
The problem I have is that the second script I use overwrite the first
script info and left the epg info blank for these channels.
How can I use two different grabs for a single channels.conf?
What I'm doing wrong?
The first script I use is:
> /usr/bin/tv_grab_es --days 4 --config-file
> /root/.xmltv/tv_grab_es.conf --output
> /video/plugins/xmltv2vdr/channels.xml.tmp
> /usr/bin/tv_sort --output /video/plugins/xmltv2vdr/channels.xml
> /video/plugins/xmltv2vdr/channels.xml.tmp
> /video/plugins/xmltv2vdr/xmltv2vdr.pl -x
> /video/plugins/xmltv2vdr/channels.xml -c
> /video/plugins/xmltv2vdr/channels.conf
The second:
> /root/tv_grab_es_digital --days 4 --config-file
> /root/.xmltv/tv_grab_es_digital.conf --output
> /video/plugins/xmltv2vdr/channels.xml.tmp
> /usr/bin/tv_sort --output /video/plugins/xmltv2vdr/channels.xml
> /video/plugins/xmltv2vdr/channels.xml.tmp
> /video/plugins/xmltv2vdr/xmltv2vdr.pl -x
> /video/plugins/xmltv2vdr/channels.xml -c
> /video/plugins/xmltv2vdr/channels.conf
In the xmltv channels.conf I have identified correctly each channel with
the extra field. I supose the relation between xmltv channels.conf and
vdr channels.conf is based on the line number. It's correct?
Thanks,
Leo
More information about the vdr
mailing list