I recently migrated my MythTV backend server to a new system after the old 
one developed hardware problems.  The new system runs MythTV 0.22, while the 
old one ran (I think) 0.20.  With the new system, my two MVP boxes play back 
my recordings just fine (I'm using a recent dongle from Mike Drons), except 
that commercial skipping isn't working at all.  It does work, however, when I 
run a frontend on the same system as the backend, so the actual flagging and 
database are apparently okay.  When I start mvpmc via telnet and enable 
MythTV protocol debugging, I see this:

(cmyth)cmyth_commbreaklist_create                                               
            
(cmyth)cmyth_mysql_get_commbreak_list, query=SELECT 
m.type,m.mark,s.mark,s.offset  FROM recordedmarkup m INNER JOIN recordedseek 
AS s ON m.chanid = s.chanid AND m.starttime = s.starttime  WHERE m.chanid = ? 
AND m.starttime = ? AND m.type in (?,?) and FLOOR(m.mark/?)=FLOOR(s.mark/?) 
ORDER BY `m`.`mark` LIMIT 300                                                   
     
(cmyth)cmyth_mysql_get_commbreak_list: COMMBREAK rows= 0                        
            
Found 3 commercial breaks for current program.                                  
            
commbreak error.  Setting number of commercial breaks to zero                   
            
(cmyth)cmyth_get_commbreaklist  - returned rows=0 commbreak_count=3

So, my question is: what would cause a "commbreak error", and how should I go 
about trying to fix it?

TIA,

Barry

-- 
Barry McLarnon   Ottawa, ON

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to