Results 1 to 4 of 4

Thread: [SOLVED] One Cue file into flac files

  1. #1
    Join Date
    May 2008
    Beans
    166

    [SOLVED] One Cue file into flac files

    Hi,

    I have several CUE files, how do I seperate them into multiples seperate flac files.

    I hav googled but found nowere a newby solution.


    Cheerz

    Bloemetjesgordijn

  2. #2
    Join Date
    Jul 2007
    Location
    Greece
    Beans
    269
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: One Cue file into flac files

    try this tutorial it may help you...
    http://stillstup.blogspot.com/2008/0...wv-wav-by.html

  3. #3
    Join Date
    May 2008
    Beans
    166

    Re: One Cue file into flac files

    Quote Originally Posted by eBoxNet View Post
    try this tutorial it may help you...
    http://stillstup.blogspot.com/2008/0...wv-wav-by.html

    Thx man


    I will give it a go.

    Cheerz
    Bloemetjesgordijn

  4. #4
    Join Date
    Apr 2007
    Beans
    3,114
    Distro
    Ubuntu

    Re: One Cue file into flac files

    It can be even simpler nowadays.

    Code:
    shntool split file.flac -f file.cue -o flac
    If you add the option " -t '%n - %t'", your output files will automatically be named by "tracknumber - title".

    For transferring tags, you still need to rely on cuetools, though.

Bookmarks

Posting Permissions

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