Ticket #9391 (closed Patch - Feature: Fixed)
Opened 2 years ago
Last modified 2 years ago
Patch to add current playing time for shows on LCD displays with 4 rows or more
| Reported by: | Michael Zanetti <michael_zanetti@…> | Owned by: | beirdo |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - General | Version: | 0.24-fixes |
| Severity: | medium | Keywords: | LCD |
| Cc: | Ticket locked: | no |
Description
On LCD displays with 4 rows or more mythlcdserver uses only 3 rows (1, 2 and 4) when watching a show (Channel, Title and a progress bar). This patch fills row 3 with "elapsed time / total time". I kept consistency with how mythmusic shows the elapsed time. The time is only written when 4 or more rows are available.
I made the patch against 0.24-fixes. If it does not apply/compile/work on trunk, please let me know so I can forward-port it but the changes seem rather simple.
Attachments
Change History
Changed 2 years ago by Michael Zanetti <michael_zanetti@…>
- Attachment mythtv-0-24-lcd-progress-time.diff added
comment:2 Changed 2 years ago by beirdo
- Status changed from assigned to closed
- Resolution set to Fixed
- Milestone changed from unknown to 0.25
Committed in 5c54c549abf99 onto master. Thanks. Only minor mods were required due to the libmythdb->libmythbase.

Path that adds time information on the LCD display during playback.