Created attachment 6380 console output files I was using xfburn 0.5.4 (build 0.5.4-1.fc22) within Fedora 22 XFCE. I couldn't add some mp3 files in an Audio CD, I got an error message: "Gstreamer did not like this file (detection timed out)". Now I have downgraded xfburn from 0.5.4-1.fc22 to 0.5.2-5.fc22, and the same mp3 files can be added to the Audio CD compilation without problem.. I suppose this problem is related to the change in gstreamer APIs. I have compiled a debug build (with --enable-debug=full --enable-gstreamer) for both versions. I attach the output files for both cases. The sequence of action is the same: - run xfburn/xfburn - click on "Audio CD" compilation - press Add, select file01.mp3 (- closing the error message window with 0.5.4 only) - closing xfburn
Thanks for the report! I can reproduce the problem. I implemented a different method to get the duration in git. Could you compile xfburn from git and check if it now correctly recognizes your mp3s? The important change is: [master 6c0e339] Use gstreamer discoverer api to get track duration
I compiled from git, it works! Attaching the new output file for your reference, same procedure as above.
Created attachment 6386 console output - git version
Thanks for the feedback. I'll clean up some dead code and will create release shortly!