-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.etc.jackrc
41 lines (32 loc) · 1.49 KB
/
example.etc.jackrc
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
# jackrc-version:31
# Global jackrc file, documenting some of the most important
# options. The default options are commented out.
# If you want to changes some of these options, add --save to the command-line
# which sets the respective options. They will be saved in your ~/.jack3rc.
##########################################################################
# The directory where jack puts the files by default.
# This defaults to the current directory if unset:
#base_dir:~/jack
# The default ripper. You can choose from 'cdparanoia'(default), 'cdda2wav',
# 'tosha' or 'dagrab' (The last two are not packaged in Debian).
#ripper:cdparanoia
# The default encoder. You can choose from 'oggenc'(default), 'xing',
# 'mppenc', 'lame', 'l3enc', 'gogo', 'mp3enc' or 'flac' (only oggenc, flac,
# lame and mppenc are available in Debian).
#encoder:oggenc
# The VBR-quality of the encoded OGGs. -1 is lowest, 10 is highest.
#vbr_quality:4
# rename_fmt specifies how the resulting files are named:
# %n: track number
# %a: artist
# %t: track title
# %l: album title
# %y: album release year - individual track years are unsupported
# %g: album genre - individual track genres are unsupported
#rename_fmt:%a - %l - %n - %t # "Artist - Album - 01 - Tracktitle.[ext]"
# If this is set, query freedb when starting to rip a CD.
# By default, jack does not query freedb
#query_if_needed=yes
# If this is set, continue work even if the freedb-query failed.
# By default, jack stops with an error
#cont_failed_query