Opened 16 years ago
Closed 13 years ago
Last modified 13 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)
by , 16 years ago
| Attachment: | 126-StartNow.new.2.patch added |
|---|
by , 16 years ago
| Attachment: | 126-rsRecording.patch added |
|---|
by , 16 years ago
| Attachment: | 126-StartNow.new.3.patch added |
|---|
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| Status: | new → assigned |
|---|
comment:3 by , 15 years ago
| 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 by , 14 years ago
| Milestone: | unknown → 0.26 |
|---|
comment:5 by , 14 years ago
| Milestone: | 0.26 → 0.27 |
|---|
comment:6 by , 13 years ago
| Milestone: | 0.27 → 0.28 |
|---|
comment:7 by , 13 years ago
| 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 by , 13 years ago
| 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.