Mailing List archive

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

[vdr] old channels.conf to new format conversion



I've done a little script that does some conversions as some members on 
the list told me

the script looks like this:

>#!/bin/sh
>#
>sed=/bin/sed
>
>out=$1.new
>
>$sed -e 's/v:0/V:S19.2E/' $1 >1
>$sed -e 's/h:0/H:S19.2E/' 1 >2
>$sed -e '/^[^:].*$/s//\0:0:0:0/g' 2 >$out
>rm 1 2
>
I want to process a conf file obtained from www.dxandy.de the result is 
the attached file but does not function in vdr1.1.20 all programs have o 
Id number ant the list is finishing on Formel1 program . If I discard  
the file from that program all looks ok. What is the problem ?

Paul


-- Binary/unsupported file stripped by Listar --
-- Type: application/x-gzip
-- File: astra.conf.new.gz



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index