aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/au-Melbourne-Selby (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2014-11-10Delete DVBv3 comments from DVBv5 scan filesJonathan McCrohan1-1/+0
Probably should have happened as part of 06e54ff. Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2014-09-05Convert existing tables to DVBv5 formatMauro Carvalho Chehab1-5/+59
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-01-14Initial scan table for au-Melbourne-SelbyPhilip Yarra1-2/+3
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>
2008-02-02update scan files for au-*Christoph Pfister1-1/+1
http://linuxtv.org/pipermail/linux-dvb/2008-January/023035.html
2007-06-10update scan files for AustraliaChristoph Pfister1-1/+1
http://linuxtv.org/pipermail/linux-dvb/2007-June/018541.html
2007-05-16overall whitespace & encoding fixesChristoph Pfister1-9/+0
patch from Matthias Schwarzott: - use utf8 everywhere for files & file names additionally by me: - remove empty lines at the beginning of the files - remove any control character (< 0x20) except \n and \t - remove trailing whitespace - exactly one newline at the end of the files - remove junk from dvb-t/au-Melbourne-Upwey
2004-12-28submitted by Craig ReadJohannes Stezenbach1-0/+21
2004-01-17DVB apps/utils from old "DVB" CVS tree, mildly edited to makeJohannes Stezenbach1-12/+0
them compile with the dvb-kernel DVB API includes (uint32_t etc.) --- Makefile | 8 TODO | 3 util/scan/dvb-c/at-Vienna | 3 util/scan/dvb-c/ch-unknown | 3 util/scan/dvb-c/de-Berlin | 4 util/scan/dvb-c/de-iesy | 3 util/scan/dvb-c/fi-3ktv | 3 util/scan/dvb-c/fi-vaasa-oncable | 13 + util/scan/dvb-s/Astra-19.2E | 3 util/scan/dvb-s/Hispasat-30.0W | 6 util/scan/dvb-s/Hotbird-13.0E | 3 util/scan/dvb-s/PAS-43.0W | 6 util/scan/dvb-s/Sirius-5.0E | 5 util/scan/dvb-s/Telecom2-8.0W | 4 util/scan/dvb-s/Telstar12-15.0W | 4 util/scan/dvb-s/Thor-1.0W | 8 util/scan/dvb-s/Turksat-42.0E | 4 util/scan/dvb-t/au-Darwin | 5 util/scan/dvb-t/au-canberra | 12 + util/scan/dvb-t/au-sydney_north_shore | 12 + util/scan/dvb-t/au-unknown | 3 util/scan/dvb-t/de-Berlin | 5 util/scan/dvb-t/es-Collserola | 6 util/scan/dvb-t/fi-Espoo | 3 util/scan/dvb-t/fi-Turku | 3 util/scan/dvb-t/uk-BlackHill | 3 util/scan/dvb-t/uk-CrystalPalace | 3 util/scan/dvb-t/uk-Hannington | 3 util/scan/dvb-t/uk-Oxford | 3 util/scan/dvb-t/uk-PontopPike | 3 util/scan/dvb-t/uk-Redruth | 3 util/scan/dvb-t/uk-Reigate | 3 util/scan/dvb-t/uk-Rowridge | 3 util/scan/dvb-t/uk-SandyHeath | 3 util/scan/dvb-t/uk-Storeton | 3 util/scan/dvb-t/uk-WinterHill | 3 util/szap/channels.conf-dvbc-berlin | 171 +++++++++++++++++++++ util/szap/channels.conf-dvbs-astra | 226 ++++++++++++++++++++++++++++ util/szap/channels.conf-dvbt-australia | 31 +++ util/szap/channels.conf-dvbt-berlin | 51 ++++++ util/szap/channels.conf-dvbt-collserola | 25 +++ util/szap/channels.conf-dvbt-crystal-palace | 70 ++++++++ util/szap/channels.conf-dvbt-hannington | 28 +++ util/szap/channels.conf-dvbt-madrid | 16 + util/szap/channels.conf-dvbt-oxford | 41 +++++ util/szap/channels.conf-dvbt-reigate | 51 ++++++ util/szap/channels.conf-dvbt-sandy_heath | 13 + 47 files changed, 888 insertions(+) +++ scanscan/dvb-c/at-Vienna @@ -0,0 +1,3 @@ +# Kabel Vienna +# freq sr fec mod +C 377750000 6900000 NONE QAM256
2008-02-02update scan files for au-*Christoph Pfister1-1/+1
http://linuxtv.org/pipermail/linux-dvb/2008-January/023035.html
2007-06-10update scan files for AustraliaChristoph Pfister1-1/+1
http://linuxtv.org/pipermail/linux-dvb/2007-June/018541.html
2007-05-16overall whitespace & encoding fixesChristoph Pfister1-9/+0
patch from Matthias Schwarzott: - use utf8 everywhere for files & file names additionally by me: - remove empty lines at the beginning of the files - remove any control character (< 0x20) except \n and \t - remove trailing whitespace - exactly one newline at the end of the files - remove junk from dvb-t/au-Melbourne-Upwey
2004-12-28submitted by Craig ReadJohannes Stezenbach1-0/+21