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

Remove "?" from filenames instead of replacing it with "_" #108

Open
huserbg opened this issue Jun 5, 2021 · 1 comment
Open

Remove "?" from filenames instead of replacing it with "_" #108

huserbg opened this issue Jun 5, 2021 · 1 comment

Comments

@huserbg
Copy link

huserbg commented Jun 5, 2021

It's good that CUETools replaces the special characters with underscores but there is one specific case which I would like to be handled differently - track titles which end with a question mark.
I think that it's ugly to have filenames ending with underscore and it's not rare to have titles which are a question and end with "?".
What I do is manually rename the file to remove the underscore and edit the .cue file, but it will be great if this can be handled by CUETools itself.
It can be done more universal by allowing to specify a list of special characters to be removed instead of be replaced with underscores.

@bvanevery
Copy link

Non-uniform processing of characters according to special cases sounds like a bad idea. What if a title has multiple question marks in a row? What if a title is 2 phrases, each ending with a question mark? It is least surprising to handle all cases in a uniform manner. Suggest closing this feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants