craeckor / client-side-movies-series-search

Client-side website for searching and viewing series and movies.
https://csmss.craeckor.ch/
GNU General Public License v3.0
2 stars 1 forks source link

Add themoviedb (themoviedb.org) as search-index #2

Open craeckor opened 2 months ago

craeckor commented 2 months ago

I'm currently working on this but this could take a couple of days or even weeks to finish, because we need an API which can add Headers to a request and forward them to the destination and just give the response back. Handle the data will still be client-side but I cannot expose a valid (read-only) API-Key for themoviedb as this could be used for abusing.

craeckor commented 2 months ago

It will be that you can choose between IMDb and themoviedb. With themoviedb you will get a couple more hosts than with IMDb

craeckor commented 2 months ago

I'll not make them mixing together because this obviously causes double-listening and to fix this on client-side would be too complex.

craeckor commented 1 month ago

Update: The API for themoviedb to fetch data is online

craeckor commented 1 month ago

Update: Beta is available and will be published soon.