hank / sacd-ripper

SACD ripping software using a PS3
GNU General Public License v2.0
5 stars 0 forks source link

Any version numbers? #2

Open mike2718 opened 11 years ago

mike2718 commented 11 years ago

Should we add some version numbers?

to main.c, line 87~89:

        static const char help_text[] =
            "Some version stuff..."
            "Usage: %s [options] [outfile]\n"

I can not find any find difference between r392

Usage: sacd_extract.exe [options] [outfile]
  -2, --2ch-tracks                : Export two channel tracks (default)
  -m, --mch-tracks                : Export multi-channel tracks
  -e, --output-dsdiff-em          : output as Philips DSDIFF (Edit Master) file
  -p, --output-dsdiff             : output as Philips DSDIFF file
  -s, --output-dsf                : output as Sony DSF file
  -t, --select-track              : only output selected track(s) (ex. -t 1,5,13)
  -I, --output-iso                : output as RAW ISO
  -c, --convert-dst               : convert DST to DSD
  -C, --export-cue                : Export a CUE Sheet
  -i, --input[=FILE]              : set source and determine if "iso" image,
                                    device or server (ex. -i 192.168.1.10:2002)
  -P, --print                     : display disc and track information

Help options:
  -?, --help                      : Show this help message
  --usage                         : Display brief usage message
< I am a nono :( >

and segfault_fix:

Usage: sacd_extract.exe [options] [outfile]
  -2, --2ch-tracks                : Export two channel tracks (default)
  -m, --mch-tracks                : Export multi-channel tracks
  -e, --output-dsdiff-em          : output as Philips DSDIFF (Edit Master) file
  -p, --output-dsdiff             : output as Philips DSDIFF file
  -s, --output-dsf                : output as Sony DSF file
  -t, --select-track              : only output selected track(s) (ex. -t 1,5,13)
  -I, --output-iso                : output as RAW ISO
  -c, --convert-dst               : convert DST to DSD
  -C, --export-cue                : Export a CUE Sheet
  -i, --input[=FILE]              : set source and determine if "iso" image,
                                    device or server (ex. -i 192.168.1.10:2002)
  -P, --print                     : display disc and track information

Help options:
  -?, --help                      : Show this help message
  --usage                         : Display brief usage message

< I am a '\n' :P >

in my cmd.exe.

hank commented 11 years ago

That would be a good thing - the code needs a fair bit of work, so this can be one of the things that's done. Feel free to do it if you want and submit a pull request.

On Mon, Aug 26, 2013 at 11:56 AM, Mike notifications@github.com wrote:

Should we add some version numbers?

to main.c, line 87~89:

    static const char help_text[] =
        "Some version stuff..."
        "Usage: %s [options] [outfile]\n"

I can not find any difference between r392https://code.google.com/p/sacd-ripper/source/detail?r=392

Usage: sacd_extract.exe [options] [outfile] -2, --2ch-tracks : Export two channel tracks (default) -m, --mch-tracks : Export multi-channel tracks -e, --output-dsdiff-em : output as Philips DSDIFF (Edit Master) file -p, --output-dsdiff : output as Philips DSDIFF file -s, --output-dsf : output as Sony DSF file -t, --select-track : only output selected track(s) (ex. -t 1,5,13) -I, --output-iso : output as RAW ISO -c, --convert-dst : convert DST to DSD -C, --export-cue : Export a CUE Sheet -i, --input[=FILE] : set source and determine if "iso" image, device or server (ex. -i 192.168.1.10:2002) -P, --print : display disc and track information

Help options: -?, --help : Show this help message --usage : Display brief usage message < I am a nono :( >

and segfault_fixhttps://code.google.com/p/sacd-ripper/issues/detail?id=70 :

Usage: sacd_extract.exe [options] [outfile] -2, --2ch-tracks : Export two channel tracks (default) -m, --mch-tracks : Export multi-channel tracks -e, --output-dsdiff-em : output as Philips DSDIFF (Edit Master) file -p, --output-dsdiff : output as Philips DSDIFF file -s, --output-dsf : output as Sony DSF file -t, --select-track : only output selected track(s) (ex. -t 1,5,13) -I, --output-iso : output as RAW ISO -c, --convert-dst : convert DST to DSD -C, --export-cue : Export a CUE Sheet -i, --input[=FILE] : set source and determine if "iso" image, device or server (ex. -i 192.168.1.10:2002) -P, --print : display disc and track information

Help options: -?, --help : Show this help message --usage : Display brief usage message

< I am a '\n' :P >

— Reply to this email directly or view it on GitHubhttps://github.com/hank/sacd-ripper/issues/2 .