Page 1 of 1

Minimal SR limiting command line tool

Posted: Mon Apr 30, 2012 1:47 pm
by docmarius
Hello,

Since i have a problem with the minimal SR my card can handle, i've written a command tool to fix the satellite ini file for a minimal SR.

Usage: SatListFix <inputfile> <outputfile> <minimum_sr>
e.g. SatListFix 3592.ini new.ini 6000

The program will eliminate all transponders below the specified SR and write out a new ini file with proper numbering according to the remaining transponders.
If the input and output file is the the same, the input file will be correctly overwritten.
This allows e.g. the batch processing of all ini files:

Code: Select all

for %%i in (*.ini) do SatListFix %%i %%i 6000
Have fun.
DocMarius

Re: Minimal SR limiting command line tool

Posted: Mon Apr 30, 2012 3:17 pm
by Prog
Thanks. I have this limit for ProgDVB in my plan list.

Re: Minimal SR limiting command line tool

Posted: Tue Oct 09, 2012 9:38 am
by altonherry
Nice post. I like it. Thanks for sharing these information. Keep it up. :lol: :P