[mythtv] Android build

Peter Bennett pb.mythtv at gmail.com
Mon May 1 18:25:25 UTC 2023


On 5/1/23 13:36, Klaas de Waal wrote:
> I was thinking about adding a command line option for mythfrontend to 
> disable database version checking.
> Using a setting that is stored in the database does not really work if 
> the database has been updated already.
>
These were my ideas:

- the setting could be applied as a command line option via the -O 
option on startup of the frontend, or by updating the settings table 
using a database tool.

- For android, it could be done using a database tool to update the 
settings table, since it is not easy to supply command line options with 
android.

I was really only for power users. They would have to be aware of the 
risks. Normal users using the released versions of MythTV would not hit 
the problem of schema mismatches.

Note you cannot override the database version with the -O option. There 
is code to prevent that in MythTV.

Peter




More information about the mythtv-dev mailing list