Ticket #8247 (closed defect: fixed)
Opened 3 years ago
Last modified 3 years ago
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
Change History
Changed 3 years ago by Alex Butcher
- Attachment mythburn-streamorder-20100329.diff added
comment:1 Changed 3 years ago by Alex Butcher
FYI, this is a better fix for #5263 than my original fix which was committed.
comment:3 Changed 3 years ago by paulh
- Status changed from new to closed
- Resolution set to fixed
(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