This commit is contained in:
Agustín González 2025-11-24 12:25:05 +01:00 committed by GitHub
commit 4774c06c69
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)`
* `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`)