Files
arr/crates/arr-meta/tests/fixtures/movie_theatrical_only.json
T
naps62-yolo 03ca4a26e8
ci / rust (push) Successful in 1m26s
ci / web (push) Successful in 12s
e2e / e2e (push) Successful in 1m0s
feat(meta): TMDB search and movie lookup (#49)
2026-08-22 19:52:57 +01:00

44 lines
1.1 KiB
JSON

{
"adult": false,
"backdrop_path": null,
"budget": 0,
"genres": [{ "id": 18, "name": "Drama" }],
"homepage": "",
"id": 1022789,
"imdb_id": "tt27675327",
"origin_country": ["US"],
"original_language": "en",
"original_title": "Still In Cinemas",
"overview": "A film that has opened theatrically and has no digital release yet.",
"popularity": 120.4,
"poster_path": "/placeholder.jpg",
"production_countries": [{ "iso_3166_1": "US", "name": "United States of America" }],
"release_date": "2026-08-01",
"revenue": 0,
"runtime": 96,
"spoken_languages": [{ "english_name": "English", "iso_639_1": "en", "name": "English" }],
"status": "Released",
"tagline": "",
"title": "Still In Cinemas",
"video": false,
"vote_average": 7.1,
"vote_count": 210,
"release_dates": {
"results": [
{
"iso_3166_1": "US",
"release_dates": [
{
"certification": "PG",
"descriptors": [],
"iso_639_1": "",
"note": "",
"release_date": "2026-08-01T00:00:00.000Z",
"type": 3
}
]
}
]
}
}