WIP:df-epgpopup-patch #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "(deleted):df-epgpopup-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Test patch to change button handling in the WebIf programme details pop-up:
Remove “Record Programme” button if programme has started.
Not a good idea - since you can actually record a programme after it has started which can be usefull
Possibly change label to "Record active programme"
A usefull change in this area would be to show "Cancel recording" "Skip" "Swich to alternate" buttons from the 'Visual Schedule" popups if a programme has been scheduled for recording
Yes, "Record Programme" would be a better way to recover than "Watch Now" followed by Record (or IR Record) if the box is being managed out of eyeshot.
It doesn't seem to be easy to "change" the button name in jQ UI, but I am not an expert. Seems like you can either set up all possible buttons for the dialogue (an Object structure like { button1_label: action1(), button2_label: action2(), ...}) and then delete the dynamically unwanted ones, or add the dynamically wanted buttons to a base structure each time.
Seems like there's an opportunity to unify the epgpopup code for Visual Schedule and EPG? Otherwise perhaps could fake into the VS pop-up from the EPG one for scheduled recordings?
Pull request closed