leepeuker / movary

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

Show movies from both watch history and watch list in person detail page #543

Closed sahinakkaya closed 10 months ago

sahinakkaya commented 10 months ago

Description

Let's say I want to watch a movie from my watch list, but I can't decide what to watch. What I do is prioritize watching movies starring my favorite actor. If I'm lucky, I can remember which movie my favorite actor is in or I can see it from the movie cover. But in cases where I'm unlucky, I have to open the movies on my watch list and check who's starring which is very tedious (considering that I have to click 2 times in order to go to movie detail page in /watchlist page).

Desired Behavior

When we go to the actor's page, we see which of the movies from our watch history he starred in. Similarly, it would be really nice if it could be seen which of the movies from our watch list he is starring. This way, I can choose an actor and when I went to his page, I can easily see his movies that I had not seen before and were on my watch list.

Additional Context

No response

sahinakkaya commented 10 months ago

Maybe something like this could be made: image

I actually like to implement this kind of basic things myself but I couldn't setup the development environment. If someone tell me the simplest way to setup the dev environment with docker, I can implement this feature. (this is also what I would prefer because as it can be seen from my previous issues, I like using this app and I would be more than happy to contribute :)

leepeuker commented 10 months ago

I actually like to implement this kind of basic things myself but I couldn't setup the development environment. If someone tell me the simplest way to setup the dev environment with docker, I can implement this feature.

Checkout the docs on how to setup a local development environment here if you have not already. If you have problems or some things are not clear, ideally post into the Discord development channel (or send me a DM), we are always happy to help :)