Opened 15 years ago
Closed 15 years ago
#6813 closed enhancement (wontfix)
Patch to manage upcoming recordings from the "Watch Recordings" screen
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.21-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Attached is a patchset which displays upcoming recordings in the "Watch Recordings" screen and allows the user to manage them from there -- any "Upcoming Recordings" functionality can be done here.
I've got two screenshots which display this, one showing the display under "All Programs" (existing recordings are white, the upcoming recordings are green and conflicts pink), and one which displays the current and upcoming recordings under a specific category.
There are four patches:
- 032-watchrec.sort.1.patch (allow sorting of the displayed programs)
- 033-showwatched.1.patch (hide / show watched programs)
- 100-playbackbox_menurepeat.patch
- 128-UpcomingMediaLibrary?.13.patch
The first three are existing patches from the users and dev lists, and are necessary for the fourth patch to apply. The "128" patch adds this functionality to the "Watch Recordings" screen.
This adds a hotkey "5" which cycles through the level of upcoming recordings to display (none / recording / recording & inactive / all)
These patches are against 0.21-fixes. Unfortunately my development system died so I can't try this against trunk right now.
Attachments (8)
Change History (11)
Changed 15 years ago by
Attachment: | general.jpg added |
---|
Changed 15 years ago by
Attachment: | category.jpg added |
---|
Changed 15 years ago by
Attachment: | 032-watchrec.sort.1.patch added |
---|
Changed 15 years ago by
Attachment: | 033-showwatched.1.patch added |
---|
Changed 15 years ago by
Attachment: | 100-playbackbox_menurepeat.patch added |
---|
Changed 15 years ago by
Attachment: | 128-UpcomingMediaLibrary.13.patch added |
---|
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Changed 15 years ago by
Attachment: | 128-UpcomingMediaLibrary.w178.patch added |
---|
Changed 15 years ago by
Attachment: | 194-Upcoming.norecording.display.patch added |
---|
comment:2 Changed 15 years ago by
Resolution: | invalid |
---|---|
Status: | closed → new |
New patchset for this functionality:
- 128-UpcomingMediaLibrary?.w178.patch
- 194-Upcoming.norecording.display.patch
These are against trunk. To try them out do the following:
- Select theme MythCenter?-wide.
- Go into the "Watch Recordings" screen.
- Key '6' : cycle through (Current Recordings Only / Current and Upcoming Recordings / Upcoming Recordings Only)
- Key '5' : If Upcoming Recordings are displayed, cycle through (Important / All) Upcoming Recordings
This is rough / POC code. It works best only with MythCenter?-wide and the hotkeys as described above, and there's no indication of what's actually being displayed (Current vs. Upcoming). If there's any interest in putting this into trunk I'll help pretty it up to work nicely with other themes.
-Bill
comment:3 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Bill,
A very sincere thank you for your work on this. After some discussion amongst the developers, we've decided this isn't exactly the direction we want to go with the Watch Recordings screen. We *do* want to consolidate some of the screens together (the recording title/people/etc. searches) but the current and upcoming recordings from a user interface point of view just don't feel natural to us.
Some other random commentary that might be useful to you in the future:
- We're trying to move away from the "number button = change view" functionality. We'd rather allow for friendly menus that have the user selecting the view from a plain-english list.
- It would be nice to avoid "generic" topline/midline/bottomline stuff, it implies a fixed/strict layout we're trying to avoid with MythUI.
Sorry but patches really have to be against trunk which has been re-written so these patches will definately not apply.
On a personal note I don't really like this idea, it further complicates an already complicated screen (in code terms). It's not a flat refusal, but you would need to find other devs to back it.