X-Git-Url: https://git.hcoop.net/clinton/abcde.git/blobdiff_plain/2f8d6a34bdd9bd9fbc3a025872da65f820d55a9f..a2052a0093cc495de72e225041e6dfc60a3406ee:/abcde?ds=sidebyside diff --git a/abcde b/abcde index d6d35fb..bd8ead5 100755 --- a/abcde +++ b/abcde @@ -1669,9 +1669,11 @@ pre_read () : } +############################################################################### # End of functions # # Start of execution +############################################################################### # Builtin defaults CDDBURL="http://freedb.freedb.org/~cddb/cddb.cgi" @@ -1861,7 +1863,7 @@ fi # Parse command line options #while getopts 1a:bc:C:d:Dhj:klLnNo:pr:S:t:T:vVx opt ; do -while getopts 1a:A:bc:C:d:Dhj:klLnNo:pr:Rs:S:t:T:vVxw: opt ; do +while getopts 1a:A:bc:C:d:Dhj:klLnNo:pr:Rs:S:t:T:vVxw:W: opt ; do case "$opt" in 1) ONETRACK=y ;; a) ACTIONS="$OPTARG" ;; @@ -1902,6 +1904,7 @@ while getopts 1a:A:bc:C:d:Dhj:klLnNo:pr:Rs:S:t:T:vVxw: opt ; do V) EXTRAVERBOSE="y" ;; x) EJECTCD="y" ;; w) COMMENT="$OPTARG" ;; + W) STARTTRACKNUMBER="${OPTARG}01" ; STARTTRACKNUMBERTAG="y" ; COMMENT="CD${OPTARG}" ;; ?) usage; exit ;; esac done