[mythtv-users] Problems with auto commercial skipping
Bill Meek
keemllib at gmail.com
Sat Mar 20 03:21:28 UTC 2010
On Fri, 2010-03-19 at 01:14 -0400, John H wrote:
> I have a two tuner system with one being a PVR150 for SD and a Kworld
> ATSC-110 for HD OTA. The PVR150 does reasonably well with auto
> commercial skipping while the 110 doesn't do very well. In an hour
> show, it only skipped one commercial break automatically.
<snip>
Hi John;
You're not alone.
I have three tuners, a dual tuner HVR-1600 used for OTA ATSC/Analog
Cable and an HVR-1250 also used for OTA ATSC.
Like you, my Analog recordings get flagged and skipped as expected,
but some ATSC commercials aren't skipped.
This is done on an mythbuntu 9.04 system running trunk at 23743M.
I don't have the answer, but here's a sample case. The 1st commercial
is not skipped. In the following, note that the job queue correctly
reports that there were 4 commercial breaks.
In the recordedmarkup, there are some entries that don't have sequential
commercial start/end pairs -- they're flagged below. I don't know if
this is normal, but I've not noticed it before.
mythfrontend was run with -verbose general,important,commflag and is
available at http://pastebin.ca/1846334. mythcommflag was also run
manually, output at same pastbin. Logo for this show was in the lower
left.
Bill Meek
------------------------------------------------------------
Things from my settings that are commercial flagging/skipping
related:
. /etc/mythtv/mysql.txt
mysql --table --verbose -u$DBUserName -p$DBPassword $DBName -e \
"SELECT * FROM settings WHERE value IN (
'AutoCommercialFlag', 'AutoCommercialSkip',
'AutoCommflagWhileRecording', 'AggressiveCommDetect',
'CommercialSkipMethod', 'CommNotifyAmount',
'CommRewindAmount', 'CommSkipAllBlanks',
'JobAllowCommFlag', 'JobQueueCommFlagCommand',
'MaximumCommercialSkip'
)"
+----------------------------+--------------+----------+
| value | data | hostname |
+----------------------------+--------------+----------+
| AggressiveCommDetect | 1 | NULL |
| AutoCommercialFlag | 1 | NULL |
| AutoCommercialSkip | 1 | mc0 |
| AutoCommflagWhileRecording | 1 | NULL |
| CommercialSkipMethod | 7 | NULL |
| CommNotifyAmount | 0 | mc0 |
| CommRewindAmount | 0 | mc0 |
| CommSkipAllBlanks | 1 | NULL |
| JobAllowCommFlag | 1 | mc0 |
| JobAllowCommFlag | 1 | mc0 |
| JobQueueCommFlagCommand | mythcommflag | NULL |
| MaximumCommercialSkip | 3600 | NULL |
+----------------------------+--------------+----------+
mysql --table --verbose -u$DBUserName -p$DBPassword $DBName -e \
"select * from recordedmarkup where starttime
like '2010-03-17 21:00:00' and type in (4,5) order by mark,type"
+--------+---------------------+--------+------+------+
| chanid | starttime | mark | type | data |
+--------+---------------------+--------+------+------+
| 4021 | 2010-03-17 21:00:00 | 0 | 4 | NULL |
| 4021 | 2010-03-17 21:00:00 | 86 | 5 | NULL |
| 4021 | 2010-03-17 21:00:00 | 9101 | 4 | NULL |
| 4021 | 2010-03-17 21:00:00 | 14041 | 5 | NULL |
| 4051 | 2010-03-17 21:00:00 | 24550 | 4 | NULL | <---
| 4021 | 2010-03-17 21:00:00 | 30905 | 4 | NULL | <---
| 4051 | 2010-03-17 21:00:00 | 31903 | 5 | NULL | <---
| 4021 | 2010-03-17 21:00:00 | 35882 | 5 | NULL | <---
| 4051 | 2010-03-17 21:00:00 | 49500 | 4 | NULL |
| 4051 | 2010-03-17 21:00:00 | 56128 | 5 | NULL |
| 4021 | 2010-03-17 21:00:00 | 56924 | 4 | NULL |
| 4021 | 2010-03-17 21:00:00 | 66116 | 5 | NULL |
| 4051 | 2010-03-17 21:00:00 | 74089 | 4 | NULL | <---
| 4021 | 2010-03-17 21:00:00 | 79885 | 4 | NULL | <---
| 4051 | 2010-03-17 21:00:00 | 81441 | 5 | NULL | <---
| 4021 | 2010-03-17 21:00:00 | 88622 | 5 | NULL | <---
| 4051 | 2010-03-17 21:00:00 | 103198 | 4 | NULL | <---
| 4021 | 2010-03-17 21:00:00 | 104418 | 4 | NULL | <---
| 4051 | 2010-03-17 21:00:00 | 107658 | 5 | NULL | <---
| 4021 | 2010-03-17 21:00:00 | 107706 | 5 | NULL | <---
+--------+---------------------+--------+------+------+
MythTV Job Queue
+------+---------------------+------+-------+------+--------
| Chan | Start Time | Type | Flags | Stat | Comment
+------+---------------------+------+-------+------+--------
| 4051 | 2010-03-17 21:00:00 | 2 | 2 | 272 | 4 comm. break(s)
+------+---------------------+------+-------+------+--------
More information about the mythtv-users
mailing list