diff options
author | Patrick Simianer <p@simianer.de> | 2016-02-12 14:51:09 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-02-12 14:51:09 +0100 |
commit | 39f029945ca1578c91b43b3deb5ddd076e5a7598 (patch) | |
tree | 177a8aad56fa0dd4b811c174eaea15df129d1e72 /.clamz/config | |
parent | 098ff5a14faf9542a62bfb07d50c06e689525137 (diff) |
using gnu stow for dotfiles now
Diffstat (limited to '.clamz/config')
-rw-r--r-- | .clamz/config | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/.clamz/config b/.clamz/config deleted file mode 100644 index ef2881d..0000000 --- a/.clamz/config +++ /dev/null @@ -1,28 +0,0 @@ -## 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 "!\"$*:;<>?\\`|~" - |