Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path_filter_whitespace not working #513

Closed
wararjey opened this issue Oct 13, 2020 · 1 comment
Closed

path_filter_whitespace not working #513

wararjey opened this issue Oct 13, 2020 · 1 comment
Labels
Accepted Accepted issue on our roadmap Bug Generic bug: can be used together with more specific labels
Milestone

Comments

@wararjey
Copy link

I have a config file like this:

path_filter_dot = True
path_filter_posix = True
path_filter_vfat = True
path_filter_whitespace = True
path_filter_printable = False

[whipper.cd.rip]
unknown = False
output_directory = /path/to/output_directory
track_template = %%A/%%y-%%d/%%t-%%n
disc_template =  %%A/%%y-%%d/%%A-%%d

I would expect that the output files have all spaces replaced by the underscore. However, the spaces do not get removed.

Is there something wrong with my config file or is this a bug?

Regards,

@JoeLametta JoeLametta added Accepted Accepted issue on our roadmap Bug Generic bug: can be used together with more specific labels labels Dec 26, 2020
@JoeLametta JoeLametta added this to the 1.0 milestone Dec 26, 2020
@JoeLametta
Copy link
Collaborator

Is there something wrong with my config file or is this a bug?

I've done a quick test and it looks like a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Accepted issue on our roadmap Bug Generic bug: can be used together with more specific labels
Projects
None yet
Development

No branches or pull requests

2 participants