Opened 16 years ago

Closed 15 years ago

#4627 closed patch (fixed)

Movies should have null %ORIGINALAIRDATE%

Reported by: ylee@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords: originalairdate movie movies
Cc: Ticket locked: no

Description

I have modified the theme and OSD theme I use in mythfrontend to use %ORIGINALAIRDATE%, which shows the date TV shows originally aired on. However, for movies, since they don't have original air dates per se, %ORIGINALAIRDATE% instead shows the date the movie was recorded, which is pointless. The attached patch nulls out %ORIGINALAIRDATE% so themes will not show anything for the field.

Attachments (2)

patch-originalairdate.cpp (865 bytes) - added by ylee@… 16 years ago.
patch-originalairdate.2.cpp (698 bytes) - added by Yeechang Lee <ylee@…> 16 years ago.
Patch updated against r16237

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by ylee@…

Attachment: patch-originalairdate.cpp added

Changed 16 years ago by Yeechang Lee <ylee@…>

Attachment: patch-originalairdate.2.cpp added

Patch updated against r16237

comment:1 Changed 15 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [19699]) Don't set %ORIGINALAIRDATE% and %SHORTORIGINALAIRDATE% match values for recordings tagged as movies by having "MV" at the start of their programid.

Closes #4627.

Note: See TracTickets for help on using tickets.