• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AUTHORSH A D02-Oct-2014411 1812

COPYINGH A D25-Sep-201417.6 KiB341281

ChangeLogH A D04-Oct-20142 KiB7951

INSTALLH A D25-Sep-201415.4 KiB371288

Makefile.amH A D04-Oct-2014238 109

Makefile.inH A D04-Oct-201430.5 KiB797702

READMEH A D04-Oct-2014662 2416

aclocal.m4H A D04-Oct-201439.6 KiB1,1321,014

configureH A D04-Oct-2014145.3 KiB5,0234,126

configure.acH A D04-Oct-2014684 1918

depcompH A D04-Oct-201420.4 KiB709460

install-shH A D04-Oct-201413.7 KiB528351

lsdvd.1H A D24-Sep-20141.6 KiB8976

lsdvd.cH A D03-May-202219.9 KiB552437

lsdvd.hH A D04-Oct-20142.3 KiB10295

missingH A D04-Oct-201410.1 KiB332243

ocode.cH A D25-Sep-20149.1 KiB280225

ocode.hH A D24-Sep-2014687 3326

ohuman.cH A D25-Sep-20144.9 KiB127106

oxml.cH A D25-Sep-20144.7 KiB177130

oxml.hH A D02-Oct-2014466 2415

README

1lsdvd is a program that reads information about a DVD and outputs it
2to the console in various formats: human-readable, perl, python, ruby
3and XML.
4
5Run 'lsdvd --help' to see options.
6
7The only required library is libvdread.
8
9To install from the git source, you will need autools installed
10to run autoreconf:
11
12  $ autoreconf -fi
13
14To build the source after this, or when using the source tarball,
15run these commands:
16
17  $ ./configure
18  $ make
19  $ make install
20
21See https://sourceforge.net/projects/lsdvd/ for documentation, to report
22bugs, follow progress in git, and follow the development mailing list.
23Patches, feedback and bug reports about DVDs are welcome!
24