invalid file name character replacement in recent versions #1632
-
Hi, I noticed that there's a new feature by default listed as Is there a existing way force it to return to underscore usage? The reasons why it may be benefifical
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
The behavior has indeed changed, see #1614. To revert the changes, update the the hidden option
with:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
The behavior has indeed changed, see #1614.
To revert the changes, update the the hidden option
filenameReplacementCharacters
(see https://github.com/gildas-lormeau/SingleFile/wiki/Hidden-options) by replacing:"filenameReplacementCharacters": ["~", "+", "?", "%", "*", ":", "|", """, "<", ">", "\"],
with:
"filenameReplacementCharacters": ["_", "_", "_", "_", "_", "_", "_", "_", "_", "_", "_"],