feat(meta): TMDB search and movie lookup (#49)
ci / rust (push) Successful in 1m26s
ci / web (push) Successful in 12s
e2e / e2e (push) Successful in 1m0s

This commit was merged in pull request #49.
This commit is contained in:
2026-08-22 19:52:57 +01:00
parent 3e57cf5bf8
commit 03ca4a26e8
14 changed files with 2177 additions and 18 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": "/xOMo8BRK7PfcJv9JCnx7s5hj0PX.jpg",
"genre_ids": [878, 12],
"id": 693134,
"original_language": "en",
"original_title": "Dune: Part Two",
"overview": "Follow the mythic journey of Paul Atreides as he unites with Chani and the Fremen while on a path of revenge against the conspirators who destroyed his family.",
"popularity": 234.53,
"poster_path": "/1pdfLvkbY9ohJlCjQH2CZjjYVvJ.jpg",
"release_date": "2024-02-27",
"title": "Dune: Part Two",
"video": false,
"vote_average": 8.157,
"vote_count": 6104
},
{
"adult": false,
"backdrop_path": null,
"genre_ids": [878],
"id": 1156593,
"original_language": "en",
"original_title": "Dune: Part Three",
"overview": "",
"popularity": 41.2,
"poster_path": null,
"release_date": "",
"title": "Dune: Part Three",
"video": false,
"vote_average": 0.0,
"vote_count": 0
}
],
"total_pages": 1,
"total_results": 2
}