Mailing List archive

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

[vdr] Re: Converting technotrend .ini files to channels.confformat



Stephan Martin wrote:
As Skript with getting the right source
from the [SATTYPE] Section.

( I hope the attachment don't make problems )

Save (for me it's /tmp/sat.pl),
chmod +x
and call

/tmp/sat.pl </tmp/0785.ini
I made a small addition:
The transponders start at 5000 and I use a counter, so I can merge more than one *.ini files into one transponder file.

So you can start with a

cat *.ini > alltransponders.ini

to create a new .ini file with more than 1 satalites.
Than do a

/tmp/sat.pl </tmp/alltransponders.ini > channels.conf

and you have a channels.conf, starting with channelnumber 5000 and all unique TIDs

Frank

Attachment: TTini2VDR.pl
Description: Perl program


Home | Main Index | Thread Index