File: README

package info (click to toggle)
libdevice-cdio-perl 0.2.4-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 2,396 kB
  • ctags: 893
  • sloc: ansic: 7,012; perl: 3,625; makefile: 119; sh: 3
file content (37 lines) | stat: -rw-r--r-- 1,517 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
A description of the example programs.

audio.pl      show mostly audio (analog) controls. Can be used to play
	      a CD. Because libcdio supports Disc Images as well as a real
	      CD-ROM, a CDRWIN (BIN/CUE), cdrdao (TOC) or Nero NRG disc
	      image can be played as well. Run --help to get a list of 
              options

cdchange.pl:  A program to test if a CD has been changed since the last
	      change test.

device.pl     A program to show drive capabilities..
	      Various drives on various OS/s may or may not report
              information correctly. (Perhaps someday libcdio will figure
	      out enough work arounds. voluneteers welcome!)

drives.pl:    A program list CD-ROMs and CD properties in the drives.
	      Various drives on various OS/s may or may not report
              information correctly. (Perhaps someday libcdio will figure
	      out enough work arounds. voluneteers welcome!)

eject.pl      A program eject a CD from a CD-ROM drive and then close the door
	      again.

iso1.pl:      A program to show using Device::Cdio::ISO9660 to list files in a
	      directory of an ISO-9660 image.

iso2.pl:      A program to show using Device::Cdio::ISO9660 to extract a file
	      from a CDRWIN cue/bin CD image.

iso3.pl:      A program to show using Device::Cdio::ISO9660 to extract a file 
	      from an ISO-9660 image.

tracks.pl     A program to list track numbers and logical sector
	      numbers of a Compact Disc

$Id: README,v 1.5 2006/03/23 13:20:33 rocky Exp $