Commit 2aa9eaad authored by Nico Schallehn's avatar Nico Schallehn

test

parent 1039a6a4
......@@ -52,6 +52,7 @@ if($_GET["action"] == "filme"){
$titel = "Filme";
$MovieArray = $API->API_GetDataList(array("Tabelle"=>"Filme", "Spalten"=>"imdbID,3d,name,added","3d"=>"0","Gesehenzaehler"=>"0","Sortierung"=>"added DESC", "Anzahl" =>"6"));
$movies ="";
var_dump($MovieArray);
foreach ($MovieArray["Data"] as $key => $value) {
//echo "http://webservice.fanart.tv/v3/movies/tt".$value["imdbID"]."?api_key=".Fanart_Key.PHP_EOL;
$fanart = jsonCacheDecoder("http://webservice.fanart.tv/v3/movies/tt".$value["imdbID"]."?api_key=".Fanart_Key);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment