Commit 82620077 authored by Nico Schallehn's avatar Nico Schallehn

test

parent a46358b0
...@@ -30,7 +30,7 @@ class MediaDBAPI{ ...@@ -30,7 +30,7 @@ class MediaDBAPI{
private $SpaltenFilme = array("name", "imdbID", "3d", "year", "rating", "youtube", "resolution", "duration", "size", "hdd", "added", "lastView", private $SpaltenFilme = array("name", "imdbID", "3d", "year", "rating", "youtube", "resolution", "duration", "size", "hdd", "added", "lastView",
"Genre", "views", "checked", "width", "height", "totalbitrate", "vcodec","acodecger", "abitrateger", "channelsger", "acodeceng", "abitrateeng", "channelseng", "comment", "Genre", "views", "checked", "width", "height", "totalbitrate", "vcodec","acodecger", "abitrateger", "channelsger", "acodeceng", "abitrateeng", "channelseng", "comment",
"md5" , "summary", "Schauspieler"); "md5" , "summary", "Schauspieler");
private $SpaltenEpisoden = array("episodenumber", "name", "source", "duration", "size", "hdd", "lastView", "added", "views", "checked", private $SpaltenEpisoden = array("episodenumber", "season_nr", "series_nr", "name", "source", "duration", "size", "hdd", "lastView", "added", "views", "checked",
"width", "height", "totalbitrate", "vcodec", "acodecger", "abitrateger", "channelsger", "acodeceng", "abitrateeng", "channelseng", "comment", "md5"); "width", "height", "totalbitrate", "vcodec", "acodecger", "abitrateger", "channelsger", "acodeceng", "abitrateeng", "channelseng", "comment", "md5");
private $FilterEinfach = array("imdbID" => "imdbID", "acodecger" => "acodecger", "acodeceng" => "acodeceng", "vcodec" => "vcodec", private $FilterEinfach = array("imdbID" => "imdbID", "acodecger" => "acodecger", "acodeceng" => "acodeceng", "vcodec" => "vcodec",
"resolution" => "resolution", "channelsger" => "channelsger", "channelseng" => "channelseng", "hdd" => "hdd"); "resolution" => "resolution", "channelsger" => "channelsger", "channelseng" => "channelseng", "hdd" => "hdd");
......
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