Ticket #8 (closed bug: fixed)
False reports of drive and media status after load
| Reported by: | scdbackup@… | Owned by: | scdbackup |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.3 |
| Component: | libburn | Version: | |
| Keywords: | Cc: |
Description
If the media tray is not loaded when i init libburn:
The first burn_disc_erasable() says it is appendable. The second try says it is full. I reload the CD-RW. Now it is reported blank.
Calling burn_drive_get_write_speed(): The drive speed is 8448 on previously unloaded tray and 2112 on already loaded tray.
It looks like the drive would need more time to make up its mind after loading.
Correct speed and media status are needed for cdrskin -atip.
Workaround: I meanwhile employ a complicated dance of
init+scan(loading) - grab - release - grab - release - finish - init+scan - grab - release - grab
in order to get plausible results.
