Skip to content

[FR] Allow user to prevent filenames with certain characters #83

@danowar2k

Description

@danowar2k

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions