summaryrefslogtreecommitdiff
path: root/debian/jackrc
diff options
context:
space:
mode:
Diffstat (limited to 'debian/jackrc')
-rw-r--r--debian/jackrc45
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/jackrc b/debian/jackrc
new file mode 100644
index 0000000..be8c517
--- /dev/null
+++ b/debian/jackrc
@@ -0,0 +1,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