aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-08-07Updated DVB-T scan file - au-Goulburn-Rocky_HillAlex Ferrara1-46/+637
Hi Oliver, Attached is an updated scan file for au-Goulburn-Rocky_Hill in dvbv5 format, as created by dvbv5-scan. Could you please ensure that this is committed into the DVB source tree. Many thanks from sunny Goulburn.
2016-05-28Fix some channels that fail to parseMauro Carvalho Chehab2-5/+1
One channel has no frequency. Remove the channel. One channel is lacking a '[' before CHANNEL. Add it. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016-05-28dvb-t/pl-Szczecin: Fix tableMauro Carvalho Chehab1-30/+30
Instead of tabs, it was using a "<------>". That break parsers. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016-05-28ca-AB-Calgary: move the newer version to atscMauro Carvalho Chehab1-48/+0
This file is an ATSC standard file, and not DVB-T. Replace the legacy file with the newer one. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016-01-17Update pl-SzczecinFantom1-6/+6
2016-01-17Create pl-SzczecinFantom1-0/+46
DVBT for Szczecin/Poland
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-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/+3530
Signed-off-by: Benjamin Larsson <benjamin@southpole.se>
2015-03-28Fix russian and ukranian DVB-T2 muxes.CrazyCat7-97/+0
2015-03-28Update Athens (Greece) configurationDiomidis Spinellis1-7/+65
Created from the frequencies listed in http://www.satspot.gr/television/channels/160-tv-sixnotites-attiki and the actual service names for comments.
2015-03-28dtv-scan-tables: update dvb-t/au-SunshineCoastBrian Burch1-10/+10
Update dvb-t/au-SunshineCoast as per Brian Burch's bug report on Ubuntu Launchpad: https://bugs.launchpad.net/ubuntu/+source/dtv-scan-tables/+bug/1415262 Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2015-01-18COM 7 and Local TV Updatessilid16-17/+236
This update adds the COM7 HD mux to some regions and Oxford and Sheffield Local muxes. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2015-01-11dvb-t scan tablesAdam Laurie1-6/+6
Hi Oliver, That's great - here is the frequency patch, tested with current (repo) version of tvheadend - all channels receiving OK including HD. Unfortunately, it didn't fix my original problem of picons not being picked up, but I guess the names are related to frequency etc., not just channel name as it works fine on all my satellite channels.... On to my next quest, I guess!... :) cheers & thanks again, Adam -- Adam Laurie Tel: +44 (0) 20 7993 2690 Suite 7 61 Victoria Road Surbiton Surrey mailto:adam@algroup.co.uk KT6 4JX http://rfidiot.org Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2014-12-21dtv-scan-tables: update dvb-t/au-BrisbaneBrian Burch1-2/+2
Update dvb-t/au-Brisbane as per Brian Burch's bug report on Ubuntu Launchpad: https://bugs.launchpad.net/ubuntu/+source/dtv-scan-tables/+bug/1393280 Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-12-21updateOlliver Schinagl1-9/+9
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2014-11-30dtv-scan-tables: fix the DNA muxes in Finland to DVB-T2Olli Salonen34-102/+102
All of the DNA muxes in Finland are DVB-T2, not DVB-T. Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
2014-11-30dtv-scan-tables: add mux H to stations transmitting it in FinlandOlli Salonen6-30/+60
The new mux H is being broadcasted by Digita from 6 stations in Finland. Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
2014-11-10Delete DVBv3 comments from DVBv5 scan filesJonathan McCrohan494-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-09-05Remove duplicated dvb-t/br-Brazil and fix ar-ArgentinaMauro Carvalho Chehab2-1334/+0
Both Argentina and Brazil uses ISDB-T, instead of DVB-T. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-09-05Move the contents of dvbv5_dvb-t into dvb-tMauro Carvalho Chehab192-5023/+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 Chehab733-3612/+43016
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-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-08-31Updated scan file for es-Cadiz (Andalusia)Guillermo Gutiérrez1-7/+30
2014-08-28Updated dvb-t/au-Melbourne scan tablePaul Freeman1-12/+23
Attached is a diff patch file to update dvb-t/au-Melbourne for the new transmission frequency for SBS which came into effect in early 2014 as well as adding channel 31, a community channel. Could this please be considered for patching the existing file? Regards Paul Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2014-06-12Add Estonian muxesIndrek Ardel1-0/+37
2014-06-12Added new mux (H) for FinlandOlli Salonen6-11/+23
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2014-05-12fr-All incorrectly uses MHZ instead of MHz and K instead of kOlliver Schinagl1-40/+40
This was forwarded from the debian bug tracker known as Bug #746404 find that the caseing in fr-All has been corrected. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2014-05-12update DVB-T Finland Digita networkAntti Palosaari192-199/+210
Signed-off-by: Antti Palosaari <crope@iki.fi>
2014-05-12Updated scan table for ch-CitycableAntonio Cunei1-0/+11
2014-05-12Change Sydney FEC settings to AUTO.Peter Urbanec1-6/+6
The FEC settings are not stipulated by the government as part of the license and a number of broadcasters claim that the transmission parameters are subject to change. Additionally, the old settings were fec_lo=NONE, which is not completely accurate, since the observed values are never NONE. The code in scan will substitute FEC_AUTO for FEC_NONE, but we might as well be explicit.
2014-05-12Update comments to reflect the technical information provided by ↵Peter Urbanec1-7/+8
http://myswitch.digitalready.gov.au/
2014-05-12Rename Sydney tables as part of the digital restack.Peter Urbanec1-0/+0
ACMA.gov.au now considers the Sydney metropolitan area as one TLAP (television license area plan) and has allocated new frequencies which cover all the transmitters that were previously split between au-Sydney_North_Shore (main transmitters) and au-Sydney_Kings_Cross (in-fill transmitters). The Sydney digital restack was completed on 18 Mar 2014.
2014-03-26Updated scan table for au-Sydney_North_Shoreamak791-4/+4
Hi, Please find attached an updated scan table for au-Sydney_North_Shore. The main change is that the frequency for channel SBS is now 184500000[1]. The comment for channel D44 has been changed to "TVS UHF29". D44 is the name of the trial data casting service that ended in 2010[2]. The community channel TVS now broadcasts on this service[3]. [1] http://www20.sbs.com.au/transmissions/index.php?pid=2&id=902 [2] http://en.wikipedia.org/wiki/Digital_Forty_Four [3] http://www.tvs.org.au/info/tune-in Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2014-03-26UK Update for COM 7, BBC B, and Local MuxesSimon Liddicott81-647/+676
Auto scan came from digitaluk rather than Ofcom as they have taken too long to update. They now only have single spaces between columns. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2014-03-09DTV scantables for FIOlli Salonen34-0/+170
Hello Oliver, Seeing as you're the owner of the dtv-scan-tables GIT repository, I thought I'd contact you regarding this. In Finland we've had a second DVB-T provider for about the last 1 year. Instead of the former state owned broadcaster Digita, there's another provider called DNA now. I extracted the frequency data from their website and create scanfiles based on that. I named them fi-DNA-<cityname>. Maybe you can include them in the GIT repository as I don't have access? Thanks! Cheers, -olli Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2014-02-14Update es-AlfabiaJesus Jimenez1-5/+8
Updated muxes
2014-01-25Initial tuning data for ca-AB-CalgaryDark Shadow1-0/+19
Updated initial tuning data for ca-AB-Calgary with more channels for the repository. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2014-01-14Initial scan table for au-Melbourne-SelbyPhilip Yarra1-0/+13
Hi, please find attached a scan table for au-Melbourne-Selby. This file is very similar to the scan table file for au-Melbourne-Upwey (which I was able to use until quite recently). However the fec_hi value of "2/3" for SBS no longer works for me, and I need to use "AUTO" instead. I don't know if this change also affects the Upwey repeater. Details on the geographic locations of these repeaters can be found here: Upwey: http://www20.sbs.com.au/transmissions/index.php?pid=2&id=795 Selby: http://www20.sbs.com.au/transmissions/index.php?pid=2&id=792 Note that the Selby repeater actually covers the parts of Upwey which are not able to get signal from the Upwey repeater, due to hilly terrain. Although they use identical frequencies, the polarisation is different. I assume AUTO allows the DVB tuner to choose one of the FEC types dynamically, though I don't know if this is supported by all tuners. If there's a way I can find out which actual fec_hi is in use, please let me know and I will supply it. I have provided a brief write-up at http://pyarra.blogspot.com.au/2014/01/mythtv-and-sbs-in-dandenong-ranges.html - please let me know if there is further information I can provide. Regards, Philip. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2013-11-04Initial Tuning Data for UgandaJoseph Zik1-0/+16
Hello all, I wanted to contribute to dvb-apps package with initial DVB-T tuning data for Uganda, Africa Attached is the scan file. Please let me know, if there's any other info I can provide. Thank you -- Joseph Zik
2013-09-30Initial scan files for PTNuno Gonçalves2-3/+9
Here goes the initial scan files for Portugal DVB-T. Please commit them. Portugal is schedule to migrate from a SFN to a MFN, but for now this is how it is. Files in attach and also the hg diff: Regards, Nuno Goncalves Signed-off-by: Oliver Schinagl <oliver@schinagl.nl>
2013-09-20Merge pull request #6 from silid/masterOliver Schinagl84-854/+1210
Update UK DVB-T settings
2013-09-20Table /usr/share/dvb/dvb-t/cz-All outdatedJonathan McCrohan1-51/+43
reassign 720879 dtv-scan-tables forwarded 720879 oliver@schinagl.nl thanks Hi Pavel, On 25/08/13 22:32, Pavel Mendl wrote: > Package: dvb-apps > Version: 1.1.1+rev1483-1 > > When I did run scan command using /usr/share/dvb/dvb-t/cz-All table, some > channels that my "ordinary" TV did tune did not tune (even attempt to tune) on > the PC TV adapter. I traced issue to > the aforementioned table, which is (by commented header inside the table) > taken from public sources not directly under the CZ TV regulator's control. I > found the official broadcast spectrum > regulation (as of August 2012 - currently valid) here > http://www.ctu.cz/cs/download/plan-vyuziti-radioveho-spektra/rok_2012/pv- > p_10-08_2012-11.pdf > > It states on pages 9, 15-16 that all the channels 21-60 are allocated for > various DVB-T networks in the country. The aforementioned table cz-All did > include just some of them, what lead to > "missing" of some newly installed channels from the scanning. (Understandable, > DVB-T is still in the development phase in Czech republic and many spectrum > allocations are still designated as > testing or not-definitive.) > > Attached is the new table I created, ensuring scan of all the channels > theoretically allocatable in Czech republic. Tested on my own comp it really > found channels consistent with the TV box scan, > with no bugging. > > The only part I am not sure about is the guard-interval where 1/4 and 1/8 > values were irregularly mixed in the original table and no regulatory > guidelines are released. Based on the theoretical > assumption, that 1/8 should tune (i.e. not exclude) more channels than 1/4, I > entered 1/8 for all the channels. Should you have better experience or > regulatory resources on the topic, please, > correct these values as appropriate. > > I suggest to replace the cz-All table with my updated one in the next release. Thanks for your mail. The scan files have been split out into a separate package called dtv-scan-tables. Therefore I am reassigning it to d-s-t. Oliver Schinagl (CC'd) is the upstream dtv-scan-tables maintainer. I have reattached your cz-All-actual-2013 for his consideration. Thanks, Jon Signed-off-by: Oliver Schinagl <oliver@schinagl.nl>
2013-09-18Removal of excess white spacesilid81-565/+565
2013-09-18Update UK DVB-T settingssilid84-854/+1210
Update includes national muxes from <http://www.ofcom.org.uk/static/broadcasting/National-Muxes.csv> Renames three files to match Ofcom names.
2013-07-15New DVB-T2 muxes for Russia, Ukraine.CrazyCat7-3/+27
Signed-off-by: Oliver Schinagl <oliver@schinagl.nl>
2013-07-15Some multistream transponders.CrazyCat3-0/+18
Some DVB-T2 muxes for RU and UA. Signed-off-by: Oliver Schinagl <oliver@schinagl.nl>