diff --git a/README.md b/README.md index 63ea3697..4bc70795 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ The main features of Hyperion are: * Json interface which allows easy integration into scripts * A command line utility to for testing and integration in automated environment * Priority channels are not coupled to a specific led data provider which means that a provider can post led data and leave without the need to maintain a connection to Hyperion. This is ideal for a remote application (like our Android app). -* Kodi-checker which checks the playing status of Kodi and decides whether or not to capture the screen. * Black border detector. * A scriptable (Python) effect engine * A web ui to configure and remote control hyperion diff --git a/assets/webconfig/content/conf_kodi.html b/assets/webconfig/content/conf_kodi.html deleted file mode 100644 index 8b2365bd..00000000 --- a/assets/webconfig/content/conf_kodi.html +++ /dev/null @@ -1,14 +0,0 @@ -
-
-
- - -
-
-
-
- - diff --git a/assets/webconfig/i18n/de.json b/assets/webconfig/i18n/de.json index 76d76511..cafcd74f 100644 --- a/assets/webconfig/i18n/de.json +++ b/assets/webconfig/i18n/de.json @@ -17,7 +17,6 @@ "general_access_expert" : "Experte", "general_comp_SMOOTHING" : "Glättung", "general_comp_BLACKBORDER" : "Schwarze Balken Erkennung", - "general_comp_KODICHECKER" : "Kodi Überwachung", "general_comp_FORWARDER" : "Weiterleitung", "general_comp_UDPLISTENER" : "UDP Listener", "general_comp_BOBLIGHTSERVER" : "Boblight Server", @@ -72,7 +71,6 @@ "main_menu_grabber_conf_token" : "Aufnahme Hardware", "main_menu_effect_conf_token" : "Effekte", "main_menu_colors_conf_token" : "Bildverarbeitung", - "main_menu_kodiwatch_token" : "Kodi Überwachung", "main_menu_network_conf_token" : "Netzwerk", "main_menu_remotecontrol_token" : "Fernbedienung", "main_menu_effectsconfigurator_token" : "Effekt Konfigurator", @@ -168,8 +166,6 @@ "conf_network_bobl_intro" : "Boblight Empfänger", "conf_network_udpl_intro" : "UDP Empfänger", "conf_network_forw_intro" : "Leite alles an eine zweite Hyperion Instanz weiter, diese kann dann mit einer anderen LED Steuerung genutzt werden", - "conf_kodi_label_title" : "Kodi Überwachung", - "conf_kodi_intro" : "Die Kodi Überwachung ermöglicht es dir abhängig vom Kodi Status dein ambient light an oder abzuschalten. Dies ist nicht limitiert auf das selbe Gerät. Du kannst jedes Kodi in deinem lokalen Netzwerk überwachen lassen.", "conf_logging_label_intro" : "Überprüfe die Meldungen im Prokotoll um zu erfahren was Hyperion gerade beschäftigt. Je nach eingestellter Protokoll-Stufe siehst du mehr oder weniger Informationen.", "conf_logging_btn_pbupload" : "Bericht für Supportanfrage hochladen", "conf_logging_btn_autoscroll" : "Automatisch scrollen", @@ -497,8 +493,6 @@ "edt_conf_v4l2_frameDecimation_expl" : "Der Faktor der Bildverkleinerung", "edt_conf_v4l2_sizeDecimation_title" : "Größenänderung", "edt_conf_v4l2_sizeDecimation_expl" : "Der Faktor der Größenänderung", - "edt_conf_v4l2_useKodiChecker_title" : "Nutze Kodi Überwachung", - "edt_conf_v4l2_useKodiChecker_expl" : "Starte/Stoppe Aufnahme mithilfe der Kodi Überwachung.", "edt_conf_v4l2_cropLeft_title" : "Entferne links", "edt_conf_v4l2_cropLeft_expl" : "Anzahl der Pixel auf der linken Seite die vom Bild entfernt werden.", "edt_conf_v4l2_cropRight_title" : "Entferne rechts", @@ -554,25 +548,6 @@ "edt_conf_bb_blurRemoveCnt_expl" : "Anzahl an Pixeln, die zusätzlich vom Rand abgeschnitten werden.", "edt_conf_bb_mode_title" : "Modus", "edt_conf_bb_mode_expl" : "Algorithmus zur Auswertung. (siehe Wiki)", - "edt_conf_kodic_heading_title" : "Kodi Überwachung", - "edt_conf_kodic_kodiAddress_title" : "Kodi IP Adresse", - "edt_conf_kodic_kodiAddress_expl" : "Die IP Adresse von Kodi.", - "edt_conf_kodic_kodiTcpPort_title" : "Kodi TCP Port", - "edt_conf_kodic_kodiTcpPort_expl" : "Der Kodi TCP Port. Nutze nicht den Webserver Port!", - "edt_conf_kodic_grabVideo_title" : "Video", - "edt_conf_kodic_grabVideo_expl" : "Wenn aktiviert, ist die Aufnahme aktiv während ein Video abgespielt werden.", - "edt_conf_kodic_grabPictures_title" : "Bilder", - "edt_conf_kodic_grabPictures_expl" : "Wenn aktiviert, ist die Aufnahme aktiv während Bilder angezeigt werden.", - "edt_conf_kodic_grabAudio_title" : "Audio", - "edt_conf_kodic_grabAudio_expl" : "Wenn aktiviert, ist die Aufnahme aktiv während Musik abgespielt wird.", - "edt_conf_kodic_grabMenu_title" : "Menü", - "edt_conf_kodic_grabMenu_expl" : "Wenn aktiviert, ist die Aufnahme aktiv während du dich im Kodi Menü oder Nutzerauswahl befindest.", - "edt_conf_kodic_grabPause_title" : "Pause", - "edt_conf_kodic_grabPause_expl" : "Wenn aktiviert, ist die Aufnahme aktiv während Kodi pausiert (Video, Musik, Diashow).", - "edt_conf_kodic_grabScreensaver_title" : "Bildschirmschoner", - "edt_conf_kodic_grabScreensaver_expl" : "Wenn aktiviert, ist die Aufnahme aktiv während Kodi pausiert (Video, Musik, Diashow).", - "edt_conf_kodic_enable3DDetection_title" : "Erkenne 3D", - "edt_conf_kodic_enable3DDetection_expl" : "Wenn aktiviert, erkenne und wende den passenden 3D Modus an. (kein MVC und nicht für USB Aufnahme)", "edt_conf_fge_heading_title" : "Start Effekt/Farbe", "edt_conf_fge_type_title" : "Typ", "edt_conf_fge_type_expl" : "Wähle zwischen einem Effekt oder einer Farbe.", diff --git a/assets/webconfig/i18n/en.json b/assets/webconfig/i18n/en.json index b59af8fc..f7fd7102 100644 --- a/assets/webconfig/i18n/en.json +++ b/assets/webconfig/i18n/en.json @@ -17,7 +17,6 @@ "general_access_expert" : "Expert", "general_comp_SMOOTHING" : "Smoothing", "general_comp_BLACKBORDER" : "Blackbar Detection", - "general_comp_KODICHECKER" : "Kodi Watch", "general_comp_FORWARDER" : "Forwarder", "general_comp_UDPLISTENER" : "UDP Listener", "general_comp_BOBLIGHTSERVER" : "Boblight Server", @@ -72,7 +71,6 @@ "main_menu_grabber_conf_token" : "Capturing Hardware", "main_menu_effect_conf_token" : "Effects", "main_menu_colors_conf_token" : "Image Processing", - "main_menu_kodiwatch_token" : "Kodi Watch", "main_menu_network_conf_token" : "Network Services", "main_menu_remotecontrol_token" : "Remote Control", "main_menu_effectsconfigurator_token" : "Effects Configurator", @@ -168,8 +166,6 @@ "conf_network_bobl_intro" : "Receiver for Boblight", "conf_network_udpl_intro" : "Receiver for UDP", "conf_network_forw_intro" : "Forward all input to a second Hyperion instance which could be driven with another led controller", - "conf_kodi_label_title" : "Kodi Watch", - "conf_kodi_intro" : "The Kodi Watcher enables you to enable and disable the screencapture depending on Kodi state. This is not limited to the same machine, you could observe also a Kodi on any other device at your network.", "conf_logging_label_intro" : "Area to check log messages, depending on loglevel setting you see more or less information.", "conf_logging_btn_pbupload" : "Upload report for support request", "conf_logging_btn_autoscroll" : "Auto scrolling", @@ -498,8 +494,6 @@ "edt_conf_v4l2_frameDecimation_expl" : "The factor of frame decimation", "edt_conf_v4l2_sizeDecimation_title" : "Size decimation", "edt_conf_v4l2_sizeDecimation_expl" : "The factor of size decimation", - "edt_conf_v4l2_useKodiChecker_title" : "Use Kodi Watch", - "edt_conf_v4l2_useKodiChecker_expl" : "Start/stop capturing with Kodi Watch results.", "edt_conf_v4l2_cropLeft_title" : "Crop left", "edt_conf_v4l2_cropLeft_expl" : "Count of pixels on the left side that are removed from the picture.", "edt_conf_v4l2_cropRight_title" : "Crop right", @@ -555,25 +549,6 @@ "edt_conf_bb_blurRemoveCnt_expl" : "Number of pixels that get removed from the detected border to cut away blur.", "edt_conf_bb_mode_title" : "Mode", "edt_conf_bb_mode_expl" : "Algorithm for processing. (see Wiki)", - "edt_conf_kodic_heading_title" : "Kodi Watch", - "edt_conf_kodic_kodiAddress_title" : "Kodi IP address", - "edt_conf_kodic_kodiAddress_expl" : "The IP address of Kodi.", - "edt_conf_kodic_kodiTcpPort_title" : "Kodi TCP port", - "edt_conf_kodic_kodiTcpPort_expl" : "The TCP port of Kodi. Don't use the webserver port!", - "edt_conf_kodic_grabVideo_title" : "Video", - "edt_conf_kodic_grabVideo_expl" : "If checked, the capturing is enabled during video playback, else it's disabled.", - "edt_conf_kodic_grabPictures_title" : "Pictures", - "edt_conf_kodic_grabPictures_expl" : "If checked, the capturing is enabled on picture playback, else it's disabled.", - "edt_conf_kodic_grabAudio_title" : "Audio", - "edt_conf_kodic_grabAudio_expl" : "If checked, the capturing is enabled during audio playback, else it's disabled.", - "edt_conf_kodic_grabMenu_title" : "Menu", - "edt_conf_kodic_grabMenu_expl" : "If checked, the capturing is enabled in menu and login screen, else it's disabled.", - "edt_conf_kodic_grabPause_title" : "Pause", - "edt_conf_kodic_grabPause_expl" : "If checked, the capturing is enabled in pause mode (Music, Video, Diashow), else it's disabled.", - "edt_conf_kodic_grabScreensaver_title" : "Screensaver", - "edt_conf_kodic_grabScreensaver_expl" : "If checked, the capturing is enabled during screensaver, else it's disabled.", - "edt_conf_kodic_enable3DDetection_title" : "Detect 3D", - "edt_conf_kodic_enable3DDetection_expl" : "Detect which 3D mode Kodi is running. (no MVC and not for USB capture)", "edt_conf_fge_heading_title" : "Boot Effect/Color", "edt_conf_fge_type_title" : "Type", "edt_conf_fge_type_expl" : "Choose between a color or effect.", diff --git a/assets/webconfig/index.html b/assets/webconfig/index.html index 10986c35..f222ff77 100644 --- a/assets/webconfig/index.html +++ b/assets/webconfig/index.html @@ -17,7 +17,7 @@ - + Hyperion - Web Configuration @@ -26,7 +26,7 @@ - + @@ -41,7 +41,7 @@ - + @@ -71,7 +71,7 @@ - +
@@ -91,12 +91,12 @@ @@ -212,7 +211,7 @@ - + - +
- +