mirror of
https://github.com/9001/copyparty.git
synced 2025-11-24 07:23:22 -07:00
readme: batch rename example with subdirectories
This commit is contained in:
parent
ac085b8149
commit
326b76058a
|
|
@ -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`)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue