Opened 20 years ago
Closed 20 years ago
#2136 closed defect (fixed)
mytharchive doesn't set mediatype correctly in config.xml because archiveDestination isn't set
| Reported by: | Owned by: | paulh | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mytharchive | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
In mythburnwizard.cpp archiveDestination isn't set to anything so when it's referenced in createConfigFile, some random number ends up in the mediatype parameter in the config.xml file.
This causes mythburn.py to treat every run as a regular non-rewriteable single layer DVD. mythburn.py won't run growisofs with -use-the-force-luke for re-writeables and will run tcrequant on streams to make sure they fit on a single layer disk, even if you specified dual layer.
Anyway, the fix seems to be to set archiveDestination in setDestination. Seems to work for me anyway.
Attachments (1)
Change History (2)
by , 20 years ago
| Attachment: | set-archiveDestination.diff added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [10704]) Fix #2136 - mytharchive doesn't set mediatype correctly in config.xml because archiveDestination isn't set.
Got broke during the re-organisation in [10638].