Opened 16 years ago

Closed 15 years ago

#4626 closed patch (fixed)

Change current 1000-line limit on mythfrontend query returns

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

Description

On my system, asking mythfrontend to show me all movies available over the next two weeks results in more than 10,000 lines. However, the current 1,000-line limit in all mythfrontend searches (whether canned or Power) prevents all but a few days' worth from appearing. The attached patch changes the number to 20,000, which I'm pretty sure (fingers crossed) will be more than sufficient for any reasonable query whatsoever on a 14-day program feed.

Attachments (2)

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

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by ylee@…

Attachment: patch-querylimit.cpp added

comment:1 Changed 16 years ago by stuartm

Type: defectpatch

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

Attachment: patch-querylimit.2.cpp added

Patch updated against r16237

comment:2 Changed 15 years ago by cowbutt6@…

I've just bumped into this problem too; the number of new titles over the Christmas/NY holidays meant that the 'New Titles' search was truncated by 6 days before I investigated.

Please can someone review and incorporate this change?

comment:3 Changed 15 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [20239]) Bump up the maximum number of program entries returned in ProgramList::FromProgram?() from 1000 to 20000. Even on my system with no movie channels, I have over 1200 movies listed in the next 2 weeks.

Closes #4626.

Note: See TracTickets for help on using tickets.