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: Cue sheet parser in beta 7 (Read 4974 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Cue sheet parser in beta 7

Quote from another topic:
Quote
Quote
Cue sheets don't seem to work anymore [a href="index.php?act=findpost&pid=323304"][{POST_SNAPBACK}][/a]

The cue sheet parser no longer accepts errors. Your cue sheets are malformed.
[a href="index.php?act=findpost&pid=323312"][{POST_SNAPBACK}][/a]

I have lots of MP3s and cue sheets, which I have mostly downloaded from internet. I have made few with EAC, and I suppose that the others are mostly made with EAC too. Now it seems that 160 of my 163 cue sheets are 'malformed'. That can't be true!

Cue sheet parser in beta 7

Reply #1
Most common case of bad cuesheets is caused by people editing "WAVE" file type to something else ("MP3", "APE", etc). If your cuesheet files don't belong to those, please post samples.
Microsoft Windows: We can't script here, this is bat country.

Cue sheet parser in beta 7

Reply #2
Code: [Select]
PERFORMER "VA"
TITLE "MTV IBIZA - The Party CD1"
FILE "01-va-mtv_ibiza_2000-the_party-cd1.mp3" MP3
 TRACK 01 AUDIO
   TITLE "You See The Trouble With Me (We'll Be In Trouble Original Radio Edit)"
   PERFORMER "Black Legend"
   INDEX 01 00:00:00
 TRACK 02 AUDIO
   TITLE "Summer Of Love (Robbie Rivera Bombastic Vocal)"
   PERFORMER "Lonyo"
   INDEX 01 04:32:17
 TRACK 03 AUDIO
   TITLE "When The World Is Running Down (You Can't Go Wrong)"
   PERFORMER "Different Gear vs. The Police"
   INDEX 01 08:16:52
 TRACK 04 AUDIO
   TITLE "Woman Trouble (Sunkids Latin Thumper Mix)"
   PERFORMER "Artful Dodger & Robbie Craig feat. Craig David"
   INDEX 01 11:22:20
 TRACK 05 AUDIO
   TITLE "Saturday (Club Mix)"
   PERFORMER "Joey Negro"
   INDEX 01 16:56:25
 TRACK 06 AUDIO
   TITLE "Cheeky Armada"
   PERFORMER "Illicit feat. Gramma Funk"
   INDEX 01 20:08:72
 TRACK 07 AUDIO
   TITLE "The Beach (Mr. Pink Mix)"
   PERFORMER "Coco & Stonebridge"
   INDEX 01 24:21:07
 TRACK 08 AUDIO
   TITLE "Set My Heart Free (Rhythm Masters Dub)"
   PERFORMER "Alchemy feat. Gerideau"
   INDEX 01 27:33:65
 TRACK 09 AUDIO
   TITLE "Filter Groove"
   PERFORMER "DJ Disciple"
   INDEX 01 30:16:57
 TRACK 10 AUDIO
   TITLE "Cada Vez (Grant Nelson Mix)"
   PERFORMER "Negrocan"
   INDEX 01 32:59:47
 TRACK 11 AUDIO
   TITLE "I Want You (Stella Browne Mix)"
   PERFORMER "CZR feat. Delano"
   INDEX 01 36:12:05
 TRACK 12 AUDIO
   TITLE "Bad Habit (A.T.F.C. Club Mix)"
   PERFORMER "OnePhatDeeva feat. Lisa Millett"
   INDEX 01 39:53:67
 TRACK 13 AUDIO
   TITLE "Jazzin' The Way You Know (Ministry Remix)"
   PERFORMER "Jazzy M"
   INDEX 01 43:36:05
 TRACK 14 AUDIO
   TITLE "Flash (Danny Tenaglia's Nitrous Oxide Mix)"
   PERFORMER "Green Velvet"
   INDEX 01 47:03:22
 TRACK 15 AUDIO
   TITLE "AC/DC (Gangbanger Mix)"
   PERFORMER "X-Press 2"
   INDEX 01 52:25:02
 TRACK 16 AUDIO
   TITLE "Cowgirl (Bedrock Mix)"
   PERFORMER "Underworld"
   INDEX 01 55:37:27
 TRACK 17 AUDIO
   TITLE "How's Your Evening So Far?"
   PERFORMER "Josh Wink & Lil' Louis"
   INDEX 01 63:30:52
 TRACK 18 AUDIO
   TITLE "Don't Laugh 2000 (Timo Maas Y2K Rework)"
   PERFORMER "Winx"
   INDEX 01 68:11:52
 TRACK 19 AUDIO
   TITLE "Dooms Night (Timo Maas Remix)"
   PERFORMER "Azzido Da Bass"
   INDEX 01 70:54:20
 TRACK 20 AUDIO
   TITLE "The Man With The Red Face (Ashley Beedle Remix)"
   PERFORMER "Laurent Garnier"
   INDEX 01 73:58:10


EDIT: You mean, MP3 should be replaced with WAVE? ok... 

Cue sheet parser in beta 7

Reply #3
Quote
Most common case of bad cuesheets is caused by people editing "WAVE" file type to something else ("MP3", "APE", etc). If your cuesheet files don't belong to those, please post samples.
[a href="index.php?act=findpost&pid=323322"][{POST_SNAPBACK}][/a]


Quote
PERFORMER "VA"
TITLE "MTV IBIZA - The Party CD1"
FILE "01-va-mtv_ibiza_2000-the_party-cd1.mp3" MP3
[a href="index.php?act=findpost&pid=323323"][{POST_SNAPBACK}][/a]

Which part did you not understand? Change the MP3 to WAVE. This requirement is nothing new.

Cue sheet parser in beta 7

Reply #4
OK, I'm not going to argue with you guys. You are the experts and know what is the best for not causing confusions. Cue sheets with MP3-mark are bad. Now I understand. Sorry. You should close this topic now.


Cue sheet parser in beta 7

Reply #6
Quote
I have no idea about the ins and outs of cuefiles, but from what i have read on page 235 of ftp://64.251.26.164/pub/goldenhawk/download/cdrwin.pdf, MP3 should be a valid filetype.
[a href="index.php?act=findpost&pid=323365"][{POST_SNAPBACK}][/a]

Yes. As questions about the specs of the cue format has come up before, the said manual's "Appendix A - Cuesheet Commands" has usually been referred to as the closest to "authoritative" by various HA members. And it does state that valid filetypes are BINARY, MOTOROLA, AIFF, WAVE and MP3. So I don't know where those specs that makes it invalid comes from... But as cuesheets are used with many audioformats now sticking with WAVE is probably the safest anyhow. I haven't experienced any problems with consistently using WAVE for audioformats (I don't own any albums in AIFF format, though....).
"ONLY THOSE WHO ATTEMPT THE IMPOSSIBLE WILL ACHIEVE THE ABSURD"
        - Oceania Association of Autonomous Astronauts

Cue sheet parser in beta 7

Reply #7
Quote
I have no idea about the ins and outs of cuefiles, but from what i have read on page 235 of ftp://64.251.26.164/pub/goldenhawk/download/cdrwin.pdf, MP3 should be a valid filetype.
[a href="index.php?act=findpost&pid=323365"][{POST_SNAPBACK}][/a]

Thanks for pointing, we'll change that for next beta.
Microsoft Windows: We can't script here, this is bat country.

Cue sheet parser in beta 7

Reply #8
When I load cue sheet and mp3 file in fb2k 0.9 beta 7, I can only see Artist, Title, Album and Tracknumber tags, is this intended behaviour?

Cue sheet parser in beta 7

Reply #9
Quote
When I load cue sheet and mp3 file in fb2k 0.9 beta 7, I can only see Artist, Title, Album and Tracknumber tags, is this intended behaviour?
[a href="index.php?act=findpost&pid=324214"][{POST_SNAPBACK}][/a]


What else woul dyou expect to see? Except maybe for album artist.

Cue sheet parser in beta 7

Reply #10
Quote
What else woul dyou expect to see? Except maybe for album artist.

Well, in fb2k 0.8.3 I could see the other tags that were saved in the mp3 file (comment, date, genre...)

Cue sheet parser in beta 7

Reply #11
Ok, indeed. I see what you mean now.