readme: batch rename example with subdirectories

This commit is contained in:
Agustín González 2025-11-18 22:49:46 -03:00 committed by GitHub
parent ac085b8149
commit 326b76058a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1039,6 +1039,11 @@ or a mix of both:
* `format` = `(1). (artist) - (title).(ext)` * `format` = `(1). (artist) - (title).(ext)`
* `output` = `07. meganeko - Sirius A.mp3` * `output` = `07. meganeko - Sirius A.mp3`
or if you want to put it in sub folders (this will create the required subdirectories)
* `regex` = `(.*) - (.*) - (.*)`
* `format` = `(1)/(2)/(3)`
* `output` = `meganeko/Eclipse/07 Sirius A.mp3`
the metadata keys you can use in the format field are the ones in the file-browser table header (whatever is collected with `-mte` and `-mtp`) the metadata keys you can use in the format field are the ones in the file-browser table header (whatever is collected with `-mte` and `-mtp`)