Opened 16 years ago

Closed 16 years ago

#5074 closed patch (fixed)

Mytharchive: unexpected EOF while looking for matching `''

Reported by: bucky@… Owned by: paulh
Priority: minor Milestone: unknown
Component: mytharchive Version: 0.21-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Using rev. 16840 of v.0.21-fixes, I receive errors like the following AFTER dvdauthor succeeds, writing to DVD-RW media:

Burning ISO image to /dev/dvd
growisofs -dvd-compat  -use-the-force-luke -Z /dev/dvd -dvd-video -V Ocean's Eleven /var/lib/mytharchive/work/dvd
Running growisofs to burn DVD
sh: -c: line 0: unexpected EOF while looking for matching `''
sh: -c: line 1: syntax error: unexpected end of file

Running the following command on the command line SUCCEEDS: growisofs -dvd-compat -use-the-force-luke -Z /dev/dvd -dvd-video -V "Ocean's Eleven" /var/lib/mytharchive/work/dvd

I THINK the attached patch may address this problem.

Attachments (1)

mythburn.py.diff (576 bytes) - added by bucky@… 16 years ago.
Do quoteFilename for DVD_RW title

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by bucky@…

Attachment: mythburn.py.diff added

Do quoteFilename for DVD_RW title

comment:1 Changed 16 years ago by paulh

Resolution: fixed
Status: newclosed

Fixed by [17093] & [17094]

Note: See TracTickets for help on using tickets.