I was thinking of making a website that would show information about movies and books, for that I intend to get data from apis like TMDB and OpenLibrary.
My idea is to put them together in collections, for example the Harry Potter collection will contain all the original books and films from the franchise.
The site would automatically update the data in predetermined periods.
Does anyone have any idea how I could relate this data and assemble the collections, how can I know which movies and books belong to the same franchise, have some logic that allows this process to be automatic?
Thank you in advance!