[mythtvnz] Help with Sky EPG

Jean-Francois Pirus jfpn at clearfield.com
Tue Mar 23 01:51:50 GMT 2010


> The scripts all run fine but the file only has listings for prime,
> maori, movie greats and sky sport.
> The appropriate lines I have are....
>
> (dvbtune -f 1371000 -s 22500 -p h -m -tone 0 2&> /dev/null &) # Tune to a
> /usr/local/bin/epgsnoop --quiet --config-dir=/home/millst/.epgsnoop >
> $LISTINGS_SKY

This is what I use as an example

LNBFREQ=10750
SYMBOL_RATE=22500
POLARITY=h
TIMEOUT=60
#8192 is a magic number for the whole transponder
PID=8192
# card 0 is the DVB-S
CARD=0

tune()
{
   FREQUENCY=$1
   echo "Channel Frequency = $FREQUENCY"
   let "TUNEFREQ=($FREQUENCY-$LNBFREQ)*1000"
   #dvbstream in Hz
   dvbtune -c $CARD -f $TUNEFREQ -s $SYMBOL_RATE -p $POLARITY
   scandvb -a $CARD -c -o zap
}

for i in 12456 12483 12394 12421 12519 12546 12581 12608 12644 12671 12707
12734 ; do tune "$i" ; done


-- 
------------------------------------------------------------------------
Jean-Francois Pirus     <jfp at clearfield.com>           Technical Manager
Phone (+64-9)  358 2081                          Clearfield Software Ltd
Fax   (+64-9)  358 2083                    1st Floor 8-10 Whitaker Place
Mob   (+64-21) 640 779                P O Box 3901 Auckland, New Zealand
------------------------------------------------------------------------




More information about the mythtvnz mailing list