Summary: | K3B doesn't work with latest transcode 0.6.12 | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | Paul Vriens <Paul.Vriens> |
Component: | general | Assignee: | Sebastian Trueg <trueg> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Paul Vriens
2004-03-12 08:32:21 UTC
Same problem here with k3b 0.11.9/10 and transcode 0.6.12. A 'ps x' shows that k3b calls tccat with -P <title> instead of -T <title> Looking at k3b in KDE cvs head I think this is fixed in k3bdvdrippingprocess.cpp. if( tccatVersion.majorVersion() == 0 && tccatVersion.minorVersion() == 6 && tccatVersion.patchLevel() < 12){ //transcode <= 0.6.11 m_ripMode = "-P " + m_title; } else { //transcode >= 0.6.12 m_ripMode = "-T " + m_title + ",-1 -L"; As this bug was giving me the incorrect impression that k3b does not work with 0.6.12 could you please close this bug? *** Bug has been marked as fixed ***. |