Open joewood opened 3 years ago
What type of information?
If you check out the movie variable it will show you what data is in it. Type movie?.
and it should list everything on it. See this https://github.com/joewood/filmharmonic/blob/main/src/show-movie.tsx#L32
To start with add the Actors
This is the information that can be added: Title: string; Year: string; Rated: string; Released: string; Runtime: string; Genre: string; Director: string; Writer: string; Actors: string; Plot: string; Language: string; Country: string; Awards: string; Poster: string; Ratings: Rating[]; Metascore: string; imdbRating: string; imdbVotes: string; imdbID: string; Type: string; DVD: string; BoxOffice: string; Production: string; Website: string; Response: string;
Some of this information can be hidden at low device sizes
Also see #13