Opened 18 years ago

Closed 18 years ago

#2136 closed defect (fixed)

mytharchive doesn't set mediatype correctly in config.xml because archiveDestination isn't set

Reported by: spin667@… 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)

set-archiveDestination.diff (453 bytes) - added by spin667@… 18 years ago.

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by spin667@…

Attachment: set-archiveDestination.diff added

comment:1 Changed 18 years ago by paulh

Resolution: fixed
Status: newclosed

(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].

Note: See TracTickets for help on using tickets.