Opened 18 years ago

Closed 18 years ago

#1187 closed patch (fixed)

mythbackend httpstatus can show redundant day-of-week in recording schedule

Reported by: Robert Tsai <rtsai1111> Owned by: Isaac Richards
Priority: trivial Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

The mythbackend httpstatus page always includes a day-of-week in the list of the next 10 scheduled recordings. However, "ddd" can also appear in some of the shortDateFormat options (for EPG), resulting in a display like:

Wed Wed 2/1 8:00pm - Encoder 2 - NBC - ...

The attached patch checks for "ddd" in the format string, and only adds it to the schedule output if it's not already in there.

Attachments (1)

mythtv.httpstatus.diff (1.0 KB) - added by Robert Tsai <rtsai1111> 18 years ago.

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by Robert Tsai <rtsai1111>

Attachment: mythtv.httpstatus.diff added

comment:1 Changed 18 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [8853]) Fix duplicate printing of the day of the week on mythbackend's status webpage. Closes #1187 by applying patch by Robert Tsai.

Note: See TracTickets for help on using tickets.