--- yaret-2.1.0.orig/debian/dirs +++ yaret-2.1.0/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/yaret --- yaret-2.1.0.orig/debian/docs +++ yaret-2.1.0/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- yaret-2.1.0.orig/debian/control +++ yaret-2.1.0/debian/control @@ -0,0 +1,18 @@ +Source: yaret +Section: sound +Priority: optional +Maintainer: Marco Nenciarini +Build-Depends-Indep: cdbs, debhelper (>= 5.0.0), quilt +Standards-Version: 3.6.2.2 + +Package: yaret +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libaudio-cd-perl, libappconfig-perl, cdparanoia | cdda2wav, vorbis-tools | flac +Description: A console tool to turn CDs into encoded music + YaRET is a Perl script that automates the ripping, normalization, and + encoding of CDs. It supports CDDB very well via the Perl Audio::CD + module, and also can work with your favorite ripper/normalizer/encoder + (e.g., cdparanoia, cdda2wav, normalize, etc.) It supports useful + features like multiple concurrent encoders and an easy to use + configuration file that lets you customize YaRET to your taste (such as + file naming based on the CDDB information). --- yaret-2.1.0.orig/debian/yaret.1 +++ yaret-2.1.0/debian/yaret.1 @@ -0,0 +1,240 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH YARET 1 "June 2004" "YaRET 2.1.0 (Jul 10, 2003)" "User Commands" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +YaRET \- Yet another Ripper Encoder Tagger +.SH SYNOPSIS +.B yaret +.RI [ options ] +.br +.B yaret +.RI [--help|--version|--option_only] +.SH DESCRIPTION +This manual page documents briefly the +.B yaret +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +.B YaRET +is a Perl script that automates the ripping, normalization, and +encoding of CDs. It supports CDDB very well via the Perl Audio::CD +module, and also can work with your favorite ripper/normalizer/encoder +(e.g., cdparanoia, cdda2wav, normalize, etc.) It supports useful +features like multiple concurrent encoders and an easy to use +configuration file that lets you customize YaRET to your taste (such as +file naming based on the CDDB information). +.PP +Please see your ~/.yaretrc file (auto-generated at the first time +execution) as well as the /usr/share/doc/yaret/README and yaretrc +files that came with YaRET (perhaps located in +/usr/share/yaret/dot-yaretrc) for more information about configuring +the many features that YaRET comes with. +.SH OPTIONS +These programs follow the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +.PP +[General] +.TP +\fB\-h\fR, \fB\-\-help\fR +Display this help (also -?) +.TP +\fB\-v\fR, \fB\-\-version\fR +Display the version +.TP +\fB\-\-option_only\fR +Display configuration data +.TP +\fB\-f\fR, \fB\-\-include=\fR +Include this file as configuration +data (in addition to ~/.yaretrc and +any command line options) +(also \fB\-\-conf_file\fR) +.TP +\fB\-\-cddb_file=\fR +Include this CDDB information in +addition to that obtained from the +CDDB query (in same format as both +\fB\-\-cddb_dump\fR and \fB\-\-cddb_out\fR produce) +.TP +\fB\-\-max_fork=\fR +Maximum number of normalizers and +encoders forked (per type) +.TP +\fB\-\-size_order\fR +Sorts tracks in order of size, +completing smaller ones first. +.PP +[Display] +.TP +\fB\-\-date\fR +Display the start/end times +.TP +\fB\-\-color\fR +Use color +.TP +\fB\-\-alarm\fR +Send beeps when completed +.TP +\fB\-\-clear\fR +Clear the screen +.TP +\fB\-\-quiet\fR +Do not display anything except errors +.PP +[Paths and Filenames] +.TP +\fB\-\-root_final=\fR +Where to place the results +.TP +\fB\-\-root_work=\fR +Where to work on the results +.TP +\fB\-\-output_name=\fR +How to name the final file +.TP +\fB\-\-output_path=\fR +Path under root_final to place file +.TP +\fB\-\-output_track_num_format=\fR +Specifies a printf format for the track +numbering, e.g. "%02d" +.TP +\fB\-\-output_trans=\fR +Specifies a regular expression +that effects the output of what +filename is generated, e.g. "tr/ /_/" +.PP +[CDDB Overrides] +.TP +\fB\-\-global\fR=== +e.g. ARTIST=Bare Naked Ladies +(Make sure to use escapes or quotes) +(also \fB\-\-cddb_global\fR) +.TP +\fB\-\-track\fR===[= ]* +e.g. 14=TRACK=Alone ARTIST=Heart +(Make sure to use escapes or quotes) +.TP +\fB\-\-cddb_dump=\fR +Dump cddb information to +then exit (no editing, encoding, etc.) +.TP +\fB\-\-cddb_out=\fR +After the entire process is completed, +output the cddb information to +. This filename works with +the same pattern rules as the other +output files, however some keyword may +may not be available. The information +saved will reflect any editing. +.TP +\fB\-\-confirm\fR +Confirm cddb information +(also \fB\-\-cddb_confirm\fR) +Use \fB\-\-noconfirm\fR to turn off. +.PP +[Ripper] +.TP +\fB\-r\fR, \fB\-\-ripper=\fR