From 33feefd9cdddbf34bd9f0be7f925ec56c1041121 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 5 Aug 2021 23:14:19 +0200 Subject: [PATCH] sup merge conflict --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e3e0be5..014bf608 100644 --- a/README.md +++ b/README.md @@ -404,10 +404,10 @@ you could use just regex to rename it: * `output` = `07. meganeko - Sirius A.mp3` or you could use just tags: -* `format` = `(tn). (artist) - (title).(ext)` +* `format` = `$lpad((tn),2,0). (artist) - (title).(ext)` * `output` = `7. meganeko - Sirius A.mp3` -or a mix of both since it doesn't have functions yet (for example to add leading zeroes): +or a mix of both: * `regex` = ` - ([0-9]{2}) ` * `format` = `(1). (artist) - (title).(ext)` * `output` = `07. meganeko - Sirius A.mp3`