From 28691c29e93fbc4fdb5ae4866287282840fba021 Mon Sep 17 00:00:00 2001 From: randomdan Date: Fri, 19 Sep 2014 23:52:30 +0000 Subject: First bash at a slicer ice proxy for TMDb and an untested instantiation in p2pvr's core adapter --- libtmdb/samples/movie_550.json | 57 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 libtmdb/samples/movie_550.json (limited to 'libtmdb/samples/movie_550.json') diff --git a/libtmdb/samples/movie_550.json b/libtmdb/samples/movie_550.json new file mode 100644 index 0000000..fe0b4a8 --- /dev/null +++ b/libtmdb/samples/movie_550.json @@ -0,0 +1,57 @@ +{ + "adult": false, + "backdrop_path": "/8uO0gUM8aNqYLs1OsTBQiXu0fEv.jpg", + "belongs_to_collection": null, + "budget": 63000000, + "genres": [ + { + "id": 28, + "name": "Action" + }, + { + "id": 18, + "name": "Drama" + }, + { + "id": 53, + "name": "Thriller" + } + ], + "homepage": "http://www.fightclub.com/", + "id": 550, + "imdb_id": "tt0137523", + "original_title": "Fight Club", + "overview": "A ticking-time-bomb insomniac and a slippery soap salesman channel primal male aggression into a shocking new form of therapy. Their concept catches on, with underground \"fight clubs\" forming in every town, until an eccentric gets in the way and ignites an out-of-control spiral toward oblivion.", + "popularity": 61151.745000000003, + "poster_path": "/2lECpi35Hnbpa4y46JX0aY3AWTy.jpg", + "production_companies": [ + { + "name": "20th Century Fox", + "id": 25 + } + ], + "production_countries": [ + { + "iso_3166_1": "DE", + "name": "Germany" + }, + { + "iso_3166_1": "US", + "name": "United States of America" + } + ], + "release_date": "1999-10-15", + "revenue": 100853753, + "runtime": 139, + "spoken_languages": [ + { + "iso_639_1": "en", + "name": "English" + } + ], + "status": "Released", + "tagline": "How much can you know about yourself if you've never been in a fight?", + "title": "Fight Club", + "vote_average": 9.0999999999999996, + "vote_count": 174 +} -- cgit v1.2.3