File: README

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 (72 lines) | stat: -rw-r--r-- 2,071 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
69
70
71
72
Compact Disc Detect & Execute utility

Copyright(C) 2002-2004, Eric Lathrop <eric@ericlathrop.com>
Copyright(C) 2008, Stanislav Maslovski <stanislav.maslovski@gmail.com>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

For more details see the file COPYING.


What is cdde?
=============
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 disc, and execute a specified command.

This means you can put in a dvd and your favorite dvd software can start,
or put in a data cd and have it 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

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.

Please email me <eric@ericlathrop.com> with all feedback/bugs/feature requests.
It's the only way I can improve this software!


Installation & Configuration
============================
Read the file INSTALL


What's New
=================
Read the file CHANGELOG


Known Bugs
==========
Read the file BUGS


Upcoming features
=================
Read the file TODO