Summary: | 800MB / 90 minute media not recognized | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | Gregor B. Rosenauer <gregor.rosenauer> |
Component: | Audio Project | Assignee: | Michał Małek <michalm> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kevin.kofler, trueg |
Priority: | NOR | ||
Version: | 2.0.2 | ||
Target Milestone: | --- | ||
Platform: | Chakra | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gregor B. Rosenauer
2011-06-18 21:48:50 UTC
see also this newsgroup-thread: http://www.unews.info/152474-k3b-800mb-cd-brennen.html Same problem here. The 10% overburning tolerance in IsOverburningAllowed in libk3b/core/k3bglobals.cpp is insufficient, it sums up to only 88 minutes, we need at least 12.5% tolerance, but there's also CD-R99 media which needs a 23.75% tolerance. (I'd actually suggest doing away with the arbitrary tolerance entirely and just always allowing overburn if the user went to the trouble of enabling the option.) If you insist on keeping the tolerance, I'd suggest a 25% (1/4) tolerance: That would cover CD-R90 and CD-R99 and still prevent trying to burn the average DVD ISO on a CD. Git commit 6163e98ca0c8ca68bfa7d52e877b2de419d6f67c by Kevin Kofler. Committed on 17/09/2011 at 18:18. Pushed by kkofler into branch 'master'. K3b::IsOverburnAllowed: Increase tolerance from 10% to 25%. 10% are not enough to allow using CD-R90 and CD-R99 media to full capacity. The new 25% tolerance allows using those media while still catching the common case of DVD ISO vs. CD media. BUG: 276002 REVIEW: 102648 M +1 -1 libk3b/core/k3bglobals.cpp http://commits.kde.org/k3b/6163e98ca0c8ca68bfa7d52e877b2de419d6f67c Git commit b0df9e7771ac9148004187bb53ba13ac40b01cae by Kevin Kofler. Committed on 17/09/2011 at 18:18. Pushed by kkofler into branch '2.0'. K3b::IsOverburnAllowed: Increase tolerance from 10% to 25%. 10% are not enough to allow using CD-R90 and CD-R99 media to full capacity. The new 25% tolerance allows using those media while still catching the common case of DVD ISO vs. CD media. BUG: 276002 REVIEW: 102648 M +1 -1 libk3b/core/k3bglobals.cpp http://commits.kde.org/k3b/b0df9e7771ac9148004187bb53ba13ac40b01cae Git commit 9271f2f4cc664bd5f6ff20b482c28cd8009250d6 by Kevin Kofler. Committed on 17/09/2011 at 23:34. Pushed by kkofler into branch 'master'. K3b::IsOverburnAllowed: Don't count used capacity twice. CCBUG: 276002 M +1 -1 libk3b/core/k3bglobals.cpp http://commits.kde.org/k3b/9271f2f4cc664bd5f6ff20b482c28cd8009250d6 Git commit 8270d2853f2962facdf6f9ea6d669922d6c78aba by Kevin Kofler. Committed on 17/09/2011 at 23:34. Pushed by kkofler into branch '2.0'. K3b::IsOverburnAllowed: Don't count used capacity twice. CCBUG: 276002 M +1 -1 libk3b/core/k3bglobals.cpp http://commits.kde.org/k3b/8270d2853f2962facdf6f9ea6d669922d6c78aba |