Index: libs/libmythtv/dbcheck.cpp =================================================================== --- libs/libmythtv/dbcheck.cpp (revision 18755) +++ libs/libmythtv/dbcheck.cpp (working copy) @@ -4920,7 +4920,7 @@ "INSERT INTO playgroup VALUES ('Default','',30,5,100);", "INSERT INTO profilegroups VALUES (1,'Software Encoders (v4l based)','V4L'," " 1,NULL);", -"INSERT INTO profilegroups VALUES (2,'MPEG-2 Encoders (PVR-x50, PVR-500)'," +"INSERT INTO profilegroups VALUES (2,'IVTV MPEG-2 Encoders (PVR-x50, PVR-500, HVR-1600)'," " 'MPEG',1,NULL);", "INSERT INTO profilegroups VALUES (3," " 'Hardware MJPEG Encoders (Matrox G200-TV, Miro DC10, etc)','MJPEG',1,NULL);", Index: libs/libmythtv/videosource.cpp =================================================================== --- libs/libmythtv/videosource.cpp (revision 18755) +++ libs/libmythtv/videosource.cpp (working copy) @@ -1789,7 +1789,7 @@ QObject::tr("MJPEG capture card (Matrox G200, DC10)"), "MJPEG"); # ifdef USING_IVTV setting->addSelection( - QObject::tr("MPEG-2 encoder card (PVR-x50, PVR-500)"), "MPEG"); + QObject::tr("IVTV MPEG-2 encoder card (PVR-x50, PVR-500, HVR-1600)"), "MPEG"); # endif // USING_IVTV # ifdef USING_HDPVR setting->addSelection( Index: libs/libmythtv/recordingprofile.cpp =================================================================== --- libs/libmythtv/recordingprofile.cpp (revision 18755) +++ libs/libmythtv/recordingprofile.cpp (working copy) @@ -1081,7 +1081,7 @@ QSize defaultsize(768, 576), maxsize(768, 576); bool transcoding = profName.left(11) == "Transcoders"; - bool ivtv = profName.left(34) == "MPEG-2 Encoders (PVR-x50, PVR-500)"; + bool ivtv = profName.left(34) == "IVTV MPEG-2 Encoders (PVR-x50, PVR-500, HVR-1600)"; if (transcoding) {