[mythtv-users] Commercial flagging still running when autocommflag=0

Zach White zwhite-mythtv at darkstar.frop.org
Thu Aug 3 03:44:07 UTC 2006


I have a problem that confuses me. I'm running the svn version of mythtv,
revision 10666. Even though I've set all recordings to not automatically
flag commercials, according to mythweb's status page it's still 
flagging commercials.

mysql> select distinct autotranscode, autocommflag, autouserjob1 from record;
+---------------+--------------+--------------+
| autotranscode | autocommflag | autouserjob1 |
+---------------+--------------+--------------+
|             0 |            0 |            1 |
|             0 |            0 |            0 |
+---------------+--------------+--------------+
2 rows in set (0.00 sec)

This is causing problems because I've setup a script (described in a 
previous post) that flags, copies to the cutlist, and transcodes. It seems
that User Job 1 is run first, which is my script. Then commercial flagging
is run, which near as I can tell copies the .old file back to the original
and flags the recording, completely obliterating all the work my scirpt
did.



More information about the mythtv-users mailing list