summaryrefslogtreecommitdiff
path: root/multimedia/dvdbackup/README
diff options
context:
space:
mode:
authorLenard Spencer <lenardrspencer@gmail.com>2020-04-10 10:02:38 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-04-10 10:05:41 +0700
commita12618cee86affbb592795671404804ba2909ae7 (patch)
tree7739278ed71600444afad89993a062967846c7bb /multimedia/dvdbackup/README
parent06a103a47aaf9e2b4934ceb7d283fb67ca7613a7 (diff)
downloadslackbuilds-a12618cee86affbb592795671404804ba2909ae7.tar.gz
multimedia/dvdbackup: Fix build on -current.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/dvdbackup/README')
-rw-r--r--multimedia/dvdbackup/README15
1 files changed, 14 insertions, 1 deletions
diff --git a/multimedia/dvdbackup/README b/multimedia/dvdbackup/README
index 48ef05de8d..1e9c1fd8cf 100644
--- a/multimedia/dvdbackup/README
+++ b/multimedia/dvdbackup/README
@@ -1,4 +1,17 @@
dvdbackup is a tool to backup video DVDs from the command line.
It has the advantages of being small, fast, and easy to use.
-libdvdcss is optional but most likely desired.
+By default, dvdbackup reformats the DVD title by replacing the
+underscores with spaces and converting to "Proper Case".
+To turn this "feature" off and retain the original VOLUME_ID
+formatting, pass CLOBBER="no" to the script.
+
+For those who wish to test this on current (15.0 EXPERIMENTAL),
+pass CURRENT="yes" to the script. Just bear in mind that
+functions -M, (mirror entire disc), -T (mirror titleset)
+and -F (main feature) are nonfunctional ATM under current.
+
+NOTE: Copyright laws vary from nation to nation, so bear in mind
+that this program is only intended for personal backups.
+
+libdvdcss is is an optional runtime dependency.