-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
%title{ } Capitalize after apostrophe #3033
Labels
feature
features we would like to implement
good first issue
https://github.com/beetbox/beets/pull/5479
Comments
Good point! This could be smarter than Python’s built-in |
Looks like replacing it with |
Awesome; good find, @jackwilsdon. Do you know whether it works with Unicode punctuation like ‘’? |
Looks like it works as expected 👍
|
GuilhermeHideki
added a commit
that referenced
this issue
Oct 22, 2018
GuilhermeHideki
added a commit
that referenced
this issue
Nov 29, 2018
GuilhermeHideki
added a commit
that referenced
this issue
Nov 29, 2018
GuilhermeHideki
added a commit
that referenced
this issue
Nov 29, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature
features we would like to implement
good first issue
https://github.com/beetbox/beets/pull/5479
Problem
When you add %title{} to something for example %title{$title}, the capitalization is also done after an apostrophe, leading to some weird capitalization like "Can'T" "Don'T" "I'M" ...
Example :
"50 Cent - If I Can't" become "50 Cent - If I Can'T"
Setup
The text was updated successfully, but these errors were encountered: