INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: maruf_65 on September 03, 2005, 12:06:55 am
-
well guys i've to say that i've no idea what is CUE file. few days ago i got a album from 1 of my friend. in the folder that he gave me, there were twofiles. 1 was cd1.mp3 and other was cd1.cue file & when i browse with MC i found that it shows many tracks in that folder later i opened .cue file with notepad and see that whats inside.
problem is that when i click i file in MC, it cant play instade it plays the cd1.mp3 file. i wanna know is there anyway MC can play those files that it shows.
i'mnot sure whether i was able to make the thing clear
-
Your cue sheet may contain filename or syntax errors. Without seeing the file contents it is hard to say what is the problem.
The most common error is a wrong FILE line. The filename and type were not corrected after compressing the audio file to MP3 format.
If the CUE sheet has a line like this:
FILE "cd1.wav" WAVE
you'd need to change it to this:
FILE "cd1.mp3" MP3
A forum search for "cue" during the last 450 days would show you threads with more information.