Sha256: 0cbe9dc265e35f6ce9eef901df1b761941df6a4532db9094c7b9df229c6f9d28

Contents?: true

Size: 1.28 KB

Versions: 2

Compression:

Stored size: 1.28 KB

Contents

= Example Programs

== audio.rb

Show mostly audio (analog) controls. Can be used to play a CD. Because
libcdio supports Disc Images as well as a realCD-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

== cdchagne.rb

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

== device.rb

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.rb

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.rb

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

== iso1.rb

A program to show using ISO9660::IFS to list files in a directory of
an ISO-9660 image.

== iso2.rb

A program to show using ISO9660::FS to extract a file from a CDRWIN
cue/bin CD image.

== iso3.rb

A program to show using ISO9660::IFS to extract a file.

== tracks.rb

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

$Id: README,v 1.4 2007/10/13 23:00:18 rocky Exp $

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rbcdio-0.02 example/README
rbcdio-0.03 example/README