Opened 16 years ago

Closed 15 years ago

#9409 closed Patch - Feature (fixed)

Patch to add --queue option to mythtranscode

Reported by: Doug Haber <doug@…> Owned by: Raymond Wagner
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 (1)

transcode.diff (3.8 KB ) - added by Doug Haber <doug@…> 16 years ago.

Download all attachments as: .zip

Change History (4)

by Doug Haber <doug@…>, 16 years ago

Attachment: transcode.diff added

comment:1 by beirdo, 16 years ago

Owner: set to Raymond Wagner
Status: newassigned

comment:2 by Raymond Wagner, 16 years ago

Milestone: unknown0.25
Status: assignedaccepted

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 by Github, 15 years ago

Resolution: fixed
Status: acceptedclosed

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

Note: See TracTickets for help on using tickets.