summaryrefslogtreecommitdiff
path: root/clamz
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2017-05-21 16:38:20 +0200
committerPatrick Simianer <p@simianer.de>2017-05-21 16:38:20 +0200
commit2555dc067f7f8915af366a8e344381f8185b271a (patch)
tree4f66476de4ecc63e0b70ea9a84b85ace4bd2e736 /clamz
parentd046586dc26e103dc972167524d75069097669ee (diff)
cleanup
Diffstat (limited to 'clamz')
-rw-r--r--clamz/.clamz/config28
1 files changed, 0 insertions, 28 deletions
diff --git a/clamz/.clamz/config b/clamz/.clamz/config
deleted file mode 100644
index ef2881d..0000000
--- a/clamz/.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 "!\"$*:;<>?\\`|~"
-