Utilisation de l'API pour accéder au contenu de Ciné-Passion
Cette api permet l'accès aux informations de la base de données Ciné-Passion via des systèmes de requêtes simples et des retours dans un format facilement utilisable par vos applications. (XML uniquement pour le moment)
Sommaire |
Vous devez disposer d'une clé API pour pouvoir utiliser la base de Ciné-Passion. Cette clé ne doit en aucun cas être diffusée en clair dans votre application.
Pour en faire la demande http://passion-xbmc.org/demande-clef-api-api-key-request/
En plus de la clef API qui identifie votre application, vos utilisateurs devront être inscrits sur le forum Passion XBMC pour pouvoir accéder aux informations de la base. Afin de ne pas faire transiter en clair ces identifiants, ceux-ci seront transmis sous la forme d'un "hashcode". Aussi, pour utiliser la version sécurisée de l'api, vous remplacerez les champs Username et Password respectivement par :
$Username = base64_encode($login); $Password = sha1(strtolower($login).$password);
import base64 Username = base64.b64encode( "login" ) import sha Password = sha.new( "login".lower() + "password" ).hexdigest()
La fonction Movie.Search permet de faire une recherche de films sur la base.
La recherche de film ne décompte pas le quota, le résumé des films est réduit aux 100 premiers caractères suivis de... et seule une affiche est proposée dans deux tailles fixées pour réduire l'utilisation de la bande passante.
Seuls les 20 premiers résultats sont retournés et sont suffisamment détaillés pour permettre de choisir le bon film.
http://passion-xbmc.org/scraper/API/1/Movie.Search/Username/Password/Query/Lang/Format/APIKEY/XXX
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <results> <quota use="0" authorize="300" reset_date="2010-11-11 08:12:43"/> <query>Matrix</query> <movie> <id>19776</id> <imdb>133093</id_imdb> <last_change>1288537554</last_change> <title>Matrix</title> <originaltitle>The Matrix</originaltitle> <year>1998</year> <runtime>135</runtime> <directors> <director>Larry Wachowski</director> <director>Andy Wachowski</director> </directors> <plot>Programmeur anonyme dans un service administratif le jour, Thomas Anderson devient Neo la nuit venue...</plot> <images> <image id="357546" type="Poster" size="preview" width="350" height="500" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_Matrix-357546.jpg"/> <image id="357546" type="Poster" size="thumb" width="85" height="120" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_Matrix-357546.jpg"/> </images> </movie> </results>
La fonction Movie.GetInfo permet de récupérer la fiche d'un film dans la base.
http://passion-xbmc.org/scraper/API/1/Movie.GetInfo/Username/Password/Query/Lang/Format/APIKEY/XXX
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <movie> <quota use="1" authorize="300" reset_date="2010-11-11 08:12:43"/> <id>60208</id> <id_allocine>60208</id_allocine> <id_imdb>361748</id_imdb> <last_change>1288543210</last_change> <url>http://passion-xbmc.org/scraper/index2.php?Page=ViewMovieID=60208</url> <title>Inglourious Basterds</title> <originaltitle>Inglourious Basterds</originaltitle> <year>2008</year> <runtime>153</runtime> <plot>Dans la France occupée de 1940, Shosanna Dreyfus assiste à l'exécution de sa famille tombée entre les mains du colonel nazi Hans Landa. Shosanna s'échappe de justesse et s'enfuit à Paris où elle se construit une nouvelle identité en devenant exploitante d'une salle de cinéma.Quelque part ailleurs en Europe, le lieutenant Aldo Raine forme un groupe de soldats juifs américains pour mener des actions punitives particulièrement sanglantes contre les nazis. Les bâtards, nom sous lequel leurs ennemis vont apprendre à les connaître, se joignent à l'actrice allemande et agent secret Bridget von Hammersmark pour tenter d'éliminer les hauts dignitaires du Troisième Reich. Leurs destins vont se jouer à l'entrée du cinéma où Shosanna est décidée à mettre à exécution une vengeance très personnelle...</plot> <information>Avertissement : Interdit aux moins de 12 ans / Couleur / Format de projection : 2.35 : 1 Cinemascope / Format de production : 35 mm</information> <saga/> <sorttitle/> <directors> <director>Quentin Tarantino</director> </directors> <trailers> <trailer>http://hd.fr.mediaplayer.allocine.fr/nmedia/18/70/45/22/18909460_fa2_vf_hd.flv</trailer> </trailers> <countries> <country>U.S.A.</country> <country>Allemagne</country> </countries> <genres> <genre>Guerre</genre> </genres> <studios> <studio>Universal Pictures International</studio> </studios> <credits> <credit>Quentin Tarantino</credit> </credits> <certifications> <certification nation="USA">R</certification> <certification nation="UK">18</certification> <certification nation="New Zealand">R16</certification> <certification nation="Ireland">18</certification> <certification nation="Sweden">15</certification> <certification nation="Finland">K-15</certification> <certification nation="Australia">MA</certification> <certification nation="Germany">16</certification> <certification nation="Canada">14A</certification> <certification nation="Netherlands">16</certification> <certification nation="Norway">15</certification> <certification nation="Singapore">M18</certification> <certification nation="Portugal">M/16</certification> <certification nation="France">-12</certification> <certification nation="Hong Kong">III</certification> <certification nation="South Korea">18</certification> <certification nation="Iceland">16</certification> <certification nation="Japan">R15+</certification> <certification nation="Argentina">16</certification> <certification nation="Hungary">18</certification> <certification nation="Brazil">18</certification> <certification nation="Chile">TE</certification> <certification nation="Italy">T</certification> <certification nation="Spain">13</certification> <certification nation="India">A</certification> <certification nation="South Africa">16LV</certification> <certification nation="Malaysia">18PL</certification> <certification nation="Mexico">B15</certification> <certification nation="Philippines">R-18</certification> <certification nation="Denmark">15</certification> <certification nation="Austria">16</certification> <certification nation="Peru">14</certification> </certifications> <images> <image id="352095" type="Poster" size="original" width="1531" height="2268" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352095.jpg"/> <image id="352095" type="Poster" size="preview" width="1531" height="2268" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352095.jpg"/> <image id="352095" type="Poster" size="thumb" width="1531" height="2268" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352095.jpg"/> <image id="349673" type="Poster" size="original" width="1512" height="2185" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-349673.jpg"/> <image id="349673" type="Poster" size="preview" width="1512" height="2185" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-349673.jpg"/> <image id="349673" type="Poster" size="thumb" width="1512" height="2185" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-349673.jpg"/> <image id="352096" type="Poster" size="original" width="1275" height="1892" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352096.jpg"/> <image id="352096" type="Poster" size="preview" width="1275" height="1892" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352096.jpg"/> <image id="352096" type="Poster" size="thumb" width="1275" height="1892" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352096.jpg"/> <image id="352097" type="Poster" size="original" width="1080" height="1599" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352097.jpg"/> <image id="352097" type="Poster" size="preview" width="1080" height="1599" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352097.jpg"/> <image id="352097" type="Poster" size="thumb" width="1080" height="1599" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352097.jpg"/> <image id="352098" type="Poster" size="original" width="1017" height="1445" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352098.jpg"/> <image id="352098" type="Poster" size="preview" width="1017" height="1445" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352098.jpg"/> <image id="352098" type="Poster" size="thumb" width="1017" height="1445" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352098.jpg"/> <image id="352099" type="Poster" size="original" width="1014" height="1500" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352099.jpg"/> <image id="352099" type="Poster" size="preview" width="1014" height="1500" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352099.jpg"/> <image id="352099" type="Poster" size="thumb" width="1014" height="1500" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352099.jpg"/> <image id="352101" type="Poster" size="original" width="1012" height="1500" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352101.jpg"/> <image id="352101" type="Poster" size="preview" width="1012" height="1500" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352101.jpg"/> <image id="352101" type="Poster" size="thumb" width="1012" height="1500" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352101.jpg"/> <image id="352100" type="Poster" size="original" width="1012" height="1500" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352100.jpg"/> <image id="352100" type="Poster" size="preview" width="1012" height="1500" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352100.jpg"/> <image id="352100" type="Poster" size="thumb" width="1012" height="1500" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352100.jpg"/> <image id="352102" type="Poster" size="original" width="1010" height="1500" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352102.jpg"/> <image id="352102" type="Poster" size="preview" width="1010" height="1500" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352102.jpg"/> <image id="352102" type="Poster" size="thumb" width="1010" height="1500" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352102.jpg"/> <image id="352103" type="Poster" size="original" width="1000" height="1500" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352103.jpg"/> <image id="352103" type="Poster" size="preview" width="1000" height="1500" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352103.jpg"/> <image id="352103" type="Poster" size="thumb" width="1000" height="1500" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352103.jpg"/> <image id="352104" type="Poster" size="original" width="1000" height="1500" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352104.jpg"/> <image id="352104" type="Poster" size="preview" width="1000" height="1500" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352104.jpg"/> <image id="352104" type="Poster" size="thumb" width="1000" height="1500" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352104.jpg"/> <image id="352105" type="Poster" size="original" width="864" height="1280" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352105.jpg"/> <image id="352105" type="Poster" size="preview" width="864" height="1280" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352105.jpg"/> <image id="352105" type="Poster" size="thumb" width="864" height="1280" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352105.jpg"/> <image id="352106" type="Poster" size="original" width="794" height="1162" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352106.jpg"/> <image id="352106" type="Poster" size="preview" width="794" height="1162" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352106.jpg"/> <image id="352106" type="Poster" size="thumb" width="794" height="1162" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352106.jpg"/> <image id="352107" type="Poster" size="original" width="790" height="1161" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352107.jpg"/> <image id="352107" type="Poster" size="preview" width="790" height="1161" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352107.jpg"/> <image id="352107" type="Poster" size="thumb" width="790" height="1161" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352107.jpg"/> <image id="352108" type="Poster" size="original" width="675" height="1000" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352108.jpg"/> <image id="352108" type="Poster" size="preview" width="675" height="1000" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352108.jpg"/> <image id="352108" type="Poster" size="thumb" width="675" height="1000" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352108.jpg"/> <image id="352109" type="Poster" size="original" width="600" height="800" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-352109.jpg"/> <image id="352109" type="Poster" size="preview" width="600" height="800" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-352109.jpg"/> <image id="352109" type="Poster" size="thumb" width="600" height="800" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-352109.jpg"/> <image id="286683" type="Poster" size="original" width="600" height="800" url="http://passion-xbmc.org/scraper/Gallery/main/Poster_InglouriousBasterds-286683.peg"/> <image id="286683" type="Poster" size="preview" width="600" height="800" url="http://passion-xbmc.org/scraper/Gallery/preview/Poster_InglouriousBasterds-286683.peg"/> <image id="286683" type="Poster" size="thumb" width="600" height="800" url="http://passion-xbmc.org/scraper/Gallery/thumb/Poster_InglouriousBasterds-286683.peg"/> <image id="352075" type="Fanart" size="original" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/main/Fanart_InglouriousBasterds-352075.jpg"/> <image id="352075" type="Fanart" size="preview" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/preview/Fanart_InglouriousBasterds-352075.jpg"/> <image id="352075" type="Fanart" size="thumb" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/thumb/Fanart_InglouriousBasterds-352075.jpg"/> <image id="352079" type="Fanart" size="original" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/main/Fanart_InglouriousBasterds-352079.jpg"/> <image id="352079" type="Fanart" size="preview" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/preview/Fanart_InglouriousBasterds-352079.jpg"/> <image id="352079" type="Fanart" size="thumb" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/thumb/Fanart_InglouriousBasterds-352079.jpg"/> <image id="352076" type="Fanart" size="original" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/main/Fanart_InglouriousBasterds-352076.jpg"/> <image id="352076" type="Fanart" size="preview" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/preview/Fanart_InglouriousBasterds-352076.jpg"/> <image id="352076" type="Fanart" size="thumb" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/thumb/Fanart_InglouriousBasterds-352076.jpg"/> <image id="294964" type="Fanart" size="original" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/main/Fanart_InglouriousBasterds-294964.jpg"/> <image id="294964" type="Fanart" size="preview" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/preview/Fanart_InglouriousBasterds-294964.jpg"/> <image id="294964" type="Fanart" size="thumb" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/thumb/Fanart_InglouriousBasterds-294964.jpg"/> <image id="352077" type="Fanart" size="original" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/main/Fanart_InglouriousBasterds-352077.jpg"/> <image id="352077" type="Fanart" size="preview" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/preview/Fanart_InglouriousBasterds-352077.jpg"/> <image id="352077" type="Fanart" size="thumb" width="1920" height="1080" url="http://passion-xbmc.org/scraper/Gallery/thumb/Fanart_InglouriousBasterds-352077.jpg"/> <image id="385394" type="Fanart" size="original" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/main/Fanart_InglouriousBasterds-385394.jpg"/> <image id="385394" type="Fanart" size="preview" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/preview/Fanart_InglouriousBasterds-385394.jpg"/> <image id="385394" type="Fanart" size="thumb" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/thumb/Fanart_InglouriousBasterds-385394.jpg"/> <image id="385395" type="Fanart" size="original" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/main/Fanart_InglouriousBasterds-385395.jpg"/> <image id="385395" type="Fanart" size="preview" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/preview/Fanart_InglouriousBasterds-385395.jpg"/> <image id="385395" type="Fanart" size="thumb" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/thumb/Fanart_InglouriousBasterds-385395.jpg"/> <image id="385396" type="Fanart" size="original" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/main/Fanart_InglouriousBasterds-385396.jpg"/> <image id="385396" type="Fanart" size="preview" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/preview/Fanart_InglouriousBasterds-385396.jpg"/> <image id="385396" type="Fanart" size="thumb" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/thumb/Fanart_InglouriousBasterds-385396.jpg"/> <image id="385392" type="Fanart" size="original" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/main/Fanart_InglouriousBasterds-385392.jpg"/> <image id="385392" type="Fanart" size="preview" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/preview/Fanart_InglouriousBasterds-385392.jpg"/> <image id="385392" type="Fanart" size="thumb" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/thumb/Fanart_InglouriousBasterds-385392.jpg"/> <image id="385393" type="Fanart" size="original" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/main/Fanart_InglouriousBasterds-385393.jpg"/> <image id="385393" type="Fanart" size="preview" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/preview/Fanart_InglouriousBasterds-385393.jpg"/> <image id="385393" type="Fanart" size="thumb" width="600" height="400" url="http://passion-xbmc.org/scraper/Gallery/thumb/Fanart_InglouriousBasterds-385393.jpg"/> </images> <ratings> <rating type="allocine" votes="16341">10</rating> <rating type="imdb" votes="185952">8,4</rating> <rating type="cinepassion" votes="1">7</rating> </ratings> <casting> <person id="399039" name="Lena Friedrich" character="Suzanne LaPadite" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="15570" name="Quentin Tarantino" character="Le premier cadavre Allemand scalpé (non crédité)" idthumb="33899" thumb="http://passion-xbmc.org/scraper/Gallery/main/QuentinTarantino-33899.jpg"/> <person id="1837" name="Bo Svenson" character="le colonel américain" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="10" name="Harvey Keitel" character="L'officier Américain à la radio (non crédité)" idthumb="30885" thumb="http://passion-xbmc.org/scraper/Gallery/main/HarveyKeitel-30885.jpg"/> <person id="190134" name="Alexander Fehling" character="Sergent Wilhelm" idthumb="130856" thumb="http://passion-xbmc.org/scraper/Gallery/main/AlexanderFehling-130856.jpg"/> <person id="399063" name="Andreas Tietz" character="le motocycliste #2" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="399058" name="Leo Plank" character="le motocycliste #1" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="399051" name="Michael Scheel" character="General Frank" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="399050" name="Olivier Girard (II)" character="le serveur de chez Maxim's" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="132303" name="Wilfried Hochholdinger" character="le sergent allemand" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="219265" name="Hilmar Eichhorn" character="Emil Jannings" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="94953" name="Gregory Nicotero" character="Major de la Gestapo" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="192782" name="Olivier Girard" character="Kellner im Maxims" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="101538" name="Eva Löbau" character="Miriam Dreyfus" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="248649" name="Patrick Elias" character="Jakob Dreyfus" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="399049" name="Salvadore Brandt" character="Bob Dreyfus" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="46909" name="Buddy Joe Hooker" character="Gaspar" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="264024" name="Sebastian Hülk" character="le chauffeur d'Hellstrom" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="33592" name="André Penvern" character="le vieux vétérinaire français" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="228275" name="Carlos Fidel" character="Simon Sakowitz" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="264020" name="Rainer Bock" character="General Schonherr" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="399040" name="Wolfgang Lindner" character="Herman #1" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="198069" name="Christina Rodriguez" character="Julie LaPadite" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="202625" name="Ken Duken" character="le soldat allemand/Mata Hari" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="206888" name="Volker Michalowski" character="le soldat allemand/Edgar Wallace" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="61429" name="Arndt Schwering-Sohnrey" character="le soldat allemand/Winnetou" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="14454" name="Samuel L. Jackson" character="Narrateur" idthumb="31300" thumb="http://passion-xbmc.org/scraper/Gallery/main/SamuelLJackson-31300.jpg"/> <person id="261093" name="Anastasia Schifler" character="Marie" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="201573" name="Michael Kranz" character="Herrmann #3" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="261090" name="Petra Hartung" character="Anastasia Schifler" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="4971" name="Enzo G. Castellari" character="le général nazi" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="80661" name="Ludger Pistor" character="Capitaine Wolfgang" idthumb="206546" thumb="http://passion-xbmc.org/scraper/Gallery/main/LudgerPistor-206546.jpg"/> <person id="241050" name="Jean-Jacques Ido" character="Marcel" idthumb="175195" thumb="http://passion-xbmc.org/scraper/Gallery/main/JeanJacquesIdo-175195.jpg"/> <person id="34734" name="Jana Pallaske" character="Babette" idthumb="206178" thumb="http://passion-xbmc.org/scraper/Gallery/main/JanaPallaske-206178.jpg"/> <person id="71150" name="Richard Sammel" character="Sergent Werner Rachtman" idthumb="34616" thumb="http://passion-xbmc.org/scraper/Gallery/main/RichardSammel-34616.jpg"/> <person id="134866" name="Marie de Villepin" character="Non précisé" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> <person id="1784" name="Cloris Leachman" character="Mme Himmelstein" idthumb="31932" thumb="http://passion-xbmc.org/scraper/Gallery/main/ClorisLeachman-31932.jpg"/> <person id="3154" name="Rod Taylor" character="Winston Churchill" idthumb="33864" thumb="http://passion-xbmc.org/scraper/Gallery/main/RodTaylor-33864.jpg"/> <person id="235810" name="Soenke Möhring" character="Butz" idthumb="206545" thumb="http://passion-xbmc.org/scraper/Gallery/main/SoenkeMhring-206545.jpg"/> <person id="66010" name="Christian Berkel" character="Eric le propriétaire" idthumb="31696" thumb="http://passion-xbmc.org/scraper/Gallery/main/ChristianBerkel-31696.jpg"/> <person id="28303" name="August Diehl" character="Major Deiter Hellstrom" idthumb="39179" thumb="http://passion-xbmc.org/scraper/Gallery/main/AugustDiehl-39179.jpg"/> <person id="34363" name="Martin Wuttke" character="Adolf Hitler" idthumb="206544" thumb="http://passion-xbmc.org/scraper/Gallery/main/MartinWuttke-206544.jpg"/> <person id="30227" name="Sylvester Groth" character="Joseph Goebbels" idthumb="206543" thumb="http://passion-xbmc.org/scraper/Gallery/main/SylvesterGroth-206543.jpg"/> <person id="168766" name="Omar Doom" character="Omar Ulmer" idthumb="183236" thumb="http://passion-xbmc.org/scraper/Gallery/main/OmarDoom-183236.jpg"/> <person id="67966" name="Michael Bacall" character="Michael Zimmerman" idthumb="161443" thumb="http://passion-xbmc.org/scraper/Gallery/main/MichaelBacall-161443.jpg"/> <person id="149207" name="Anne-Sophie Franck" character="Mathilda" idthumb="91851" thumb="http://passion-xbmc.org/scraper/Gallery/main/AnneSophieFranck-91851.jpg"/> <person id="213266" name="Paul Rust" character="Andy Kagan" idthumb="198183" thumb="http://passion-xbmc.org/scraper/Gallery/main/PaulRust-198183.jpg"/> <person id="94188" name="Julie Dreyfus" character="Francesca Mondino" idthumb="40821" thumb="http://passion-xbmc.org/scraper/Gallery/main/JulieDreyfus-40821.jpg"/> <person id="149205" name="Léa Seydoux" character="Charlotte LaPadite" idthumb="82154" thumb="http://passion-xbmc.org/scraper/Gallery/main/LaSeydoux-82154.jpg"/> <person id="178367" name="Denis Ménochet" character="Perrier LaPadite" idthumb="196545" thumb="http://passion-xbmc.org/scraper/Gallery/main/DenisMnochet-196545.jpg"/> <person id="111933" name="Samm Levine" character="Gerold Hirschberg" idthumb="186311" thumb="http://passion-xbmc.org/scraper/Gallery/main/SammLevine-186311.jpg"/> <person id="132408" name="B.J. Novak" character="Smithson Utivich" idthumb="137314" thumb="http://passion-xbmc.org/scraper/Gallery/main/BJNovak-137314.jpg"/> <person id="83459" name="Diane Kruger" character="Bridget Von Hammersmark" idthumb="54360" thumb="http://passion-xbmc.org/scraper/Gallery/main/DianeKruger-54360.jpg"/> <person id="17061" name="Maggie Cheung" character="Madame Mimieux" idthumb="50311" thumb="http://passion-xbmc.org/scraper/Gallery/main/MaggieCheung-50311.jpg"/> <person id="14838" name="Mike Myers" character="General Ed Fenech" idthumb="54944" thumb="http://passion-xbmc.org/scraper/Gallery/main/MikeMyers-54944.jpg"/> <person id="28295" name="Gedeon Burkhard" character="Caporal Wilhelm Wicki" idthumb="206542" thumb="http://passion-xbmc.org/scraper/Gallery/main/GedeonBurkhard-206542.jpg"/> <person id="17571" name="Til Schweiger" character="Sergent Hugo Stiglitz" idthumb="33451" thumb="http://passion-xbmc.org/scraper/Gallery/main/TilSchweiger-33451.jpg"/> <person id="93155" name="Daniel Brühl" character="Fredrick Zoller" idthumb="54776" thumb="http://passion-xbmc.org/scraper/Gallery/main/DanielBrhl-54776.jpg"/> <person id="127611" name="Michael Fassbender" character="Lieutenant Archie Hicox" idthumb="31295" thumb="http://passion-xbmc.org/scraper/Gallery/main/MichaelFassbender-31295.jpg"/> <person id="66955" name="Eli Roth" character="Sergent Donnie Donowitz" idthumb="34484" thumb="http://passion-xbmc.org/scraper/Gallery/main/EliRoth-34484.jpg"/> <person id="155364" name="Christoph Waltz" character="Colonel Hans Landa" idthumb="139095" thumb="http://passion-xbmc.org/scraper/Gallery/main/ChristophWaltz-139095.jpg"/> <person id="18273" name="Mélanie Laurent" character="Shosanna Dreyfus" idthumb="33597" thumb="http://passion-xbmc.org/scraper/Gallery/main/MlanieLaurent-33597.jpg"/> <person id="12302" name="Brad Pitt" character="Lieutenant Aldo Raine" idthumb="30720" thumb="http://passion-xbmc.org/scraper/Gallery/main/BradPitt-30720.jpg"/> <person id="399044" name="Christian Brückner" character="Kliest (voix)" idthumb="0" thumb="http://passion-xbmc.org/scraper/Images/Actor_Unknow.png"/> </casting> </movie>
La fonction Movie.GetUpdate permet de récupérer la date de la dernière modification d'une fiche de film (ou de plusieurs).
http://passion-xbmc.org/scraper/API/1/Movie.GetUpdate/Username/Password/Query/Lang/Format/APIKEY/XXX
La valeur de last_change est un TimeStamp unix.
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <results> <quota use="1" authorize="300" reset_date="2011-01-27 09:47:09"/> <movie> <id>19776</id> <last_change>1288537554</last_change> </movie> <movie> <id>60208</id> <last_change>1288543210</last_change> </movie> </results>
La fonction User.GetInfos permet de récupérer des infos de base sur l'utilisateur.
http://passion-xbmc.org/scraper/API/1/User.GetInfos/Username/Password/Lang/Format/APIKEY
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <profile> <country>Canada</country> <quota>666</quota> <nickname>beep! beep!</nickname> <messages>666</messages> <avatar url="http://../avatar_1114.png" file="avatar_1114.png" /> </profile>
La fonction User.GetQuota permet de récupérer le quota de l'utilisateur.
http://passion-xbmc.org/scraper/API/1/User.GetQuota/Username/Password/Lang/Format/APIKEY
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <userquota> <quota use="1" authorize="300" reset_date="2011-01-27 09:47:09"/> </userquota>