1graveman(1) graveman's USER COMMANDS graveman(1)
2
3
4
6 graveman - graphical frontend to create or copy CDs and DVDs.
7
8
10 graveman [ options ]
11
12
14 graveman! is a GUI frontend for cdrtools (cdrecord, readcd, mkisofs),
15 dvd+rw-tools, sox and flac. It allows you to burn audio CDs (from WAV,
16 Ogg, MP3 or Flac files) and data CDs / DVDs, and allows you to dupli‐
17 cate CDs. You can also import M3U and PTS playlists.
18
19
21 Command line options will overwrite parameters stored in configuration
22 files.
23
24 -c, --config <file1[:file2:...]>
25 To define the preference-ordered set of extra configuration
26 files to use in priority. Configuration files should be sepa‐
27 rated with a colon ':'.
28
29 -D, --data <directory1[:directory2:...]>
30 To define the preference-ordered set of extra data directories
31 to use in priority. Graveman will load data likes themes from
32 those directories. Directories should be separated with a colon
33 ':'.
34
35 -t, --theme <theme1[:theme2:...]>
36 To define the preference-ordered set of themes to use. First
37 valid theme will be used. Themes should be separated with a
38 colon ':'.
39
40 -s, --scan_drives
41 With this option graveman always perform drive autodetection on
42 startup.
43
44 -v, --version
45 Print version informations and exit.
46
47 -V Print compilation information and exit.
48
49
51 Please report any bugs to http://graveman.tuxfamily.org/bugs-e.php.
52 It's often better to attach your graveman.conf configuration file with
53 bug report. You can also compile graveman in debug mode and attach
54 graveman output.
55
56
58 graveman configuration file:
59
60 XDG_CONFIG_HOME/graveman/graveman.conf
61 HOME/graveman/graveman.conf
62 XDG_CONFIG_DIRS/graveman/graveman.conf
63
64 XDG_CONFIG_HOME, HOME and XDG_CONFIG_DIRS are environments variables.
65 First existing file will be used.
66
67 graveman data directory:
68
69 XDG_DATA_HOME/graveman/
70 HOME/.local/share/graveman/
71 XDG_DATA_DIRS/graveman/
72
73 XDF_DATA_HOME, HOME et XDG_DATA_DIRS are environments variables. First
74 existing directory will be used.
75
77 cdrecord(1), mkisofs(1), growisofs(1m), cdrdao(1), readcd(1), flac(1),
78 sox(1)
79
80
82 This document was last revised for graveman! version 0.3.10.
83
84
86 Copyright (C) 2005 Sylvain Cresto - scresto _at_ gmail.com - Main coder
87 Please download the latest graveman! versions on
88 http://www.nongnu.org/graveman.
89
90
92 yeKcim - yeknan _at_ yahoo.fr - Graveman logo
93 Peggy Kutyla - peggy.kutyla _at_ laposte.net - Some icons
94 Olivier Rolland - olivier.rolland _at_ gmail.com - Original "graft
95 points" patch
96 Wouter van der Rijst - wouter.van.der.rijst _at_ zonnet.nl - Dutch
97 translation, packages, many things
98 Please read THANKS file for others contributors.
99
100
101
102
103
1040.3.10 02 April 2005 graveman(1)