-
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
FEATURE REQUEST: narrator in search results #32
Comments
The blank space is something Plex web determines, we have no control over the dialog itself. While the narrator would be good info to have, I think the year is enough already, since there's almost never a book that has 2 different versions that came out the same year, so it's clear to the user which one is theirs. Moreso, at a certain point there isn't enough space to show this information. We would either need to cut out the author (and rely on the author being scored for relevance), or cut out the title, which is obviously not great. |
Looking good with the year. I'd argue that most of the audiobooks I'm putting into Plex I know the narrator - either by listening to the first minute or so of the recording, or through the source. The year for me would require a search on Audible. One other thing I thought about @djdembeck, was to include the source URL in the search results. Honestly don't know whether it accepts HTML or markdown etc, so don't know how feasible it is. This would also be quite handy in identifying which version of the book you're looking for and save the search time. |
The thing to do would be show the 10 digit ASIN at the end. I'm not sure that's necessary or if that's something the community wants? |
I think now it have space to put in the narrator, or its initials. |
Three topics I'd like to discuss:
|
I think we are all on the same page.
|
I think I originally put "narr:", which I guess would be a bit clearer than "with:" but less succinct than n/nr. Author initials is a great idea. It's really about getting the ID of the book right, so personally I don't think it matters whether the full name is displayed or not. Initials for the narrator also makes sense. |
What about abbreviating with with w/? That way the special character might also act as a visible separator. |
Personally, I've not seen 'with' used to describe a narrator, seems more appropriate to be used for a co-author. Audible uses "narrated by" as a tag. Dude I guess it doesn't matter all that much, and I'm happy for this suggestion to be added either way. Just trying to think about clarity for newcomers. |
In a perfect world, search dialog should be just used to correct rare mismatches or broken searches. Alexander made some great changes in their PR. Once that’s merged, we can gather more info from users who think if anything is confusing or can be improved on. It’s good to have these discussions that open people to new ideas! |
Might be a bit gimmicky, but what about using unicode symbols? Fairly concise, immediately recognizable. E.g.
|
It's quite common to have several instances of the same book but with different narrators. To save the trouble of searching which one, I'd suggest including the narrator in the search results.
This is easily done by adding the line to the
score_result()
function on line 500 in init.py:and changing the description variable:
Be nice to squeeze the description a bit more into that blank space too.
The text was updated successfully, but these errors were encountered: