aboutsummaryrefslogtreecommitdiffstats
pre { line-height: 125%; margin: 0; } td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } .highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #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 */
/* $Id: plugin_cfg.c,v 1.8 2004/03/11 06:39:59 reinelt Exp $
 *
 * plugin for config file access
 *
 * Copyright 2003, 2004 Michael Reinelt <reinelt@eunet.at>
 * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
 *
 * This file is part of LCD4Linux.
 *
 * LCD4Linux is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2, or (at your option)
 * any later version.
 *
 * LCD4Linux is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 *
 * $Log: plugin_cfg.c,v $
 * Revision 1.8  2004/03/11 06:39:59  reinelt
 * big patch from Martin:
 * - reuse filehandles
 * - memory leaks fixed
 * - earlier busy-flag checking with HD44780
 * - reuse memory for strings in RESULT and hash
 * - netdev_fast to wavid time-consuming regex
 *
 * Revision 1.7  2004/03/06 20:31:16  reinelt
 * Complete rewrite of the evaluator to get rid of the code
 * from mark Morley (because of license issues).
 * The new Evaluator does a pre-compile of expressions, and
 * stores them in trees. Therefore it should be reasonable faster...
 *
 * Revision 1.6  2004/03/03 03:47:04  reinelt
 * big patch from Martin Hejl:
 * - use qprintf() where appropriate
 * - save CPU cycles on gettimeofday()
 * - add quit() functions to free allocated memory
 * - fixed lots of memory leaks
 *
 * Revision 1.5  2004/02/01 19:37:40  reinelt
 * got rid of every strtok() incarnation.
 *
 * Revision 1.4  2004/01/30 20:57:56  reinelt
 * HD44780 patch from Martin Hejl
 * dmalloc integrated
 *
 * Revision 1.3  2004/01/29 04:40:02  reinelt
 * every .c file includes "config.h" now
 *
 * Revision 1.2  2004/01/14 11:33:00  reinelt
 * new plugin 'uname' which does what it's called
 * text widget nearly finished
 * first results displayed on MatrixOrbital
 *
 * Revision 1.1  2004/01/13 10:03:01  reinelt
 * new util 'hash' for associative arrays
 * new plugin 'cpuinfo'
 *
 */

/* 
 * exported functions:
 *
 * int plugin_init_cfg (void)
 *  adds cfg() function for config access
 *  initializes variables from the config file
 *
 */


#include &q
AgeCommit message (Collapse)AuthorFilesLines
2016-02-17Add 110W and 119W satellite positionsJaroslav Kysela2-0/+841
Reference: https://tvheadend.org/issues/3533 From: cilin dro Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2016-02-17dk-YouSeePoul Kalff1-0/+223
I've compiled a list of channel/transponders as used by the big Danish cable provider Yousee, for use with tvheadend, a tv server and recorder. I asked the people behind the program to put the list in the program, but they told me that they use your repository, and that I therefore should ask you. Is there any way to add this file to your list, dtv-scan-tables.git, at linuxtv.org?
2016-01-17Update pl-SzczecinFantom1-6/+6
2016-01-17Create pl-SzczecinFantom1-0/+46
DVBT for Szczecin/Poland
2016-01-07dvb-c/fi-HTV: Update from http://dvb.welho.fi/hel5-sidump1.xmlVille Skyttä1-96/+40
2015-12-04dtv-scan-tables: update dvb-s/Astra-28.2ENick Morrott1-301/+320
Update dvb-s/Astra28.2E to reflect changes to satellite availability. Over the past few years there have been significant changes to the Astra 28.2E cluster. Astra 2A/B/D have been replaced by Astra 2E/F/G. Eurobird 1 was removed from the cluster a few months ago and repositioned at 33E. Signed-off-by: Nick Morrott <knowledgejunkie@gmail.com> Since this patch did not apply at all, I also redid some of it and updated it. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2015-12-04dtv-scan-tables: Add all muxes currently in use for Colombia.Dan Walters1-0/+34
Works for me in conjuction with the latest dvbv5-scan. -Dan
2015-12-04Add initial scan file ch-quickline-ewaarbergBeat Bolli1-0/+8
Signed-off-by: Beat Bolli <dev@drbeat.li>
2015-11-22Update Comhem muxes in SwedenBenjamin Larsson1-29/+91
Signed-off-by: Benjamin Larsson <benjamin@southpole.se>
2015-11-22Update Teracom transmitters in SwedenBenjamin Larsson116-2451/+1802
Signed-off-by: Benjamin Larsson <benjamin@southpole.se>
2015-11-22Add Teracom transmitters in Sweden.Benjamin Larsson374-0/+3530494-496/+0
Probably should have happened as part of 06e54ff. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-10-25Add Dusseldorf DVB-T channelsMauro Carvalho Chehab1-0/+144
Add Dusseldorf DVB-T channels While travelling for LinuxCon EU, I was able to do scans at the Airport and at the hotel. Those are the channels I was able to find while there. I scanned for DVB-T2 channels too, but was unable to find any. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-10-09Merge recife:/devel/v4l/dtv-scan-tablesMauro Carvalho Chehab416-439/+17120
* recife:/devel/v4l/dtv-scan-tables: Add new Brazilian channel files Update Brazil ISDB-T channel files
2014-10-09Add new Brazilian channel filesMauro Carvalho Chehab136-0/+7078
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-10-09Update Brazil ISDB-T channel filesMauro Carvalho Chehab280-468/+10042
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-10-09br-sp-SaoPaulo: Remove an invalid channelMauro Carvalho Chehab1-29/+0
Channel 12 is currently not valid for ISDB-T in Brazil. Also, due to an error FREQUENCY ended by not being filled here. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-10-09Add targets to install the files at the systemMauro Carvalho Chehab2-0/+61
In order to be easier to package the scan tables, add some targets to install the files, and add the instructions about how to use it at the README file. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-09-05Add a README file to explain how to generate the dvbv3 filesMauro Carvalho Chehab1-0/+38
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-05Remove duplicated dvb-t/br-Brazil and fix ar-ArgentinaMauro Carvalho Chehab3-1334/+1447
Both Argentina and Brazil uses ISDB-T, instead of DVB-T. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-05Fix the Makefile to do the right thing after the conversionMauro Carvalho Chehab1-5/+8
Now that the tables got converted, rewrite it to generate DVBv3 from the DVBv5 channels, and to generate DVBv5 again from DVBv3, for testing purposes. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-05Move the contents of dvbv5_dvb-t into dvb-tMauro Carvalho Chehab1172-8674/+832
Now that we have everything with DVBv5 format, we can get rid of duplicated tables. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-05Convert existing tables to DVBv5 formatMauro Carvalho Chehab891-7439/+72141
All comments were preserved on this conversion, thanks to a temporary patch for libdvbv5. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-04Makefile: Add support to convert from DVBv5 to DVBv3Mauro Carvalho Chehab1-2/+13
That does the conversion from a previously generated DVBv5 directory back to DVBv3. This is useful to check if dvb-fe-convert is doing the right thing. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-04Add Makefile to convert DVBv3 files to DVBv5Jonathan McCrohan1-0/+25
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-09-04Fix the DVB-S channel on dvb-s/Astra-31.5EMauro Carvalho Chehab1-1/+1
DVB-S doesn't have rolloff or modulation Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-04fix dvb-t/ug-All DVB-T2 formatMauro Carvalho Chehab1-8/+3
On all other DVB-T2 files, the PLP ID is at the end of the file. Move it to the end, to be equal to the other files. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-04Fix FEC on dvb-t/sk-BratislavaMauro Carvalho Chehab1-1/+1
FEC=2/1 doesn't exist. It should be, instead 1/2. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-04The ca-AB-Calgary file has an invalid line. Fix it.Mauro Carvalho Chehab1-2/+1
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-04Remove zeros on the left for channel frequenciesMauro Carvalho Chehab34-794/+794
Those zeros are there just to align the entries. However, we'll convert them to DVBv5, and the conversion tools won't keep the same alignment. This is not needed for the conversion itself, but we want to do the conversion on both directions and see if the file will remain the same. Stripping those useless zeros makes easier for us to double check if something got badly converted. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-02Add Brazil's remaining states tablesMauro Carvalho Chehab117-0/+12386
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-02Add Brazil's Goias state tablesMauro Carvalho Chehab22-0/+2560
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-02Add Brazil's Rio de Janeiro state tablesMauro Carvalho Chehab29-0/+3828
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-02Add Brazil's Paraiba state tablesMauro Carvalho Chehab45-0/+2600
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>