Bug 298795

Summary: Kaffeine truncates FLAC files
Product: [Applications] kaffeine Reporter: Christopher Yeleighton <giecrilj>
Component: generalAssignee: Mauro Carvalho Chehab <mchehab>
Status: RESOLVED FIXED    
Severity: major CC: mchehab
Priority: NOR    
Version First Reported In: 1.x   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Christopher Yeleighton 2012-04-25 09:39:24 UTC
Kaffeine does not play FLAC files up to the end.

Reproducible: Always

Steps to Reproduce:
  1. 
{ 
cd /usr/share/sounds && 
i=KDE-Sys-App-Error-Critical.ogg && o=/tmp/3dong.flac && sox "$i" "$i" "$i" "$o" && 
kaffeine "$o"; } 

Actual Results:  
  1. 2 dongs.

Expected Results:  
  1. 3 dongs.
Comment 1 Mauro Carvalho Chehab 2016-06-01 11:44:18 UTC
The Kaffeine version you're using is too old. We just released upstream a version 2.0.1, with is based on KDE5, and changed both the DVB and video/audio play backends. Could you please test the upstream version and see if it works? The README file contains instructions about how to compile it. You can find it at our git repository:

https://quickgit.kde.org/?p=kaffeine.git

Anyway, I tested the new version with the 3dong.flac file, opened from the Play file menu and it is working fine. So, I'm marking this as fixed on the upstream version.