[mythtv-users] PVR-250 Brightness Color Contrast reset whenchanging channels

Isaac Richards ijr at po.cwru.edu
Mon Jul 7 22:13:08 EDT 2003


On Monday 07 July 2003 08:33 pm, Will Dormann wrote:
> So what's the best option for me here?   This is what I can come up with
> off the top of my head:
> 1) Go to one channel and adjust the settings to my liking.
> 2) Look at the channel table in the mythconverg database and find out what
> the brightness, color, and contrast settings are.
> 3) Use a SQL command to update all channels to have those same settings.
>
> Does that sound right, or is there an easier way?

That's probably the easiest way -- you could also mess around with the 
settings using test_ioctl with one channel, then transfer those to the 
database for all the channel entries at once with those values.  The db 
stores all the picture controls as values from 0 - 65535, so you'd have to 
translate the ivtv's ranges into that range (ie, what mythtv does internally) 
to stick em in the db.   Just be something like:

    update channel set brightness=32768;

from the mysql command line client, assuming you only have the one pvr card 
and you want to change all the brightness settings for all channels.  I'll 
see about adding a 'Set all channels like this' button once I get around to 
making a better OSD menu for all these controls.

Isaac


More information about the mythtv-users mailing list