Opened 19 years ago

Closed 19 years ago

#110 closed patch (fixed)

Enhanced Watch Recordings Group Filter

Reported by: kuphal@… Owned by: cpinkham
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

This patch enhances the Group Filter for the Watch Recordings screen:

  • Presents the list of Recording Groups and Categories for filtering as a list box instead of a combo box.
  • Appends the number of items in each group to the list for reference (ex: Comedy [12 items])
  • Fixes the appending of the current group to the list when the current group already exists in the list (currently it duplicates in the list)
  • Fixes the appending of "All Programs" to the list by keeping it at the top for both initial and repeat uses of the filter (currently it ends up at the bottom)
  • Adds a DB setting for displaying the filter choice when entering Watch Recordings (ShowInitialFilter). No UI is added for this option unless the devs think that it is worth including. I find this option useful myself as I often switch between a Kids recording group and our own and this makes that choice take less button presses each time.

Attachments (3)

watch-filter.diff (5.3 KB) - added by kuphal@… 19 years ago.
watch-filter.2.diff (5.3 KB) - added by kuphal@… 19 years ago.
Use this instead. Minor problem with original.
watch-filter.3.diff (5.8 KB) - added by kuphal@… 19 years ago.
Please use this instead of the previous two. Fixed another bug this time affecting category filters.

Download all attachments as: .zip

Change History (5)

Changed 19 years ago by kuphal@…

Attachment: watch-filter.diff added

Changed 19 years ago by kuphal@…

Attachment: watch-filter.2.diff added

Use this instead. Minor problem with original.

Changed 19 years ago by kuphal@…

Attachment: watch-filter.3.diff added

Please use this instead of the previous two. Fixed another bug this time affecting category filters.

comment:1 Changed 19 years ago by Isaac Richards

Owner: changed from Isaac Richards to cpinkham

comment:2 Changed 19 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [7233]) Patch by Kevin Kuphal to enhance the Group Filter on the Watch Recordings screen.

Major changes:

  • List box vs Combob box for choosing new filter
  • Number of items in group/category displayed beside name
  • Setting to always prompt for filter to apply when entering the screen.

More description in the ticket. Closes #110.

Note: See TracTickets for help on using tickets.