From 8f45c86aa7647ad5491ef169cbea871301c5651f Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 11 Aug 2024 02:34:43 +0200 Subject: fix(home/beets): Specify replacement schema --- modules/home/conf/beets/replace_override.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/home/conf/beets/replace_override.yaml (limited to 'modules/home/conf/beets/replace_override.yaml') diff --git a/modules/home/conf/beets/replace_override.yaml b/modules/home/conf/beets/replace_override.yaml new file mode 100644 index 00000000..23d6ea55 --- /dev/null +++ b/modules/home/conf/beets/replace_override.yaml @@ -0,0 +1,10 @@ +--- +replace: + '[\\/]': _ + '^\.': _ + '[\x00-\x1f]': _ + '[<>:"\?\*\|]': _ + '\.$': _ + '\s+$': '' + '^\s+': '' + '^-': _ -- cgit 1.4.1