File: README

package info (click to toggle)
lsdvd 0.21-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 568 kB
  • sloc: sh: 1,398; ansic: 1,342; makefile: 60; xml: 23
file content (23 lines) | stat: -rw-r--r-- 682 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
lsdvd is a program that reads information about a DVD and outputs it
to the console in various formats: human-readable, json, perl, python,
ruby and XML.

Run 'lsdvd --help' to see options.

The only required libraries are libvdread and libxml.

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!