packages feed

flaccuraterip-0.2: flaccuraterip.cabal

Name:           flaccuraterip
Version:        0.2
Cabal-Version:  >= 1.8
Build-Type:     Simple
License:        GPL-3
License-File:   LICENSE
Copyright:      Copyright © 2012 Nicola Squartini
Author:         Nicola Squartini
Maintainer:     Nicola Squartini <tensor5@gmail.com>
Homepage:       http://noaxiom.org/flAccurateRip
Synopsis:       Verify FLAC files ripped form CD using AccurateRip™
Description:

  /flAccurateRip/ is a command line tool to verify the accuracy of FLAC
  files ripped form CD, using the information contained in the
  AccurateRip™ database about other rips of the same CD.
  .
  Usage: suppose you ripped a CD into @track01.flac@, @track02.flac@,
  ..., @trackNN.flac@. Open a shell in the directory containing the
  FLAC files, and run:
  .
  >>> flaccuraterip track01.flac track02.flac ... trackNN.flac
  .
  If a pressing of this CD is present in the AccurateRip™ database,
  @flaccuraterip@ will output the ripping accuracy for each track. If
  the CD was ripped without setting the drive offset, you should use
  the flag @--sample-offset=N@, where N is the offset indicated in
  <http://accuraterip.com/driveoffsets.htm> for your drive.

Category:       Sound

Executable flaccuraterip
  Build-Depends:  base == 4.*,
                  binary == 0.5.*,
                  cmdargs == 0.10.*,
                  deepseq == 1.3.*,
                  HTTP == 4000.2.*,
                  process == 1.1.*
  GHC-Options:    -Wall
  Main-Is:        Main.hs
  Other-Modules:  CD.CDDB, CD.AccurateRip