Summary: | Media type selection for Image burning is partly wrong, comments are very wrong | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | Thomas Schmitt <scdbackup> |
Component: | general | Assignee: | k3b developers <k3b> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | michalm, simonandric5, trueg, zhaixiang |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thomas Schmitt
2017-09-07 17:05:43 UTC
Hi, already the first bug in my bug report. Implemented decision 5 is indeed: 5. If not decided yet: DVD and BD media types. This seems to assume that all CD use cases are completely covered by the previous decisions. If i was in charge i would allow all media types and let the media waiter decide by the requested size and the size of the inserted media type. Have a nice day :) Thomas Git commit e2a5e4d95c228cda313ad6dadffb23648c05081a by Leslie Zhai. Committed on 08/09/2017 at 03:05. Pushed by lesliezhai into branch 'master'. Thomas please review it. M +18 -21 libk3b/jobs/k3biso9660imagewritingjob.cpp https://commits.kde.org/k3b/e2a5e4d95c228cda313ad6dadffb23648c05081a Hi, looks ok for me, besides another mistake by me: K3b::WritingAppCdrdao is not a complete criterion for the need for CD. The criterion in the code is distributed over two if-statements. As one statement it is: (m_writingMode == K3b::WritingModeAuto || m_writingMode == K3b::WritingModeSao) && writingApp() == K3b::WritingAppCdrdao So comment 1 should become: 1. If special CD features are requested: CD types only Special are: K3b::WritingAppCdrdao with K3b::WritingModeAuto or K3b::WritingModeSao, any WritingApp with K3b::WritingModeTao, any WritingApp with K3b::WritingModeRaw Have a nice day :) Thomas Git commit 5051e3b80f66d4dc1308a8bbef54b845b8c54559 by Leslie Zhai. Committed on 11/09/2017 at 02:26. Pushed by lesliezhai into branch 'master'. Update comment. M +3 -1 libk3b/jobs/k3biso9660imagewritingjob.cpp https://commits.kde.org/k3b/5051e3b80f66d4dc1308a8bbef54b845b8c54559 Hi, the new commit looks good to me. If we do not jump into the adventure of verifying the implicit assumptions about media types and write modes, then this bug report can be closed. Have a nice day :) Thomas |