Opened 13 years ago
Closed 13 years ago
Last modified 13 years ago
#3841 closed patch (fixed)
mytharchive fails with caddy DVD writer when running growisofs
Reported by: | anonymous | Owned by: | paulh |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mytharchive | Version: | head |
Severity: | medium | Keywords: | mytharchive fail growisofs |
Cc: | paulh | Ticket locked: | no |
Description
Hi, mythburn.py currently tries to open and close the cdrom drive, if growisofs fails.
My first thought was, that the drive should get in a state where it is not ready, but my drive does not fail anymore, when getting the status of it before running growisofs. It failed for me every time i created a dvd with mytharchive. So i made following changes:
- The status of the drive is checked. If the Media is OK or getting status of the drive is not implemented, growisofs starts
- If the tray is open it waits until the user closes the tray
- If there is no media inserted, it opens the tray
- if the drive is not ready it resets it.
Attachments (2)
Change History (6)
Changed 13 years ago by
Attachment: | mythburn.patch added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [14308]) Improved DVD burning in mythburn.py
- The status of the drive is checked. If the Media is OK or getting status of the drive is not implemented, growisofs starts.
- If the tray is open it waits until the user closes the tray.
- If there is no media inserted, it opens the tray.
- If the drive is not ready it resets it.
I modified the patch slightly to make sure we don't get stuck in an infinite loop waiting for a good status.
Patch by Lukas Kasprowicz. Closes #3841.
comment:3 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
I forgot to tell why it fails. It is because the caddy DVD writer is not able to close the tray.