Opened 15 years ago
Closed 11 years ago
Last modified 11 years ago
#8328 closed Patch - Feature (Won't Fix)
[PATCH] Add "Start Now" option for near upcoming recordings.
Reported by: | Owned by: | gigem | |
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | MythTV - Scheduling | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description (last modified by )
The attached patch does two things:
- Adds a "Start Now" option if an upcoming recording is scheduled to start within 2 hours. Among other things, this is useful for sports events where one might want to start watching the pre-game early without adding a specific hard-coded "start early" time.
- Cleans up the "Stop Recording" and "Change Ending Time" display logic. I've run into multiple cases where a recording is in progress, but it is impossible to stop or change it. This generally happens in corner cases involving category extending and pre or post roll. This change keys the display of these options solely on the rsRecording status.
Attachments (3)
Change History (11)
Changed 15 years ago by
Attachment: | 126-StartNow.new.2.patch added |
---|
Changed 15 years ago by
Attachment: | 126-rsRecording.patch added |
---|
Changed 15 years ago by
Attachment: | 126-StartNow.new.3.patch added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Summary: | Patch to add "Start Now" option for near upcoming recordings. → [PATCH] Add "Start Now" option for near upcoming recordings. |
Type: | patch → Patch - Feature |
comment:4 Changed 13 years ago by
Milestone: | unknown → 0.26 |
---|
comment:5 Changed 12 years ago by
Milestone: | 0.26 → 0.27 |
---|
comment:6 Changed 11 years ago by
Milestone: | 0.27 → 0.28 |
---|
comment:7 Changed 11 years ago by
Resolution: | → Won't Fix |
---|---|
Status: | assigned → closed |
I kept this ticket open as a reminder to someday add a simplified schedule editor that only allowed changing the end time. Since I haven't gotten to it yet, it must not be that important, at least not enough to justify leaving a ticket open for 3 years.
comment:8 Changed 11 years ago by
Milestone: | 0.28 → 0.27 |
---|
Note: See
TracTickets for help on using
tickets.
Split the original patch into two as described in http://www.gossamer-threads.com/lists/mythtv/dev/432508#432508
126-rsRecording.patch fixes the "Can't Stop or change recording end time" problem. 126-StartNow?.new.3.patch adds the "Start Now" logic.