Skip to content

How do I use rename PP on enumerated files? #6588

Closed Answered by mikf
nucspl asked this question in Q&A
Discussion options

You must be logged in to vote

rename.from is the same as rename.to, but in the opposite direction. You give it a filename format string and it renames files whose filename match the from format to your current extractor.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.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@mikf
Comment options

mikf Dec 2, 2024
Maintainer

Answer selected by nucspl
@nucspl
Comment options

@mikf
Comment options

mikf Dec 3, 2024
Maintainer

@nucspl
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment