Opened 16 years ago
Closed 15 years ago
#8247 closed defect (fixed)
Stream ordering fix for mythburn.py / mytharchive
Reported by: | anonymous | Owned by: | paulh |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Plugin - MythArchive | Version: | unknown |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I've recently encountered a recording which had the streams output in a different order to the PIDs specified on the Project-X command line, so I've written the attached patch to try and do things a bit better than in my original code.
It was created against 0.21's mythburn.py as that's what I currently run, but the same code is in 0.23's mythburn.py.
I've used this code to burn many discs without issue.
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | mythburn-streamorder-20100329.diff added |
---|
comment:1 by , 16 years ago
FYI, this is a better fix for #5263 than my original fix which was committed.
comment:2 by , 16 years ago
Severity: | high → medium |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [25063]) MythArchive: Improved stream ordering/choosing when using ProjectX to cut and de-mux. Only very lightly tested by me but I do know others have tested it without issue.
Patch from Alex Butcher. Fixes #8247.
patch to improve stream ordering