leepeuker / movary

Self hosted web app to track and rate your watched movies
MIT License
388 stars 14 forks source link

REQ: more details in the search list #578

Open punkyard opened 7 months ago

punkyard commented 7 months ago

Description

when searching a movie, it's not always easy to remember the poster, its exact name ..

Desired Behavior

**in the search list:

Additional Context

punkyard commented 7 months ago

what do you think of these features?

leepeuker commented 7 months ago

I personally never had an issue before when searching, but I see your point in general. My inspiration for the current design was the letterboxd mobile view (I am using this for years, so I am probably just very accustomed to it like this): unnamed (3)

To your concrete suggestions:

The idea of the search results is to not show much data on purpose, so that the user can very quickly see and scan the results, without having to scroll a lot and be distracted by things which are most of the time not necessary to identify a movie.

What do you think about this?

leepeuker commented 7 months ago

I had a quick look, adding the director is not that easy, the search endpoint of TMDB does not return this information. We would have to send additional requests for each movie in the search results to get the director. That will have impact on the loading time of the search results. I will build a prototype to check how noticeable this is, maybe we could add this as an optional feature :thinking:

punkyard commented 7 months ago

ok I see, that's the phone display. Here is what I see on my PC screen:

Capture d’écran 2024-02-03 à 14 40 54

I'm trying to add many of the films I've seen. Sometimes I'm not sure of the title, actors, or I have no memory of the poster. It would be great (in this case) to see poster information better.

Thanks for your pleasant understanding!

punkyard commented 7 months ago

about bigger poster, actors name and resume, do you see sometimes how streaming websites display these information in a frame that appears when mouse is over?

leepeuker commented 7 months ago

ok I see, that's the phone display

This is the desktop view used at letterboxd:

image

It shows even less than on mobile :smile:

I'm trying to add many of the films I've seen. Sometimes I'm not sure of the title, actors, or I have no memory of the poster. It would be great (in this case) to see poster information better.

Hm I see. I agree that the "Add movie" search is not very good for this use case, but that is because it is focused on a different use case. When you have added your past movies you will usually only add movies you have recently watched and for them you do not need much information (title and year should basically enough, more is only needed if there are two movies with the same title in the same year which is very rare). So in the normal day to day usage of an average user (who already has imported his/her past movies) the displayed information should be more than enough. The more data is displayed and the bigger the posters are, the more you have to scroll and scan the screen for something you already know pretty well what it is. I would recommend to search for your past movies that you do not remember exactly on other platforms that are more build around this use case (like tmdb, imdb, etc) and than add them to Movary.

about bigger poster, actors name and resume, do you see sometimes how streaming websites display these information in a frame that appears when mouse is over?

Streaming websites are focused on you finding movies to watch. They give you as much information as possible with the goal to get your view. To decide if you want to watch a movie it makes sense to show you e.g. the description of it or the cast. Movary is where you go afterwards, when you have watched a movie (or you want to search for movies you have already logged).