Opened 12 years ago
Closed 12 years ago
#12252 closed Patch - Feature (Won't Fix)
Open Schedule Editor from EPG-Menu
| Reported by: | Owned by: | gigem | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.28 |
| Component: | MythTV - Scheduling | Version: | 0.27.3 |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
When I schedule a recording I have to enter the schedule editor in order to set a certain template and apply metadata for the recording. The attached patch enters the schedule editor automatically whenever I schedule a new recording. I had to do the change in scheduleeditor.cpp because this constructor only works when the recording Rule is already stored in the database but not in this case where I open the dialog before. In this case I have to copy the recordID manually from the input structure.
Attachments (1)
Change History (2)
by , 12 years ago
| Attachment: | recording_details.patch added |
|---|
comment:1 by , 12 years ago
| Resolution: | → Won't Fix |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

The whole point of those menu items is to make those actions quick and easy by not entering the schedule editor. If you always want to enter the schedule editor, just choose "Edit recording rule". If that's still too much trouble, press EDIT which is bound to the 'e' key to bypass the menu and go straight to the editor.