Ticket #9409 (closed Patch - Feature: fixed)
Opened 2 years ago
Last modified 2 years ago
Patch to add --queue option to mythtranscode
| Reported by: | Doug Haber <doug@…> | Owned by: | wagnerrp |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - Mythtranscode | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Hi all,
I noticed that mythtranscode didn't have a --queue option the way mythcommflag does, so the attached patch adds the option. In short, it adds a transcode job to the queue instead of executing it in the foreground. In the future I'd like to get some of the other commandline options to work with --queue (e.g. selecting a profile) but for now it's just the basic --chanid and --starttime.
Thanks!
Doug
Attachments
Change History
comment:2 Changed 2 years ago by wagnerrp
- Status changed from assigned to accepted
- Milestone changed from unknown to 0.25
Between the recordedfile and jobqueue rewrites planned for 0.25, this is going to need some changes by the end of the development cycle. I'll hold off on this one until those go through, or if they haven't by the time release nears, clean up and commit as is.
comment:3 Changed 2 years ago by Github
- Status changed from accepted to closed
- Resolution set to fixed
Adds a --queue parameter to mythtranscode. This requires the use of --chanid and --starttime, and can be used in combination with --profile and --honorcutlist. This parameter allows an optional string that defines which host to run the job on.
Based off original patch by Doug Haber. Fixes #9409.
Branch: master Changeset: 153e5b6544eca1a1613d3fd52fce691ebf512fb4
