[mythtv] Re: [mythtv-commits] Re: Ticket #471: starttime/progstart confusion causing transcode jobs to queue incorrectly

Stuart Auchterlonie stuarta at squashedfrog.net
Sun Oct 16 19:46:26 UTC 2005


On Sun, Oct 16, 2005 at 07:40:43PM -0000, MythTV wrote:
> #471: starttime/progstart confusion causing transcode jobs to queue incorrectly
> -----------------------+----------------------------------------------------
>  Reporter:  anonymous  |        Owner:  cpinkham
>      Type:  defect     |       Status:  new     
>  Priority:  major      |    Milestone:  0.19    
> Component:  mythtv     |      Version:  head    
>  Severity:  medium     |   Resolution:          
> -----------------------+----------------------------------------------------
> Comment (by stuarta):
> 

Ah, just noticed something after adding info to the ticket.

>  mysql> select * from jobqueue\G
>  *************************** 1. row ***************************
>          id: 329
>      chanid: 1003
>   starttime: 2005-10-11 15:35:00
               ^^^^^^^^^^^^^^^^^^^
[snip]
>  *************************** 9. row ***************************
>          id: 321
>      chanid: 1003
>   starttime: 2005-09-25 14:30:00
               ^^^^^^^^^^^^^^^^^^^
[snip]
>  mysql> select * from recorded where chanid=1003 and
>  starttime=20051011153400\G
>  *************************** 1. row ***************************
>           chanid: 1003
>        starttime: 2005-10-11 15:34:00
                    ^^^^^^^^^^^^^^^^^^^
[snip]
          basename: 1003_20051011153400.mpg
> 
>  mysql> select * from recorded where chanid=1003 and
>  starttime=20050925142900\G *************************** 1. row
>  ***************************
>           chanid: 1003
>        starttime: 2005-09-25 14:29:00
                    ^^^^^^^^^^^^^^^^^^^
[snip]
>         basename: 1003_20050925142900.mpg


Looks like one is working off the show starttime and
the other is working off the startime+preroll.

Stuart



More information about the mythtv-dev mailing list