Opened 14 years ago
Closed 13 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)
Changed 14 years ago by
Attachment: | mythburn-streamorder-20100329.diff added |
---|
comment:1 Changed 14 years ago by
FYI, this is a better fix for #5263 than my original fix which was committed.
comment:2 Changed 14 years ago by
Severity: | high → medium |
---|
comment:3 Changed 13 years ago by
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