leepeuker / movary

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

Make cast pages more detailed #383

Open JVT038 opened 1 year ago

JVT038 commented 1 year ago

Currently, the page of an actors looks like this:

image

I want to see more things such as:

leepeuker commented 1 year ago

We already display the birth and death day, if the data is there. you have to run tmdb sync tmdb:person:sync to fetch the meta data.

When adding a new movie, not existing persons are created with only the data available from the cast information, which does not include this like birth dates.