summaryrefslogtreecommitdiff
path: root/.clamz/config
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-06-13 11:08:56 +0200
committerPatrick Simianer <p@simianer.de>2014-06-13 11:08:56 +0200
commit3eec877c1a096a1efcd3e20e1b72aa254f96758c (patch)
tree82c705feaa08dea25872b68dc3aec61fa7ea647b /.clamz/config
init
Diffstat (limited to '.clamz/config')
-rw-r--r--.clamz/config28
1 files changed, 28 insertions, 0 deletions
diff --git a/.clamz/config b/.clamz/config
new file mode 100644
index 0000000..ef2881d
--- /dev/null
+++ b/.clamz/config
@@ -0,0 +1,28 @@
+## Clamz configuration file
+
+## Default format for output filenames. This may contain any of
+## the following variables:
+##
+## ${title} ${creator} ${album} ${tracknum} ${album_artist}
+## ${genre} ${discnum} ${suffix} ${asin} ${album_asin}
+##
+## The name format may also contain slashes, if you'd like to
+## categorize your files in subdirectories.
+NameFormat "${tracknum} - ${title}.${suffix}"
+
+## The base directory in which to store downloaded music.
+## If unset, it defaults to the current directory.
+# OutputDir "/home/me/Music"
+
+## Set to True to allow uppercase in filenames.
+## False to convert to lowercase.
+AllowUppercase True
+
+## Set to True to output UTF-8 filenames, False to output ASCII only,
+## UseLocale to check the system locale setting.
+AllowUTF8 UseLocale
+
+## The set of ASCII characters which are disallowed. (Control
+## characters and slashes are always disallowed.)
+ForbidChars "!\"$*:;<>?\\`|~"
+