From 39f029945ca1578c91b43b3deb5ddd076e5a7598 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 12 Feb 2016 14:51:09 +0100 Subject: using gnu stow for dotfiles now --- clamz/.clamz/config | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 clamz/.clamz/config (limited to 'clamz/.clamz/config') diff --git a/clamz/.clamz/config b/clamz/.clamz/config new file mode 100644 index 0000000..ef2881d --- /dev/null +++ b/clamz/.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 "!\"$*:;<>?\\`|~" + -- cgit v1.2.3