diff options
author | Jacob Moody <moody@posixcafe.org> | 2021-07-17 18:56:11 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2021-07-17 18:56:11 +0000 |
commit | be36c092ac061a04065720e98e5849130487be7f (patch) | |
tree | 40ad26ea3181f58719136d205b7bb2fc10424144 /sys/man/4 | |
parent | 2204634275cbb3337cfc7cc994b57f9aa4017d0d (diff) |
aux/cddb: Provide -e option to print commands to rip audio with tags.
Also parse title/track artist and year.
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/cdfs | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sys/man/4/cdfs b/sys/man/4/cdfs index b038f2f3c..58aca9691 100644 --- a/sys/man/4/cdfs +++ b/sys/man/4/cdfs @@ -19,6 +19,9 @@ cdfs, cddb \- optical disc (CD, DVD, BD) track reader and writer file system ] [ .B -s .I server +] [ +.B -e +.I dir ] .B query .I diskid @@ -175,7 +178,7 @@ reading and writing speeds. Additional lines may further describe the current disc. .PP .I Aux/cddb -takes 4 optional arguments. +takes 5 optional arguments. The .B -s option makes @@ -183,7 +186,7 @@ option makes use .I server for the query instead of -.LR freedb.freedb.org . +.LR gnudb.org . The .B -D option causes the raw database response from the server to be dumped @@ -195,6 +198,12 @@ option causes the time of each track to be appended to the normal output. is like .B -t but prints a final line with the total time. +The +.B -e +option will print rc commands using +.IR audio/flacenc (1) +to encode and tag audio tracks from the disc to output directory +.I dir . .SH EXAMPLES Backup to a BD-R disc: .br |