[mythtv-users] Recording Rule "Premieres"

Michael T. Dean mtdean at thirdcontact.com
Mon Sep 24 00:59:17 UTC 2012


On 09/23/2012 08:46 PM, Andreas wrote:
> looks like the "Premieres" recording rule example does not work 
> anymore due to the change to UTC in the database. I've missed the 
> first episode of Revolution on NBC and probably some more new shows I 
> don't even know about. Adding "convert_tz" to the rule made it work 
> again for me:
>
> program.first > 0 AND (program.programid LIKE 'EP%0001' OR 
> program.subtitle = 'Pilot') AND program.originalairdate = 
> DATE(CONVERT_TZ(program.starttime,'UTC','SYSTEM'))
>
> I hope this helps anyone with the same issues.

This was fixed a couple weeks ago.  Please update to current master.

https://github.com/MythTV/mythtv/commit/186e2c02

Mike


More information about the mythtv-users mailing list