Is your feature request related to a problem? Please describe.
I'd want "safe" filenames. It seems like podcast episode titles are used for the filenames. Many contain whitespace, strange emojis and other stuff that crops up. That leads to filenames that don't look very portable.
Describe the solution you'd like
It would be nice if one could whitelist certain characters (like [a-zA-Z0-9] etc. which are relatively "standard" characters) and provide a replace character like "_" which all non-whitelisted chars would be replaced with.
It doesn't look like the tool supports options (or a config file?) as of right now, so of course this would have to be done before that.
Is your feature request related to a problem? Please describe.
I'd want "safe" filenames. It seems like podcast episode titles are used for the filenames. Many contain whitespace, strange emojis and other stuff that crops up. That leads to filenames that don't look very portable.
Describe the solution you'd like
It would be nice if one could whitelist certain characters (like [a-zA-Z0-9] etc. which are relatively "standard" characters) and provide a replace character like "_" which all non-whitelisted chars would be replaced with.
It doesn't look like the tool supports options (or a config file?) as of right now, so of course this would have to be done before that.