Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Not Following CUE Sheet File Path (Read 1304 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Not Following CUE Sheet File Path

CUETools not following file path in CUE file.
It's using the wav file in the current folder instead of the file specified in cue sheet.

FILE "folder\cd.wav" WAVE
FILE ".\folder\cd.wav" WAVE
FILE "C:\folder\cd.wav" WAVE

Regardless if an absolute or relative path is specified, cd.wav in the current folder is used if it exists.

Re: Not Following CUE Sheet File Path

Reply #1
Quote
FILE "folder\cd.wav" WAVE
FILE ".\folder\cd.wav" WAVE
FILE "C:\folder\cd.wav" WAVE
So the file names are not unique?
If there is a wav file with the same name (as in the CUE file) in the current folder then CUETools will attempt to use that file.
If the path in the CUE file is not valid and an audio file exists in the current folder then CUETools will attempt to use that file (when Locate audio files if missing is checked).
korth

 

Re: Not Following CUE Sheet File Path

Reply #2
Would think the order should be...
1) the file path specified in the cue file.
2) wav file with same name (as CUE file) in the current folder.
3) attempt to find audio feature.