File: cdde.1.in

package info (click to toggle)
cdde 0.3.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 504 kB
  • ctags: 73
  • sloc: sh: 995; ansic: 782; makefile: 17
file content (68 lines) | stat: -rw-r--r-- 1,741 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.TH "cdde" "1" "@VERSION@" "Eric Lathrop" ""
.SH "NAME"
.LP 
cdde \- Compact Disc Detect & Execute
.SH "SYNOPSIS"
.LP 
cdde [\fI\-c filename\fP] [\fI\-rbvVh\fP]
.SH "DESCRIPTION"
.LP 
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.
.SH "OPTIONS"
.LP
.TP
\fB\-r, \-\-run\fR
Run commands on disc already in drive when is started.
.TP
\fB\-b, \-\-batch\fR
Batch mode: check all drives once then exit. (implies -r)
.TP
\fB\-c, \-\-config\fR <\fIfilename\fP>
Use the config file <\fIfilename\fP>. (Default is ~/.cdde.xml)
.TP
\fB\-v, \-\-verbose\fR
Print out lots of information.
.TP
\fB\-V, \-\-version\fR
Print out version information.
.TP
\fB\-h, \-\-help\fR
Print Display this help and exit.
.SH "FILES"
.LP
~/.cdde.xml
.SH "SEE ALSO"
.LP
cdde.xml(5)
.SH "AUTHORS"
.LP
Eric Lathrop <eric@ericlathrop.com>
.br
Stanislav Maslovski <stanislav.maslovski@gmail.com>
.SH "WEBSITE"
For the latest release of cdde, see:
.br
http://cdde.sourceforge.net/