aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/fi-Inari_Janispaa
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2015-05-05 23:41:11 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2015-05-05 23:41:11 +0100
commit0057c3370e1bcdebfdfca89b89606b7f9360dd80 (patch)
tree97f92b42142fd98428d1af471f75e8ec8d4a30bf /dvb-t/fi-Inari_Janispaa
parent415991b456afdc1f7ad22fae58914ee1ce8b0d69 (diff)
downloaddtv-scan-tables-0057c3370e1bcdebfdfca89b89606b7f9360dd80.tar.gz
d/control: various fixes found by libconfig-model-dpkg-perl
Diffstat (limited to 'dvb-t/fi-Inari_Janispaa')
0 files changed, 0 insertions, 0 deletions
#bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
This is a little channel scan utility to generate szap/tzap/czap/azap
compatible channel lists. An atsc/dvbscan does not do a frequency scan, however,
so you must manually provide the data for tuning to one or more start
transponders. A number of initial-tuning-data files are provided for various
dvb-c, dvb-s, dvb-t and atsc networks around the world. If you make a new one
feel free to submit it to the linux-dvb mailing list
http://www.linuxtv.org/lists.php.

Basic usage: ./dvbscan dvb-s/Astra-19.2E | tee mychannels.conf
or           ./atscscan atsc/us-NTSC-center-frequencies-8VSB

If you want it to check a specific frequency, tune to that frequency
(e.g. using szap/tzap/czap/azap) and then use './dvbscan -c' or './atscscan -c'.

For more scan options see ./dvbscan -h or ./atscscan -h

atscscan is _just_ a copy of dvbscan to not confuse ATSC-user.

Good luck,
Holger + Johannes + Patrick (beat me for ATSC)