-
Notifications
You must be signed in to change notification settings - Fork 10
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
Abbreviation edge case(s) #37
Comments
Another one, similiar to the previous one:
ends up in |
Wrote a quick fix for these cases but I don't know whether it breaks other scenarios. |
Is there any way to match with the full authors name, but only display the abbreviated name? |
That's already the case from my understanding. Search is performed in line 177, further information is gathered in line 192 and the abbreviation takes place in line 220 and 222. |
That was my understanding as well, sorry I just misinterpreted the edge cases. Looks like it is just not handling author names when there are qualifiers like editor or intro. My bad! Have you tested a book written by a doctor "some name M.D."? |
There is also this list we can add to/use: Audiobooks.bundle/Contents/Code/__init__.py Lines 773 to 778 in 97ea432
|
No I haven't. In german doctor titles are written in front the name so I guess I won't stumble upon this. |
Collecting/reporting edge cases as I come across them:
-editor
as author results in"The Radical King" by C.W.-editor w/ L.Burton
The text was updated successfully, but these errors were encountered: