mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-02 22:46:56 -05:00
[Bug]: Author Match for Stephen Fry matched to Stephen Fried #1914
Labels
No labels
authentication
awaiting release
backlog
bug
chapter editor
config-issue
ebooks
encoding/embedding
enhancement
help wanted
listening sessions & progress
planned
possible plugin
progress sync
sorting/filtering/searching
unable to reproduce
upload
users & permissions
waiting
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/audiobookshelf#1914
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andrewinmoco on GitHub (Feb 18, 2024).
Describe the issue
When I clicked "Match All Authors" under the Authors tab Steven Fry (who should be ASIN B000APAGVS) matched to Steven Fried (ASIN B000AQU40K).
Steps to reproduce the issue
Audiobookshelf version
v2.7.2
How are you running audiobookshelf?
Docker
@advplyr commented on GitHub (Feb 18, 2024):
Abs uses audnexus API to get author information and they get author information from audible.
I think Audnexus returns "Stephen Fried" as the closest match because in Audible "Stephen Fried" has a description and "Stephen Fry" does not. The search "Stephen Fry" weighs "Stephen Fried" higher because of the matches in the description.
I made an update that will use the exact match of author name from the search results returned from audnexus if an exact match is found.
I can see this being problematic with minor typos where it returns the exact match of an unknown author, but that is better than returning the wrong author on an exact match.
Stephen Fried has a description and image
https://www.audible.com/author/Stephen-Fried/B000AQU40K
Stephen Fry does not have a description or image
https://www.audible.com/author/Stephen-Fry/B000APAGVS
@advplyr commented on GitHub (Feb 20, 2024):
Fixed in v2.8.0