NAME
movie-compare-dvd - Test whether a burn was successful
SYNOPSIS
movie-compare-dvd directory1_to_check directory2_to_check
DESCRIPTION
This program takes two directory names and compares all the files in
the two directories with each other. I personally use this program to
compare the files on a freshly burnt DVD with the originals, but the
program can compare any two directories for differences.
The program takes into account that files might be named slightly
differently in the different directories. Currently, it takes into
account that lowercase and uppercase letters should be treated as being
the same, and the underscore and minus signs are treated equally.
DIAGNOSTICS
The program will report "The files are the same" if the directories are
equal.
The program will report "The files are NOT the same" if the directories
are not the same and will report the differences in diff-style output.
In this case, the program will exit with a non-zero exit code.
EXAMPLE
The command line that I use most often is:
movie-compare-dvd dvd_buffer_directory /dvdmount
SEE ALSO
videotrans(1), movie-title(1), movie-make-title(1), movie-make-title-
simple(1), movie-rip-tv.com(1), movie-rip-epg.data(1), movie-to-dvd(1)
AUTHOR
The author is Sven Berkvens-Matthijsse (sven@berkvens.net). Please
send any project related e-mail to videotrans@berkvens.net.
BUGS
None known. Please report any bugs to videotrans@berkvens.net!
videotrans movie-compare-dvd(1)