Opened 19 years ago
Closed 19 years ago
#1994 closed patch (invalid)
Display free space in terms of Hours and Minutes
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | trivial | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
A tiny patch to show the ammount of space left on the hard disk in terms of hours and minutes on the delete recordings screen.
Format example: 59% used, 105GB (85h 10m) free
The time units are created (estimated) by looking at the average bitrate of the present recordings. If no recordings are found the old format is shown.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | hoursfree.patch added |
---|
comment:1 by , 19 years ago
Milestone: | → 0.20 |
---|---|
Owner: | changed from | to
Version: | → head |
comment:2 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
- Should use seconds for total program length not minutes
- The math is wrong
- This should also report the max, since a 320x240 recording will take a lot less space than a 1920x1080 one.
See the Machine Statue screen for an example.
Note:
See TracTickets
for help on using tickets.
Hours free patch