-
Notifications
You must be signed in to change notification settings - Fork 3
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
Show more infos in search results #25
Comments
Hi, Some times ago I was thinking about a way to let the user format the list output himself. The problem is that the current format is such that is not easy to represent it in a simple formatted string. FYI, the current code generating the list output is here:
With some rules:
I can imagine using the following format for the current list output:
What do you think about that? |
I don't see how to show a clean list of alternative titles with this method (no duplicate with original title and no empty title) but it's way more configurable. Adequate for me. |
Yep, you right. But it is possible to do what ever you want using the new rewrite datasource, and to include the new field in the format :-). |
Hi, feature has been implemented! :-) Tell me if you have idea to enhance it! |
After upgrade to last commit, I've this:
without bold text (but stats have bold text yet) (python2-lxml is installed). I did not find, in the code, how to configure this new feature (it's a new "listing" block?). |
Ok, I just figured that we speak about different things. You speak about search results (as you wrote) and I, about list command. My mistake :-). To answer to your last message, ok, I noted the bug and it will be fixed soon. To answer your original message: I need some time to decide. I can't use the system I implemented for the list command, and the feature you want need a lot of changes in datasources api / tmdb backend / tmdb_proxy. Furthermore, fetching alternative titles need one more request for each searched movie, and will slow down the search operation. |
Search results are listed this way:
It would be useful to add some details like that:
with a new config parameter for prefered title's locales (default: user's locale?) and another for number of actors.
The text was updated successfully, but these errors were encountered: