diff options
Diffstat (limited to 'modules/home.legacy/conf/beets/replace_override.yaml')
-rw-r--r-- | modules/home.legacy/conf/beets/replace_override.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/home.legacy/conf/beets/replace_override.yaml b/modules/home.legacy/conf/beets/replace_override.yaml new file mode 100644 index 00000000..23d6ea55 --- /dev/null +++ b/modules/home.legacy/conf/beets/replace_override.yaml @@ -0,0 +1,10 @@ +--- +replace: + '[\\/]': _ + '^\.': _ + '[\x00-\x1f]': _ + '[<>:"\?\*\|]': _ + '\.$': _ + '\s+$': '' + '^\s+': '' + '^-': _ |