[mythtv-users] setting capture settings for pvr-250

Robert Kulagowski rkulagowski at thrupoint.net
Sun May 18 21:03:33 EDT 2003


 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

There's no custom resolutions on a per-card basis right now.  If
you're willing to hack around, then you could do something like I
did, which is to add two profiles called "PVR-250 Recording" and
"PVR-250 Live" and set them to 720x480.  I then changed the Default
and Live profiles back to 480x480 for my BT8x8 cards.  See the mc.sql
file for how to add a profile, and then configure your custom
profiles in mythfrontend.  Add the next bit of code and change the
hostname for whatever is appropriate for your setup.

NOTE:  You're on your own if it doesn't work or you mess up your
system.

Index: tv_rec.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/tv_rec.cpp,v
retrieving revision 1.76
diff -u -d -r1.76 tv_rec.cpp
- --- tv_rec.cpp  14 May 2003 02:43:29 -0000      1.76
+++ tv_rec.cpp  19 May 2003 00:59:05 -0000
@@ -443,10 +443,12 @@
                     profile.loadByID(db_conn, profileID);
                 else
                     profile.loadByName(db_conn, "Default");
+if (gContext->GetHostName() == "bedroom")
profile.loadByName(db_conn, "PVR-250 Recording");
             }
             else
             {
                 profile.loadByName(db_conn, "Live TV");
+if (gContext->GetHostName() == "bedroom")
profile.loadByName(db_conn, "PVR-250 Live");
             }
         }

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBPsgtZfc1NpCTlP0JEQKgqQCbB6VIf2eTlroZ38Lr65d4RH56L8kAnRCg
DsOZuZLkz8Q0TQ2g50o9t0vK
=SVkt
-----END PGP SIGNATURE-----



More information about the mythtv-users mailing list