File: example.conf

package info (click to toggle)
disc-cover 1.0.1-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 308 kB
  • ctags: 16
  • sloc: perl: 801; makefile: 76; sh: 1
file content (35 lines) | stat: -rw-r--r-- 883 bytes parent folder | download
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
#######################################
# Configuration values for Disc-Cover #
#   unset values will get a default   #
#######################################

$config_version_config = "1.0.0";

#########
# Paths #
#########
$config_tmp_dir='/tmp';
$config_device='/dev/cdrom';

##########
# Output #
##########
$config_output_format='ps';
$flag_with_extended_track_info=0;
%config_latex_colors = ( title => 'black', artist => 'black', discinfo => 'black', track_number => 'black', track_string => 'black', track_time => 'black' );

########
# CDDB #
########
$config_cddb_cache_directory="$ENV{HOME}/.cddb";
@config_cddb_servers= ( "http://freedb.freedb.org/cgi-bin/cddb.cgi", "http://cddb.cddb.org/cgi-bin/cddb.cgi" );
$flag_force_cddb_lookup=0;

################
# Proxy server #
################
if (defined($ENV{PROXY_SERVER}))
{
	$config_proxy_server="$ENV{PROXY_SERVER}";
}