diff --git a/epg-updater-rpi.xojo_binary_project b/epg-updater-rpi.xojo_binary_project index 88bc4be..3890ee4 100644 Binary files a/epg-updater-rpi.xojo_binary_project and b/epg-updater-rpi.xojo_binary_project differ diff --git a/epg-updater.cnf b/epg-updater.cnf new file mode 100644 index 0000000..ca973d7 --- /dev/null +++ b/epg-updater.cnf @@ -0,0 +1,33 @@ +#Konfigurationsdatei +#Mysql-Host der Kodi TV-Datenbank +DBTVHOST=192.168.178.250 +DBTVPORT=3306 + +#Name der TV-Datenbank - kann sich ändern je nach Pluginversion +DBTVDATABASE=TV29 + +#Mysql Verbindungsdaten, Benutzer un Passwort +DBTVUSER=kodi +DBTVPASSWORD=kodi + +#Mysql-Host der Kodi TV-Datenbank +DBEPGHOST=192.168.178.250 +DBEPGPORT=3306 + +#Name der EPG-Datenbank - kann sich ändern je nach Pluginversion +DBEPGDATABASE=Epg11 + +#Mysql-Host der Kodi EPG-Datenbank +DBEPGUSER=kodi +DBEPGPASSWORD=kodi + +#URL der EPG-GZ Datei +EPGURL=http://epg.geniptv.com/epg/epg.xml.gz + +#Name der EPGXML-Datei +EPGXMLFILENAME=epg.xml + +#Name der EPGXML-GZ-Datei +EPGGZFILENAME=epg.xml.gz + +#Konfigurationende \ No newline at end of file