From 06e54ff221c2e3126a7dfbd63e9814431511b558 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Fri, 5 Sep 2014 15:05:42 -0300 Subject: Convert existing tables to DVBv5 format All comments were preserved on this conversion, thanks to a temporary patch for libdvbv5. Signed-off-by: Mauro Carvalho Chehab --- dvb-t/se-Boras_Sjobo | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'dvb-t/se-Boras_Sjobo') diff --git a/dvb-t/se-Boras_Sjobo b/dvb-t/se-Boras_Sjobo index 9e1dfe22..3dd1a5eb 100644 --- a/dvb-t/se-Boras_Sjobo +++ b/dvb-t/se-Boras_Sjobo @@ -1,4 +1,26 @@ # Sweden - Borås/Sjöbo # T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy -T 770000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE -T 810000000 8MHz 2/3 NONE QAM64 8k 1/8 NONE +[CHANNEL] + DELIVERY_SYSTEM = DVBT + FREQUENCY = 770000000 + BANDWIDTH_HZ = 8000000 + CODE_RATE_HP = 2/3 + CODE_RATE_LP = NONE + MODULATION = QAM/64 + TRANSMISSION_MODE = 8K + GUARD_INTERVAL = 1/8 + HIERARCHY = NONE + INVERSION = AUTO + +[CHANNEL] + DELIVERY_SYSTEM = DVBT + FREQUENCY = 810000000 + BANDWIDTH_HZ = 8000000 + CODE_RATE_HP = 2/3 + CODE_RATE_LP = NONE + MODULATION = QAM/64 + TRANSMISSION_MODE = 8K + GUARD_INTERVAL = 1/8 + HIERARCHY = NONE + INVERSION = AUTO + -- cgit v1.2.3 a'>refslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2015-01-11Sirius-5.0E: complete update based on kingofsat.net dataOlli Salonen1-78/+111
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>