/etc/jackrc is in jack 3.1.1+cvs20050801-29.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | # jackrc-version:31
# Global jackrc file for Debian, documenting some of the most important
# options. The default options are commented out.
# You can copy this to ~/.jack3rc and customize it youself. But beware,
# the syntax is not trivial and might result in errors.
# The preferred way to set options is to add --save to the command-line,
# which sets the respective option 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 avaiable in Debian).
#ripper:cdparanoia
# The default encoder. You can choose from 'oggenc'(default), 'flac', 'xing',
# 'mppenc', 'lame', 'l3enc', 'gogo', 'mp3enc' or (only oggenc and flac 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, always query freedb when starting to rip a CD.
# By default, jack does not query freedb
#query_on_start
# If this is set, continue work even if the freedb-query failed.
# By default, jack stops with an error
#cont_failed_query
|