Opened 15 years ago
Closed 15 years ago
Last modified 15 years ago
#7336 closed patch (fixed)
Re-implement "Delete Recordings" after MythUI port
Reported by: | Nigel | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | major | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.22rc1 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
After playbackbox.cpp was ported to MythUI in all its fully configurable glory, the Delete Recordings screen was effectively disabled - the button shows the Watch Recordings screen. This was partly by design because the two screens were so similar, but in my house we need access to a screen containing the recording sizes and machine fullness. I think keeping the dual behaviour in playbackbox is OK?
The attached patch allows themes to have a custom 'deleterecordings' window which is loaded from that button, and adds it to the current standard themes. If a theme is missing that window, it falls back to watch recordings - the current behaviour. It also adds the storage size of a group into the description, and a progressbar fill where 100% is red, not green.
In the future, I hope to rename 'Delete Recordings' back to 'Manage Recordings', have different sort orders (e.g. by size within autoexpire), and text entry in the theme to change the Title/Subtitle?. But for now, reverting to 0.21-ish behaviour is enough?
Attachments (2)
Change History (7)
Changed 15 years ago by
Attachment: | delete-recs.patch added |
---|
Changed 15 years ago by
Attachment: | progressbar_fill2.png added |
---|
Alternate fill for base progressbar - place in themes/default
comment:1 Changed 15 years ago by
the version in Ubuntu 9.10 has this problem still. I am unable to delete recordings at the moment.
However, I have to say that I am astounded at the improvements which 0.22 brings. Good Work folks. Many thanks indeed.
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [23492]) Slightly customised default Delete Recordings screen. Closes #7336. Needs lots of theming work in everything but MythCenter? (or any other theme that doesn't use the default recordings page).
code and theme changes