[mythtv] [patch] setup improvements

Daniel Thor Kristjansson danielk at mrl.nyu.edu
Tue Jan 18 13:44:26 EST 2005


On Tue, 18 Jan 2005, Taylor Jacob wrote:

]Quoting Daniel Thor Kristjansson <danielk at mrl.nyu.edu>:
]>      NOTE: I've put the pcHDTV entries in a "ATSC (Digital Television)"
]I think it might make more sense and be less ambigous to use something that
]states what type of cards its for.. I.E. "linux-tv Supported Digital TV Card
](DVB/ATSC)", or "PCHDTV HD2k/3k Digital Tuner Card (ATSC)", "PCHDTV HD2k/3k
]Analog Tuner Card (NTSC)".. Since there now are ATSC cards that work with
]linuxtv..  I don't think many people would know the difference between the 2
]otherwise..

"ATSC (Digital Television)" is inside the configuration dialog for 
the pcHDTV card. I wouldn't mind renaming "pcHDTV ATSC capture card"
in the selection box with "pcHDTV capture card (HD-2000, HD-3000)"

This fits in better with "MPEG-2 Encoder card (PVR-250, PVR-350)" for 
the PVR cards, and also doesn't call them ATSC cards, which is only 
one of their functions.

I've attached a patch for this renaming.

-- Daniel
-------------- next part --------------
Index: libs/libmythtv/videosource.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/videosource.cpp,v
retrieving revision 1.53
diff -u -r1.53 videosource.cpp
--- libs/libmythtv/videosource.cpp	30 Dec 2004 02:40:16 -0000	1.53
+++ libs/libmythtv/videosource.cpp	18 Jan 2005 18:38:58 -0000
@@ -803,7 +803,8 @@
                           "MJPEG");
     setting->addSelection(QObject::tr("MPEG-2 Encoder card (PVR-250, PVR-350)"),
                           "MPEG");
-    setting->addSelection(QObject::tr("pcHDTV ATSC capture card"), "HDTV");
+    setting->addSelection(QObject::tr("pcHDTV capture card (HD-2000, HD-3000)"),
+                          "HDTV");
     setting->addSelection(QObject::tr("Digital Video Broadcast card (DVB)"), 
                           "DVB");
 }


More information about the mythtv-dev mailing list