-
Notifications
You must be signed in to change notification settings - Fork 65
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
MetadataSearchResult modified to be more descriptive #59
base: master
Are you sure you want to change the base?
Conversation
Updated MetadataSearchResult to show the book title, author, and publishing year rather than just the title. This should improve the end user's ability to find the correct match rather than providing just the title which may have multiple results by various authors.
This would be super helpful! |
Agreed - at the moment you have to cycle through the choices. Narrator would be helpful as well. |
@twojciac just having a little play around with this code. The problem with how you've written it (or how the Audiobook metadata agent works) is that when you save the metadata, the descriptive title is saved instead of the book title. So you end up with the description string *EDIT: I think this may have been as I hadn't removed the original |
Don't have time to faff around with pulling etc, but if you want to get the narrator to display you should replace the line:
and the line: |
This feature has already been implemented in the re-written fork: https://github.com/seanap/Audiobooks.bundle |
Apologies, wasn't aware there was an active fork. Will chuck in a feature request then. |
@djdembeck added a new feature request and the appropriate code for the rewrite. |
Updated MetadataSearchResult to show the book title, author, and publishing year rather than just the title. This should improve the end user's ability to find the correct match rather than providing just the title which may have multiple results by various authors.