Help - Search - Members - Calendar
Full Version: Problems w/ cue file
Hydrogenaudio Forums > Hosted Forums > foobar2000 > Support - (fb2k)
esseba
I am having the kind of problem you can see in the image.
Many of my cue files display as one long file, this is playable; all the other files - that should represent the single tracks - are w/out track lenght, unplayable... just a list of... well the image speaks for itself.

user posted image

That is just an example... many other files are giving me the same problem...

another example is here:
user posted image

Thanks in adavcne for any help. I couldn't solve this pbl w/ search option in the forum, even if i suppose i am not the only one.
TIA

sb
Frank Bicking
Could you post some example cue sheets?
esseba
QUOTE(Frank_Bicking @ Sep 17 2005, 11:13 AM)
Could you post some example cue sheets?
*



CODE
PERFORMER "ellen allien"
TITLE "weiss.mix"
FILE "ellen-alien weissmix.wav" WAVE
 TRACK 01 AUDIO
   TITLE "closer musik / maria"
   PERFORMER "ellen allien"
   INDEX 01 00:00:00
 TRACK 02 AUDIO
   TITLE "kik / luv sikk"
   PERFORMER "ellen allien"
   INDEX 01 04:52:20
 TRACK 03 AUDIO
   TITLE "reshift / glide"
   PERFORMER "ellen allien"
   INDEX 01 09:08:01
 TRACK 04 AUDIO
   TITLE "sylvie marks / baby i am electric"
   PERFORMER "ellen allien"
   INDEX 01 12:00:61
 TRACK 05 AUDIO
   TITLE "dj maxximus/something j / mercedes bentley vs. versace armani"
   PERFORMER "ellen allien"
   INDEX 01 15:30:61
 TRACK 06 AUDIO
   TITLE "andrea parker feat. dj assault & dj godfather / freaky bitches"
   PERFORMER "ellen allien"
   INDEX 01 17:51:58
 TRACK 07 AUDIO
   TITLE "squarpusher / my red hot car"
   PERFORMER "ellen allien"
   INDEX 01 20:38:01
 TRACK 08 AUDIO
   TITLE "feadz / magnetfeld"
   PERFORMER "ellen allien"
   INDEX 01 24:24:20
 TRACK 09 AUDIO
   TITLE "cex music vs. electric company / them song to cex"
   PERFORMER "ellen allien"
   INDEX 01 26:05:23
 TRACK 10 AUDIO
   TITLE "ellen allien / erdbeermund"
   PERFORMER "ellen allien"
   INDEX 01 29:19:05
 TRACK 11 AUDIO
   TITLE "feadz / wreckstin"
   PERFORMER "ellen allien"
   INDEX 01 32:59:52
 TRACK 12 AUDIO
   TITLE "akufen / new process"
   PERFORMER "ellen allien"
   INDEX 01 35:47:28
 TRACK 13 AUDIO
   TITLE "archetype / track b1"
   PERFORMER "ellen allien"
   INDEX 01 37:21:15
 TRACK 14 AUDIO
   TITLE "otto von schirach / invincible meat boy"
   PERFORMER "ellen allien"
   INDEX 01 38:35:59
 TRACK 15 AUDIO
   TITLE "phonecia / push button objects-citrus"
   PERFORMER "ellen allien"
   INDEX 01 40:37:22
 TRACK 16 AUDIO
   TITLE "mono junk / i'm okay"
   PERFORMER "ellen allien"
   INDEX 01 43:36:10
 TRACK 17 AUDIO
   TITLE "apparat / koax"
   PERFORMER "ellen allien"
   INDEX 01 45:35:31
 TRACK 18 AUDIO
   TITLE "modeselektor / kandahar"
   PERFORMER "ellen allien"
   INDEX 01 48:32:56
 TRACK 19 AUDIO
   TITLE "electric company / try again"
   PERFORMER "ellen allien"
   INDEX 01 49:42:30
 TRACK 20 AUDIO
   TITLE "superpitcher / tomorrow"
   PERFORMER "ellen allien"
   INDEX 01 52:37:15



From the console:
CODE

This is what I just got when i opened the file (cut 'n paste form console).

INFO (CORE) : startup time: 3063 ms
INFO (foo_uie_albumlist) : Could not find or message foo_uie_albumart.
INFO (foo_uie_albumlist) : Could not find or message foo_uie_albumart.
ERROR (foo_input_std) : referenced file doesn't exist
INFO (foo_uie_albumlist) : Could not find or message foo_uie_albumart.
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
ERROR (foo_input_std) : referenced file doesn't exist
INFO (foo_uie_albumlist) : Could not find or message foo_uie_albumart.
INFO (foo_uie_albumlist) : Could not find or message foo_uie_albumart.
INFO (foo_uie_albumlist) : Could not find or message foo_uie_albumart.


this happens with many files.
TIA

sb
Frank Bicking
QUOTE(esseba @ Sep 17 2005, 11:18 AM)

CODE
FILE "ellen-alien weissmix.wav" WAVE

[...]

CODE
ERROR (foo_input_std) : referenced file doesn't exist


Change this line to:

CODE
FILE "ellen-alien weissmix.mp3" WAVE
esseba
Thanks Franck,
but the problem remains.

sb
The Link
Are the mp3 image and the modified cue sheet (as Frank Bicking told you) in the same directory? If not try to do so or adapt the file path and filename (with correct extension) in the cue sheet.
Additionally you have to manually remove the cue sheet from the database.
esseba
QUOTE(The Link @ Sep 17 2005, 11:58 AM)
Are the mp3 image and the modified cue sheet (as Frank Bicking told you) in the same directory? If not try to do so.
Additionally you have to manually remove the cue sheet from the database.
*



Yes. they'r both in the same directory.
for what regards the database, well this happens even if I launch the cue file alone, bypassing the database, simply double clicking on it.

thx link
Synthetic Soul
In the first example I can see from the Album List that the filename is different. Change the cuesheet line to:

CODE
FILE "ellen alien - weissmix.mp3" MP3

(WAVE, MP3 and AIFF are all valid FILE types.)

In the second example the file is an APE. Change the cuesheet line to:

CODE
FILE "Portable - Version.ape" WAVE
esseba
QUOTE(Synthetic Soul @ Sep 17 2005, 12:58 PM)
In the first example I can see from the Album List that the filename is different.  Change the cuesheet line to:

CODE
FILE "ellen alien - weissmix.mp3" MP3

(WAVE, MP3 and AIFF are all valid FILE types.)

In the second example the file is an APE.  Change the cuesheet line to:

CODE
FILE "Portable - Version.ape" WAVE

*



Ok thanks all of you.
The problem is - as you noted - always in the cue file. I did't try to look into those files just because it sounded strange to me that the problem could be there. But so it is.
Thanks again to all fo you... I'll set right all of my cue files.
bb

sb
Synthetic Soul
QUOTE(esseba @ Sep 17 2005, 12:10 PM)
The problem is - as you noted - always in the cue file. I did't try to look into those files just because it sounded strange to me that the problem could be there. But so it is.

The FILE command is the only link between the cuesheet and the file that contains all the data. blink.gif

If you are editing your cuesheets bear in mind that most (generally talking WAVE or lossless files here) will take the format:

CODE
FILE "filename.xxx" WAVE

... but you may also use:

CODE
FILE "filename.mp3" MP3

... or possibly:

CODE
FILE "filename.aiff" AIFF

The easiest way to ensure that the filename is correct is just copy it from Explorer into the cuseheet. You needn't have the cuesheet and file in the same directory (you can provide an absolute or relative reference to the file), but it is a lot easier to do so - and just reference the filename as all examples thus far.

Edit: also, bear in mind that foobar 0.9 currently still has issues with cuesheets using MP3 or AIFF as the FILE type. Stick with 0.8.3 for now.
esseba
QUOTE(Synthetic Soul @ Sep 17 2005, 01:41 PM)

CODE
FILE "filename.xxx" WAVE

... but you may also use:

CODE
FILE "filename.mp3" MP3

... or possibly:

CODE
FILE "filename.aiff" AIFF



Thanks
I am just editing the cue file, copyn'pastin' form explorer shell. It works fine, also the cue is always in the same dir as the file itself, so no need to edit anything else...
thanks again

sb
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.