Sehr gut, und nützlich danke
[Vorstellung] Kodi WebView
-
RedLabs -
12. Juni 2015 um 12:33 -
Erledigt
-
-
Und weils so schön ist ... hab heut noch mal Zeit gehabt und die "Startseite" fertig gemacht und so eben hochgeladen.
Spoiler anzeigen
Externer Inhalt files.redlabs.infoInhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.Changelog:
- Homebutton im Tobmenü
- "Startseite" mit 5 neuste Filme-Kodi. Filme-Original, Serien, Episoden
- "Startseite" mit 5 bestbewertete Filme-Kodi. Filme-Original, Serien, Episoden
- "Startseite" mit im Rampenlicht für Filme-Kodi. Filme-Original, Serien, es wird jeweils ein "zufälliger" Wert aus der Datenbank geholt. Wird bei jeden neuladen der Seite aktualisiert.
- diese sind in der conf.php einzeln abschaltbar
- man sieht jetzt in jeder Übersicht welche Filme bereits gesehen wurden ( Serien ausgeschlossen)
- Man sieht jetzt welche Episoden bereits gesehen wurden
- newest script erweitert ( Seriencover für die Startseite werden nachgeladen )
- Designbug im Topmenü beseitigt
- Sprungmarker in der Suche eingefügt
- kleinere Codeanpassungen
- Texte angepasst
-
-
Hallo,
hab mich jetzt extra mal registriert weil ich dein Script einfach nicht zum laufen bekomme
Bei mir sieht die Seite so aus:
Externer Inhalt i.imgur.comInhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.PHP5+ ist installiert und die MYSQL Daten sind die gleichen wie in KODI (abgesehen von der IP natürlich):
Code
Alles anzeigen// SiTE VARS $title = "MovieDB WebView"; $ver = "beta3"; // Database Details $use_db_file = "0"; $db_file = "./include/MyVideos90.db"; $pfad_originals_db_file = "./include/"; $conn_mysql_user = "root"; $conn_mysql_pass = "kodi"; $conn_mysql_db1 = "MyVideos93"; $conn_mysql_host = "127.0.0.1";
Hab ich irgendwas übersehen?
Hab die Seite auch komplett ohne Extensions angesehen und in mehreren Browsern (Chrome, Edge, Firefox)... mit gleichem Ergebnis
-
Ich bin ab morgen 2 Wochen im Urlaub. Ich melde mich wenn ich wieder da bin. Schau bis dahin bitte in den error.[definition='1','0']log[/definition], und schau ob die php Module für pdo und sqlite aktiviert sind. Welches Betriebssystem hast du? Linux?
kannst du mir den seitenquelltext zuschicken von der webseite : im firefox auf der webseite rechtklicken dann seitenquelltext anzeigen
mach mach ne neue datei im ordner und nenne sie php.php oder wie du magst,
schreib folgendes rein : <?php echo phpinfo(); ?>
surf sie uber den browser an und schick mir bitte per pm die ausgabe.danke
Bis demnächst -
-
Hallo,
auf der my cloud läuft debian.
Bin leider schon auf der Arbeit und komm hier nicht per ssh drauf aber die error.[definition='1','0']log[/definition] kann ich dir zeigen:
Code
Alles anzeigen[Mon Aug 24 18:24:24.588478 2015] [:error] [pid 16050] [client 192.168.178.38:59940] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:24:24.610117 2015] [:error] [pid 16050] [client 192.168.178.38:59940] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:24:30.865656 2015] [:error] [pid 16636] [client 192.168.178.38:59947] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:24:30.867064 2015] [:error] [pid 16636] [client 192.168.178.38:59947] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:24:32.161443 2015] [:error] [pid 16635] [client 192.168.178.38:59946] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:24:32.162857 2015] [:error] [pid 16635] [client 192.168.178.38:59946] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:24:34.201748 2015] [:error] [pid 16645] [client 192.168.178.38:59955] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:24:34.203156 2015] [:error] [pid 16645] [client 192.168.178.38:59955] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:25:29.106691 2015] [:error] [pid 16050] [client 192.168.178.38:60008] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:25:29.107458 2015] [:error] [pid 16050] [client 192.168.178.38:60008] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:25:30.898978 2015] [:error] [pid 16637] [client 192.168.178.38:60009] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:25:30.900539 2015] [:error] [pid 16637] [client 192.168.178.38:60009] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:25:33.245610 2015] [:error] [pid 16637] [client 192.168.178.38:60012] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:25:33.246301 2015] [:error] [pid 16637] [client 192.168.178.38:60012] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:26:22.650259 2015] [:error] [pid 16637] [client 192.168.178.38:60062] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:26:22.651013 2015] [:error] [pid 16637] [client 192.168.178.38:60062] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:26:25.810569 2015] [:error] [pid 16758] [client 192.168.178.38:60063] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:26:25.811974 2015] [:error] [pid 16758] [client 192.168.178.38:60063] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:26:30.042020 2015] [:error] [pid 16883] [client 192.168.178.38:60068] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:26:30.043446 2015] [:error] [pid 16883] [client 192.168.178.38:60068] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:26:58.122666 2015] [:error] [pid 16886] [client 192.168.178.38:60099] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:26:58.124087 2015] [:error] [pid 16886] [client 192.168.178.38:60099] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:27:00.502965 2015] [:error] [pid 16884] [client 192.168.178.38:60104] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:27:00.504386 2015] [:error] [pid 16884] [client 192.168.178.38:60104] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:27:03.954081 2015] [:error] [pid 16884] [client 192.168.178.38:60107] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:27:03.954776 2015] [:error] [pid 16884] [client 192.168.178.38:60107] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:27:07.418981 2015] [:error] [pid 16886] [client 192.168.178.38:60106] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:27:07.419749 2015] [:error] [pid 16886] [client 192.168.178.38:60106] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:28:21.276584 2015] [:error] [pid 16922] [client 192.168.178.38:60194] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:28:21.278097 2015] [:error] [pid 16922] [client 192.168.178.38:60194] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:28:23.464881 2015] [:error] [pid 17117] [client 192.168.178.38:60200] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:28:23.466299 2015] [:error] [pid 17117] [client 192.168.178.38:60200] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:28:47.936922 2015] [:error] [pid 17116] [client 192.168.178.38:60223] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:28:47.938325 2015] [:error] [pid 17116] [client 192.168.178.38:60223] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:42:40.697807 2015] [:error] [pid 16922] [client 192.168.178.38:61210] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:42:40.698560 2015] [:error] [pid 16922] [client 192.168.178.38:61210] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:42:43.325876 2015] [:error] [pid 17116] [client 192.168.178.38:61211] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:42:43.326622 2015] [:error] [pid 17116] [client 192.168.178.38:61211] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:42:46.030118 2015] [:error] [pid 18875] [client 192.168.178.38:61216] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:42:46.048762 2015] [:error] [pid 18875] [client 192.168.178.38:61216] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 18:54:55.210512 2015] [:error] [pid 20196] [client 192.168.178.38:62002] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 18:54:55.212539 2015] [:error] [pid 20196] [client 192.168.178.38:62002] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 19:43:47.798427 2015] [:error] [pid 20197] [client 192.168.178.38:50718] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 19:43:47.832839 2015] [:error] [pid 20197] [client 192.168.178.38:50718] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 19:43:52.390508 2015] [:error] [pid 31814] [client 192.168.178.38:50730] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 19:43:52.391934 2015] [:error] [pid 31814] [client 192.168.178.38:50730] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233 [Mon Aug 24 20:39:35.227738 2015] [:error] [pid 31815] [client 192.168.178.90:47490] PHP Notice: Undefined variable: skin in /var/www/htdocs/beta3/include/header.php on line 6 [Mon Aug 24 20:39:35.256470 2015] [:error] [pid 31815] [client 192.168.178.90:47490] PHP Fatal error: Undefined class constant 'MYSQL_ATTR_INIT_COMMAND' in /var/www/htdocs/beta3/include/functions.php on line 233
Den Rest schick ich dann per PM
EDIT:
Nach eingehender Google recherche (1. Ergebnis ) bin ich zum schluss gekommen das die von dir genannten Module wahrscheinlich deaktiviert sindIch probiers heute Abend aus und sag Bescheid obs daran lag.
-
Läuft auch bei mir nicht
Meldung:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'MyVideos93.movieview' doesn't exist' in /volume1/web/beta3/include/functions.php:540Stack trace:#0 /volume1/web/beta3/include/functions.php(540): PDO->query('SELECT COUNT(*)...')#1 /volume1/web/beta3/pages/top.php(12): getCount('movie-all', '')#2 /volume1/web/beta3/index.php(9): include('/volume1/web/be...')#3 {main} thrown in /volume1/web/beta3/include/functions.php on line 540Meine Einstellungen:
-
-
Hab die Module aktiviert aber hat nix gebracht... dann bau ich mir halt mein eigenes Skript mit Blackjack & Nutten ;D
Die Datenbank ist ja zum Glück nicht schwer auszulesen
-
Ich hab ne Lösung bin aber zur Zeit in Italien im Urlaub
Gesendet von meinem HTC One M9 mit Tapatalk
-
-
-
So, alles geändert. Im Errorlog sind zwar Fehler bzgl. "Undefined index", aber das hat keine erkennbaren Auswirkungen.
In der conf folgende Werte ändern:
Code$tb_movie = "movie_view"; $tb_seriesView = "tvshow_view"; $tb_episodesView = "episode_view"; $tb_actors = "actor"; $tb_actorlinkmovie = "actor_link";
Und die functions.php aus dem Anhang ersetzen.
RedLabs: In der pages/MovieDetails in Zeile 51 fehlt das .png hinter der 720, sodass das 720er Bild im Filmdetail nicht angezeigt wird.
-
-
Danke micha, damit läuft das script "so halb"
Hab mir aus langeweile heute (auf der arbeit *g*) aber schon was eigenes basierend auf bootstrap gebastelt... hässlich wie die nacht aber schneller und reicht für meine zwecke voll aus -
Hihi...
Jo, Drop-Down-Box Genre "Science-Fiction" geht nicht, obwohl Genre vorhanden (und das wirft auch den Index-Error). Da aber alle anderen gehen, wird das nichts mit den Änderungen in der DB zu tun haben.
-
-
Hab so eben neue neue Version hochgeladen.
Das Script ist damit fit für Kodi15. Ich selber hatte noch 14 drauf. Hab nicht gedacht das so doch so viel geändert haben
Danke an dermicha für deine Arbeit.
Hab das 720p geändert.Hihi...
Jo, Drop-Down-Box Genre "Science-Fiction" geht nicht, obwohl Genre vorhanden (und das wirft auch den Index-Error). Da aber alle anderen gehen, wird das nichts mit den Änderungen in der DB zu tun haben.
Das ist komisch bei mir wirft das kein Notice -
Wenn ich im Adminbereich die Thumbs updaten will, öffnet sich ein Fenster mit folgender Fehlermeldung:
CodeWarning: include(./include/db_conf/MyVideos93.php): failed to open stream: No such file or directory in /volume1/web/kodiwebview/include/conf.php on line 69 Warning: include(): Failed opening './include/db_conf/MyVideos93.php' for inclusion (include_path='.') in /volume1/web/kodiwebview/include/conf.php on line 69 Warning: include(./include/db_conf/MyVideos93.php): failed to open stream: No such file or directory in /volume1/web/kodiwebview/include/conf.php on line 69 Warning: include(): Failed opening './include/db_conf/MyVideos93.php' for inclusion (include_path='.') in /volume1/web/kodiwebview/include/conf.php on line 69 Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1' in /volume1/web/kodiwebview/include/newest.php:10 Stack trace: #0 /volume1/web/kodiwebview/include/newest.php(10): PDO->query('SELECT `c00`,`c...') #1 {main} thrown in /volume1/web/kodiwebview/include/newest.php on line 10
-
-
Wenn ich im Adminbereich die Thumbs updaten will, öffnet sich ein Fenster mit folgender Fehlermeldung:
CodeWarning: include(./include/db_conf/MyVideos93.php): failed to open stream: No such file or directory in /volume1/web/kodiwebview/include/conf.php on line 69 Warning: include(): Failed opening './include/db_conf/MyVideos93.php' for inclusion (include_path='.') in /volume1/web/kodiwebview/include/conf.php on line 69 Warning: include(./include/db_conf/MyVideos93.php): failed to open stream: No such file or directory in /volume1/web/kodiwebview/include/conf.php on line 69 Warning: include(): Failed opening './include/db_conf/MyVideos93.php' for inclusion (include_path='.') in /volume1/web/kodiwebview/include/conf.php on line 69 Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1' in /volume1/web/kodiwebview/include/newest.php:10 Stack trace: #0 /volume1/web/kodiwebview/include/newest.php(10): PDO->query('SELECT `c00`,`c...') #1 {main} thrown in /volume1/web/kodiwebview/include/newest.php on line 10
ups ersetzte in der conf.php die Zeile 69
mit folgenden Inhalt -
Ich hätte noch einen Verbesserungsvorschlag für Dein Script. Und zwar bzgl. der Cover, welche geladen werden. Bei mir lädt der einfach irgendein Cover anhand der Movie-ID. In allerhand verschiedenen Sprachen.
Es ist aber so, dass in der SQL-Datenbank eingetragen ist, welches Cover man nutzt. Hatte mir das seinerzeit mal angeguckt und man kann das recht geschickt mit zwei Tabellen ermitteln. Hab das zuhause auf dem Schmierzettel, werde ich später mal posten.
Vielleicht kannst Du das ja umsetzen...
-
-
Ich hätte noch einen Verbesserungsvorschlag für Dein Script. Und zwar bzgl. der Cover, welche geladen werden. Bei mir lädt der einfach irgendein Cover anhand der Movie-ID. In allerhand verschiedenen Sprachen.
Es ist aber so, dass in der SQL-Datenbank eingetragen ist, welches Cover man nutzt. Hatte mir das seinerzeit mal angeguckt und man kann das recht geschickt mit zwei Tabellen ermitteln. Hab das zuhause auf dem Schmierzettel, werde ich später mal posten.
Vielleicht kannst Du das ja umsetzen...
Ok das wäre super. Dann guck ich mir das mal an
-
Danke, hat geklappt.
-
-
Ok das wäre super. Dann guck ich mir das mal an
Und zwar gibt es den Table "art" und dort drin sind die explizit ausgewählten Cover, Fanarts etc. Aus dem View "movie_view" kann man sich nun aus Spalte "c09" die TMBD-ID des Films holen und darüber "idMovie". Über "art" kann man anhand der "idMovie" aus dem View nun über "media_id", "media_type" = movie und "type" = poster den Datensatz ermitteln und aus der Spalte "url" die URL zum Cover rausholen.
-
-
-
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!