# DVB-C Moravianet (http://www.moravia.net/) # Available in villages and cities around Brno: # Bohuslavice, Bukovany, Hrusovany u Brna, Hustopece, Ivancice, Jirikovice, # Kyjov, Moravsky Krumlov, Mutenice, Neslovice, Nove Branice, Oslavany, # Popuvky, Padochov, Troubsko, Rosice, Tisnov, Vojkovice, Svatoborice, # Slapanice, Zabcice, Zidlochovice # The same content is available also from NejTV where they provide DVB-C. # Currently it is in Havlickuv Brod, Breclav, Velke Mezirici # # 2008-12-03 # # freq sr fec mod C 218000000 6900000 NONE QAM64 C 226000000 6900000 NONE QAM64 C 234000000 6900000 NONE QAM64 C 242000000 6900000 NONE QAM64 C 250000000 6900000 NONE QAM64 C 258000000 6900000 NONE QAM64 C 266000000 6900000 NONE QAM64 C 274000000 6900000 NONE QAM64 C 282000000 6900000 NONE QAM64 C 290000000 6900000 NONE QAM64 C 298000000 6900000 NONE QAM64 C 306000000 6900000 NONE QAM64 ected='selected'>master Digital TV scan tablesJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/isdb-t/br-rn-SaoJoseDeMipibu (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2014-09-05Move the contents of dvbv5_dvb-t into dvb-tMauro Carvalho Chehab1-0/+0
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>