We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,
The text was updated successfully, but these errors were encountered:
I've done a quick test and it looks like a bug.
Sorry, something went wrong.
7e30e7c
No branches or pull requests
I have a config file like this:
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,
The text was updated successfully, but these errors were encountered: