Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: scan tool for vdr 1.3.x



Below is the syntax I used combined with the 2003-11-08 dvb driver.  You'll
need to adapt it
to your situation.   You may choose to include or exclude radio, you may
have only one source,
etc.

Good luck,

Sean

# s is diseq value
# t is tv (1) or radio (2)
# o is output format (vdr)
# p is provider name (vdr)
# dvb-s is the directory containing 'seed' files
./scan -p -s 0 -t 1 -o vdr dvb-s/Hotbird-13.0E > hb_13_tv.conf
./scan -p -s 0 -t 2 -o vdr dvb-s/Hotbird-13.0E > hb_13_radio.conf
./scan -p -s 1 -t 1 -o vdr dvb-s/Astra-19.2E > as_19_tv.conf
./scan -p -s 1 -t 2 -o vdr dvb-s/Astra-19.2E > as_19_radio.conf
./scan -p -s 2 -t 1 -o vdr dvb-s/Astra-28.2E > as_28_tv.conf
./scan -p -s 2 -t 2 -o vdr dvb-s/Astra-28.2E > as_28_radio.conf

# combine and sort files

cat hb_13_tv.conf as_19_tv.conf as_28_tv.conf | sort -o all_tv.conf
cat hb_13_radio.conf as_19_radio.conf as_28_radio.conf | sort -o
all_radio.conf
cat all_tv.conf all_radio.conf | sort -o all.conf


-----Original Message-----
From: vdr-bounce@linuxtv.org [mailto:vdr-bounce@linuxtv.org]On Behalf Of
tinconn@virgilio.it
Sent: Thursday 17 June 2004 17:21
To: vdr@linuxtv.org
Subject: [vdr] scan tool for vdr 1.3.x


Hi
My question is: the scan tool include into dvb driver can create a
channels.conf
for vdr 1.3.x?

how?

Thanks for help!!!









Home | Main Index | Thread Index