~ubuntu-branches/ubuntu/trusty/burn/trusty

« back to all changes in this revision

Viewing changes to example/burn.conf

  • Committer: Bazaar Package Importer
  • Author(s): Ben Finney
  • Date: 2009-08-23 23:32:37 UTC
  • mfrom: (1.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20090823233237-06ev83e82s256o2t
Tags: 0.4.5-1
* The “Miss is a sea fish” release.
* Urgency high to address security alert TEMP-0542329.
* New upstream version:
  + Documentation updates.
  + Use ‘subprocess’ module for secure invocation of child processes.
    (Closes: Bug#542329, Bug#542750)
  + No longer uses programs from ‘cdrecord’, instead switch to ‘cdrkit’
    programs.
* debian/control:
  + Update to ‘Standards-Version: 3.8.3’. No extra changes needed.
  + Additional Build-Depends for building documentation.
* debian/patches/:
  + 03.configure-current-executables.patch: obsoleted by new version.
* debian/patches/series, debian/rules, debian/control:
  + Remove Quilt infrastructure as no patches are applied.
* debian/copyright:
  + Update copyright dates.
* debian/docs, debian/install, debian/doc-base:
  + New upstream file locations.
  + Register documentation for ‘doc-base’.
* debian/pyversions:
  + Require at least Python 2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# burn.conf
 
2
# Configuration for Burn optical media writer front-end.
 
3
 
 
4
[general]
 
5
 
 
6
# Prompt to continue if executed as non-root user?
 
7
ask_root: yes
 
8
 
 
9
# Use external programs for decoding compressed audio?
 
10
external_decoding: no
 
11
 
 
12
[executables]
 
13
 
 
14
# Path to media image writer program.
 
15
wodim: /usr/bin/wodim
 
16
 
 
17
# Path to media disc-at-once read/write program.
 
18
cdrdao: /usr/bin/cdrdao
 
19
 
 
20
# Path to media image generator program.
 
21
genisoimage: /usr/bin/genisoimage
 
22
 
 
23
# Path to decoder program for MP3 data.
 
24
mp3_decoder: /usr/bin/mpg321
 
25
 
 
26
# Command options for MP3 decoder program.
 
27
mp3_decoder_option: -q -w
 
28
 
 
29
# Path to decoder program for Ogg Vorbis data.
 
30
ogg_decoder: /usr/bin/ogg123
 
31
 
 
32
# Command options for Ogg Vorbis decoder program.
 
33
ogg_decoder_option: -q -d wav -f
 
34
 
 
35
[ISO]
 
36
 
 
37
# Path to create temporary image files.
 
38
tempdir: /tmp/
 
39
 
 
40
# File name for temporary image files.
 
41
image: burn_image.iso
 
42
 
 
43
# Add Joliet data (to make a MS Windows compatible filesystem)?
 
44
windows_read: yes
 
45
 
 
46
# Mount point (directory path) for checking image filesystem.
 
47
mount_dir: /mnt/
 
48
 
 
49
[CD-writer]
 
50
 
 
51
# Device node path for optical media writer.
 
52
device: /dev/cdrom
 
53
 
 
54
# Speed setting for write operations.
 
55
speed: 4
 
56
 
 
57
# Value for ‘driver’ setting when invoking ‘cdrdao’ command.
 
58
driver: generic-mmc
 
59
 
 
60
# Use Buffer Underrun Free writing support?
 
61
burnfree: yes
 
62
 
 
63
[CD-reader]
 
64
 
 
65
# Device node path for optical media reader.
 
66
device: /dev/cdrom
 
67
 
 
68
# Value for ‘driver’ setting when invoking ‘cdrdao’ command.
 
69
driver:
 
70
 
 
71
[Media]
 
72
 
 
73
# Detect target media capacity before writing?
 
74
media-check: no
 
75
 
 
76
# Default media capacity (MB) for media writer.
 
77
size: 700