-
In Kemono, there are files of different hashes but the same name. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
OK, how does rename.from work? Is it like datetime.strptime() which parses according to a given format? |
Beta Was this translation helpful? Give feedback.
-
I don't even get your issue here, to be honest. |
Beta Was this translation helpful? Give feedback.
rename.from
is the same asrename.to
, but in the opposite direction. You give it a filename format string and it renames files whose filename match thefrom
format to your currentextractor.filename
format.The
rename
post processor does not and can not account for filenames produced by"skip": "enumerate"
or other enumerate functionality. You are going to have to rename them yourself or write a script, I'm afraid.