Menu

Tree [1ddfeb] master /
 History

HTTPS access


File Date Author Commit
 AUTHORS 2014-09-27 Steve Dibb Steve Dibb [06c081] Add Richard, sent content update
 COPYING 2014-09-13 Petter Reinholdtsen Petter Reinholdtsen [b07823] Imported Upstream version 0.10
 ChangeLog 2014-10-25 Steve Dibb Steve Dibb [d6ad9d] Update changelog
 INSTALL 2014-09-25 Petter Reinholdtsen Petter Reinholdtsen [954b58] Update files copied from automake using version...
 Makefile.am 2014-10-04 Steve Dibb Steve Dibb [3f0d56] Add optional debugging support with configure; ...
 README 2014-10-04 Steve Dibb Steve Dibb [738af6] Update README to have instructions for git, sou...
 configure.ac 2014-10-25 Steve Dibb Steve Dibb [b7d4e0] Update target release to 0.18
 lsdvd.1 2014-09-13 Petter Reinholdtsen Petter Reinholdtsen [78aee3] Imported Upstream version 0.16
 lsdvd.c 2014-10-25 Steve Dibb Steve Dibb [1ddfeb] Change empty aspect ratio to do same foo/bar fo...
 lsdvd.h 2014-10-25 Steve Dibb Steve Dibb [190c04] Based on OS, set the default DVD device filename.
 ocode.c 2014-09-25 Petter Reinholdtsen Petter Reinholdtsen [347ebf] Add sector information for the cells in the DVD...
 ocode.h 2014-09-13 Petter Reinholdtsen Petter Reinholdtsen [78aee3] Imported Upstream version 0.16
 ohuman.c 2014-09-25 Steve Dibb Steve Dibb [3da3c3] Remove extra newlines from human output
 oxml.c 2014-09-25 Steve Dibb Steve Dibb [773a4b] Remove trailing whitespace
 oxml.h 2014-09-30 Steve Dibb Steve Dibb [43a63b] Fix -Wmissing-variable-declarations

Read Me

lsdvd is a program that reads information about a DVD and outputs it
to the console in various formats: human-readable, perl, python, ruby
and XML.

Run 'lsdvd --help' to see options.

The only required library is libvdread.

To install from the git source, you will need autools installed
to run autoreconf:

  $ autoreconf -fi

To build the source after this, or when using the source tarball,
run these commands:

  $ ./configure
  $ make
  $ make install

See https://sourceforge.net/projects/lsdvd/ for documentation, to report
bugs, follow progress in git, and follow the development mailing list.
Patches, feedback and bug reports about DVDs are welcome!