[mythtv-users] Turning off: Auto Commercial Flagging

Brian Lalor blalor at bravo5.org
Fri Jun 20 08:07:39 EDT 2003


Steve wrote:
> I'd like to turn "Auto Commercial Flagging" off again, but running setup
> is not an option since I only use mythbackend on a headless box.  So, will
> this mysql hack work?
> 
> INSERT INTO settings VALUES ('AutoCommercialFlag', '0', NULL);

No, that'll likely confuse things.  You want to do
	UPDATE settings SET data='0' WHERE value='AutoCommercialFlag'

Dunno if you'll have to restart the backend after that...

-- 
    __   ____
   / /  / __/ Brian Lalor
  / _ \/__ \  blalor at bravo5.org
/_.__/____/  http://bravo5.org/


More information about the mythtv-users mailing list