logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cdde - Compact Disc Detect & Execute

Authors

       Eric Lathrop <eric@ericlathrop.com>
       Stanislav Maslovski <stanislav.maslovski@gmail.com>

Description

       cdde is a program that detects when a cdrom drive on your system has had a disc inserted.

       When it finds a disc inserted in the drive it will attempt to determine the type of the disc, and execute
       a specified command.

       This  means  you  can  put in a dvd and your favorite dvd software will start, or put in a data cd and it
       will be automatically mounted for you.

       Right now cdde can detect the following types of discs:
               * audio cd
               * data cd
               * dvd
               * mixed audio/data cd
               * vcd
               * svcd
               * blank cdr/dvdr

       For now the dvd checking is just a bit of magic that checks to see if there's a "video_ts"  directory  on
       the disc. Same goes for the vcd checking: it just looks for a "vcd" directory on the disc.

       cdde reads its configuration from "~/.cdde.xml" unless otherwise specified on the command line.

Files

~/.cdde.xml

Name

       cdde - Compact Disc Detect & Execute

Options

-r,--run
              Run commands on disc already in drive when is started.

       -b,--batch
              Batch mode: check all drives once then exit. (implies -r)

       -c,--config <filename>
              Use the config file <filename>. (Default is ~/.cdde.xml)

       -v,--verbose
              Print out lots of information.

       -V,--version
              Print out version information.

       -h,--help
              Print Display this help and exit.

See Also

cdde.xml(5)

Synopsis

       cdde [-cfilename] [-rbvVh]

Website

       For the latest release of cdde, see:
       http://cdde.sourceforge.net/

Eric Lathrop                                          0.3.1                                              cdde(1)

See Also