Opened 21 years ago
Closed 20 years ago
#1329 closed patch (fixed)
Tweak mythweb "New Titles, Premieres" canned search
| Reported by: | Robert Tsai <rtsai1111> | Owned by: | xris |
|---|---|---|---|
| Priority: | trivial | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
This makes the mythweb "New Titles" search more like the mythfrontend "New Titles" search. It adds:
- Network broadcast premieres of movies (Terminator 3)
- A hack to catch more pilot episodes of new series ("Conviction: Pilot" has a weird programid). Many TV shows' first episodes have a subtitle of "Pilot" so this does not seem to be too bad of an attempt.
I elected not to make it completely identical to mythfrontend's "New Titles" search. That query includes a left join on the "oldprogram" table (e.g., "have we seen this program in the past 320 days' worth of listings?") and makes the query take on the order of 15-20 seconds instead of a few seconds.
Attachments (1)
Change History (2)
by , 21 years ago
| Attachment: | mythweb.new_titles.diff added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [9126]) apply patch to close #1329