Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APE files do not work with clementing #3216

Closed
Clementine-Issue-Importer opened this issue Dec 12, 2013 · 5 comments
Closed

APE files do not work with clementing #3216

Clementine-Issue-Importer opened this issue Dec 12, 2013 · 5 comments

Comments

@Clementine-Issue-Importer

From papadako@gmail.com on October 17, 2012 13:49:54

I am not able to play any APE files with clementine.
Amarok and mplayer work just fine. Also the gstreamer-ffmpeg plugin is
installed.

Here are some debug messages. Why does moodbar try to find a wav file
instead of an APE?

14:38:23.395 INFO MoodbarLoader:137 Creating moodbar data for "/media/Music/Music/flac/Meat Loaf/Meat Loaf 1993/Meat Loaf - Bat Out Of Hell II Back Into Hell.wav"
14:38:23.401 ERROR MoodbarPipeline:131 Error processing QUrl( "file:///media/Music/Music/flac/Meat Loaf/Meat Loaf 1993/Meat Loaf - Bat Out Of Hell II Back Into Hell.wav" ) : "Resource not found."
14:38:23.403 ERROR MoodbarPipeline:131 Error processing QUrl( "file:///media/Music/Music/flac/Meat Loaf/Meat Loaf 1993/Meat Loaf - Bat Out Of Hell II Back Into Hell.wav" ) : "Resource not found."
14:38:23.425 ERROR GstEnginePipeline:525 13 "gstfilesrc.c(1042): gst_file_src_start (): /GstPipeline:pipeline/GstURIDecodeBin:uridecodebin-168/GstFileSrc:source:
No such file "/media/Music/Music/flac/Meat Loaf/Meat Loaf 1993/Meat Loaf - Bat Out Of Hell II Back Into Hell.wav""
14:38:23.425 ERROR GstEnginePipeline:525 13 "gstfilesrc.c(1042): gst_file_src_start (): /GstPipeline:pipeline/GstURIDecodeBin:uridecodebin-168/GstFileSrc:source:
No such file "/media/Music/Music/flac/Meat Loaf/Meat Loaf 1993/Meat Loaf - Bat Out Of Hell II Back Into Hell.wav""
14:38:23.439 WARN GstEngine:565 Gstreamer error: "Resource not found."

Original issue: http://code.google.com/p/clementine-player/issues/detail?id=3215

@Clementine-Issue-Importer
Copy link
Author

From davidsansome on October 17, 2012 04:51:24

Is there a cue file in the same directory? What's in it? Also can you paste the exact filename of the APE file in here? Does it match the one in the log?

@Clementine-Issue-Importer
Copy link
Author

From papadako@gmail.com on October 18, 2012 03:50:41

This is the exact filename of the APE:
/media/Music/Music/flac/Meat Loaf/Meat Loaf 1993Meat Loaf - Bat Out Of Hell II Back Into Hell.ape

Also there is a cue file with the following contents:

REM GENRE Rock
REM DATE 1993
REM DISCID 9B11BE0B
REM COMMENT "ExactAudioCopy v0.95b4"
PERFORMER "Meat Loaf"
TITLE "Bat Out Of Hell II: Back Into Hell"
FILE "Meat Loaf - Bat Out Of Hell II Back Into Hell.wav" WAVE
TRACK 01 AUDIO
TITLE "I'd Do Anything For Love (But I Won't Do That)"
PERFORMER "Meat Loaf"
INDEX 01 00:00:00
TRACK 02 AUDIO
TITLE "Life Is A Lemon And I Want My Money Back"
PERFORMER "Meat Loaf"
INDEX 00 11:58:45
INDEX 01 12:01:00
TRACK 03 AUDIO
TITLE "Rock And Roll Dreams Come Through"
PERFORMER "Meat Loaf"
INDEX 00 19:59:50
INDEX 01 20:00:55
TRACK 04 AUDIO
TITLE "It Just Won't Quit"
PERFORMER "Meat Loaf"
INDEX 00 25:50:62
INDEX 01 25:51:52
TRACK 05 AUDIO
TITLE "Out Of The Frying Pan (And Into The Fire)"
PERFORMER "Meat Loaf"
INDEX 00 33:10:12
INDEX 01 33:13:00
TRACK 06 AUDIO
TITLE "Objects In The Rear View Mirror May Appear Closer Than They Are"
PERFORMER "Meat Loaf"
INDEX 00 40:33:55
INDEX 01 40:37:07
TRACK 07 AUDIO
TITLE "Wasted Youth"
PERFORMER "Meat Loaf"
INDEX 01 50:53:00
TRACK 08 AUDIO
TITLE "Everything Louder Than Everything Else"
PERFORMER "Meat Loaf"
INDEX 01 53:34:37
TRACK 09 AUDIO
TITLE "Good Girls Go To Heaven (Bad Girls Go Everywhere)"
PERFORMER "Meat Loaf"
INDEX 01 61:33:32
TRACK 10 AUDIO
TITLE "Back Into Hell"
PERFORMER "Meat Loaf"
INDEX 01 68:27:25
TRACK 11 AUDIO
TITLE "Lost boys and golden girls"
PERFORMER "Meat Loaf"
INDEX 00 71:11:00
INDEX 01 71:13:12

@Clementine-Issue-Importer
Copy link
Author

From john.maguire on October 18, 2012 04:36:16

Your cue file mentions a non-existent wav file.

Status: Feature

@Clementine-Issue-Importer
Copy link
Author

From papadako@gmail.com on October 18, 2012 07:13:04

You are correct. I fixed the problem with the cue. But now 2 seconds after pressing the play button I get messages like the following, bypassing each track with no sound :(

17:08:09.790 DEBUG MainWindow:1087 position 0 scrobble point 239 status 0
17:08:09.821 DEBUG MainWindow:1087 position 0 scrobble point 239 status 0
17:08:10.827 DEBUG MainWindow:1087 position 0 scrobble point 239 status 0
17:08:11.828 DEBUG MainWindow:1087 position 0 scrobble point 239 status 0
17:08:12.828 DEBUG MainWindow:1087 position 0 scrobble point 239 status 0
17:08:13.826 DEBUG MainWindow:1087 position 0 scrobble point 239 status 0
17:08:14.826 DEBUG MainWindow:1087 position 0 scrobble point 239 status 0
17:08:15.826 DEBUG MainWindow:1087 position 0 scrobble point 239 status 0
17:08:16.826 DEBUG MainWindow:1087 position 0 scrobble point 239 status 0

@Clementine-Issue-Importer
Copy link
Author

From papadako@gmail.com on October 25, 2012 07:07:52

Well, it seems that this bug is not a clementine problem but a bug of gstreamer-ffmpeg in Ubuntu. I opened https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10-ffmpeg/+bug/1071263

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant