[mythtv-users] Problem with parental level on 2nd frontend

Bill Meek keemllib at gmail.com
Wed Feb 23 01:44:25 UTC 2011


On Tue, 2011-02-22 at 18:17 +0100, raptor jr wrote:
...
> I would really appreciate if someone knows what debug output I could
> turn on to find the problem. 
...

I'll take a shot.  The only 2 files that use the 
VideoDefaultParentalLevel  and VideoAdminPassword% 
settings are:

 mythplugins/mythvideo/mythvideo/globalsettings.cpp and
 mythplugins/mythvideo/mythvideo/videodlg.cpp

and there are no VERBOSE macros that refer to parental
levels.  So, the only one I can think of is -v database,
which should print when your settings are read.

Or you could let folks on this list 'see' your settings
if you're comfortable using SQL and doing the following:

 SELECT * FROM settings WHERE value='VideoDefaultParentalLevel'
 OR value LIKE 'VideoAdminPassword%';

You'd probably want to edit out your passwords before posting
the output.

Good luck,

Bill




More information about the mythtv-users mailing list