mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 16:35:08 -05:00
* better example for generic renaming use-case
This commit is contained in:
parent
91815ef4cc
commit
318aa8c6ab
@ -44,7 +44,7 @@ music.example[3]: {pi.pad(2)} {n} - {t} {[af, audio.BitRate]}
|
||||
music.example[4]: {n}/{album+'/'}{pi.pad(2)+'. '} {t}
|
||||
|
||||
# simple filename without extension
|
||||
file.example[0]: {i.pad(3)} - {n}
|
||||
file.example[0]: {i.pad(3)} - {fn}
|
||||
# simple filename regex-replace
|
||||
file.example[1]: {n.replaceAll(/\\d+/, '')}
|
||||
# simple filename regex-replace
|
||||
|
Loading…
Reference in New Issue
Block a user