Opened 20 years ago

Closed 19 years ago

#690 closed patch (fixed)

Provide option to sort Watch Recordings title list by priority

Reported by: rtsai1111 Owned by: Robert Tsai
Priority: minor Milestone: 0.20
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

I have lots of different titles being recorded. However, this becomes difficult to navigate when there are lots of titles. This patch provides an option to sort the titles (when in "Titles Only" view) by recpriority, so that one can easily watch the programs that matter the most. It also provides immediate illustration of the "Auto-Expire by RecPriority" policy in the frontend GUI without requiring ssh access to do a "mythbackend --printexpire".

Attachments (6)

mythtv.watch_recordings.diff (17.9 KB ) - added by rtsai1111 20 years ago.
mythtv.watch_recordings.2.diff (18.2 KB ) - added by Robert Tsai <rtsai1111> 20 years ago.
update to r8307
mythtv.watch_recordings.3.diff (18.2 KB ) - added by Robert Tsai <rtsai1111> 20 years ago.
update to [r8514]
mythtv.watch_recordings.4.diff (18.5 KB ) - added by Robert Tsai <rtsai1111> 20 years ago.
update to r8854
mythtv.watch_recordings.5.diff (19.2 KB ) - added by Robert Tsai <rtsai1111> 20 years ago.
sync to [9247]
mythtv.playbackbox.diff (19.2 KB ) - added by Robert Tsai <rtsai1111> 19 years ago.
sync to [10024]

Download all attachments as: .zip

Change History (13)

by rtsai1111, 20 years ago

comment:1 by Isaac Richards, 20 years ago

Owner: changed from Isaac Richards to bjm

Bruce, mind deciding on this?

by Robert Tsai <rtsai1111>, 20 years ago

update to r8307

by Robert Tsai <rtsai1111>, 20 years ago

update to [r8514]

comment:2 by Robert Tsai <rtsai1111>, 20 years ago

Any chance of this making it in to 0.19? or feedback as to why not?

comment:3 by danielk, 20 years ago

Milestone: 0.20

by Robert Tsai <rtsai1111>, 20 years ago

update to r8854

by Robert Tsai <rtsai1111>, 20 years ago

sync to [9247]

comment:4 by bryce@…, 20 years ago

I'm in a similar situation as the reporter, and would love to see this feature added.

In addition to sorting by recording priority, it might be of use to group by recording group.

by Robert Tsai <rtsai1111>, 19 years ago

Attachment: mythtv.playbackbox.diff added

sync to [10024]

comment:5 by Robert Tsai, 19 years ago

Owner: changed from bjm to Robert Tsai

comment:6 by Robert Tsai, 19 years ago

Status: newassigned

comment:7 by Robert Tsai, 19 years ago

Resolution: fixed
Status: assignedclosed

(In [10052]) In the TV Settings -> Playback, the "View Recordings (Recording Groups)" screen now provides a triggered combo box when the default view is "Titles Only". When the default view is "Titles Only", a secondary combo box appears with the options to sort "Alphabetically" (ignoring English "A|An|The" articles) or "By Recording Priority". If the default view is anything else, there are no other sub-options.

When in the "Watch Recordings" screen, if the default view was configured as "Titles Only, sort by Recording Priority", then the left pane of titles will be sorted by descending Recording Priority ("important" titles listed first).

Also:

  • Clean up use of constants with named enum values.
  • Clean up use of multiple boolean flags with a single "mask" for more concise expressions of flag combinations.

Closes #690

Note: See TracTickets for help on using tickets.