[mythtv] [PATCH] Change Watch TV behavior

J. Donavan Stanley jdonavan at jdonavan.net
Fri Apr 23 05:33:10 EDT 2004


Kevin Kuphal wrote:

>This patch does the following
>
>- Adds WatchTVGuide setting to the database and bumps the database version
>  
>
Don't bump the schema # simply to add a config value.  The fact that 
you've added the UI in the settings and used GetNumSetting is enough to 
add it to the database.  Bumping the schema is for when the database 
structure changes.


>- Changes the MenuHandler function in tv_play to a public function to
>facilitate this
>  
>
Couldn't you accomplish this by having TV::LiveTV check for your config 
variable and call RunProgramGuide?


More information about the mythtv-dev mailing list