<div dir="ltr">Since the use of a config file is almost always needed, it would be nice to also add tuning parameters in cfg config file. I have been using the following config with a bash script, but it would be nice to have that supported inside dvblast code.<div><br></div><div>example:</div><div><div>#TRANSPONDER S1 12597000 V 27500000 3/4 AUTO QPSK AA</div><div># Euronews</div><div>239.41.16.1:5501@<a href="http://127.0.0.1/udp">127.0.0.1/udp</a> 1 8211</div><div># BBC World News</div><div>238.41.16.2:5501@<a href="http://127.0.0.1/udp">127.0.0.1/udp</a> 1 8204</div></div><div><br></div><div>First line starts with #TRANSPONDER, then transponder settings like the ones used on the utility scan-s2 are used. Last argument is diseqc option (AA, AB, BA, BB).</div><div><br></div><div>bash script that I use:</div><div><a href="http://pastebin.com/Mt5Z2DjE">http://pastebin.com/Mt5Z2DjE</a><br></div><div><br></div><div>What do you think? Wouldn't it be better to have this is dvblast code and not in bash script?</div><div>If people think this is usefull, I could try to provide a diff file.</div><div><br></div><div><br></div></div>