Results 1 to 9 of 9

Thread: [RESOLVED] .cue file format

  1. #1

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Resolved [RESOLVED] .cue file format

    If I have say a large mp3 file, and I know where I want to put the track positions, how can I put that information into a .cue file? I've looked for tools but not really found much, and nothing really on the format specification.

    Cheers,

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: .cue file format

    I don't think that's what cue files are for...
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: .cue file format

    Well, I thought they were for marking the track positions on CDs. When I mix songs together it outputs as one big mp3 and I was hoping to be able to use a .cue file to mark the track positions for when I burn it to a CD, otherwise it comes out as one long track.

  4. #4
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: .cue file format

    Nope as far as I'm aware .cue files are for use with ISOs and things like that.
    Use some application to split up the mp3....

    .... by the way do you like DJ Tiesto?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  5. #5

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: .cue file format

    According to some pages on the net I read, .cue files are used with .bin files when burning CDs. The cue file contains the tracking data and the bin file contains the data to be burnt. There are also programs which will split mp3s using cue files which mark the track positions. That's why I thought of just making a cue file for burning the track information, to save having to split the mp3 first.

    I have a couple of DJ Tiesto mixes and they are good.

  6. #6
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: .cue file format

    Yeah .cue files are when you have a .ISO (or any cd image) - but not mp3....

    Do you like his mix Traffic?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  7. #7

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: .cue file format

    I haven't heard that one, will look for it...

  8. #8
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: .cue file format

    Yes .cue files can be used to specify track positions. But its just not used much anymore. You see back in the day of early multimedia discs, all music was on a cd like a standard music cd and 1 track would be where all the other media would reside. So those CD's were ripped to bin cue and mp3 or wave. The cue file had to specifiy the mp3 order and which track the other binary data resided or it just wouldnt work right or at all.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  9. #9

    Thread Starter
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: .cue file format

    In case anyone stumbles upon this, it can be, and actually is quite commonly, done (although mostly with bootlegged mix CDs).

    A .cue file for an mp3 looks like this:
    Code:
    PERFORMER "artist-name"
    TITLE "album-title"
    FILE "mp3-filename" MP3
      TRACK 01 AUDIO
        TITLE "track-01-title"
        PERFORMER "track-01-artist"
        INDEX 01 00:00:00
      TRACK 02 AUDIO
        TITLE "track-02-title"
        PERFORMER "track-02-artist"
        INDEX 01 01:55:62
    etc.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width