iobroker.agent-dvr 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,142 +1,144 @@
1
1
  {
2
2
  "agent-dvr adapter settings": "Agent DVR Adapter-Einstellungen",
3
- "tabConnection": "Verbindung",
4
- "tabFeatures": "Funktionen",
5
- "tabWidget": "Widget",
6
- "tabAdvanced": "Erweitert",
7
- "cfgIp": "AgentDVR IP-Adresse",
8
- "cfgPort": "Port",
9
- "cfgUser": "Benutzername (optional)",
10
- "cfgPass": "Passwort (optional)",
11
- "cfgPollSeconds": "Abfrageintervall (Sekunden)",
12
- "cfgHttpTimeoutMs": "HTTP-Timeout (ms)",
13
- "cfgEnableSystemControls": "Systemsteuerungs-Schaltflächen",
14
- "cfgEnablePtz": "PTZ-Steuerungs-Schaltflächen",
15
- "cfgEnableUrls": "Stream-URLs generieren",
3
+ "cfgCameraColumn": "AgentDVR Kamera",
4
+ "cfgDashBtnsVisible": "Buttons immer sichtbar",
5
+ "cfgDashBtnsVisible_tt": "Aufnahme- und PTZ-Button immer anzeigen (sonst nur bei Hover)",
6
+ "cfgDashColorAccent": "Akzentfarbe",
7
+ "cfgDashColorAccent_tt": "Hauptakzentfarbe (Buttons, aktive Elemente, Rahmen)",
8
+ "cfgDashColorBg": "Hintergrund",
9
+ "cfgDashColorBg_tt": "Haupthintergrundfarbe des Dashboards",
10
+ "cfgDashColorBorder": "Rahmenfarbe",
11
+ "cfgDashColorBorder_tt": "Farbe von Trennlinien und Rahmen",
12
+ "cfgDashColorOffline": "Offline-Farbe",
13
+ "cfgDashColorOffline_tt": "Farbe des Offline-Status-Indikators",
14
+ "cfgDashColorOnline": "Online-Farbe",
15
+ "cfgDashColorOnline_tt": "Farbe des Online-Status-Indikators",
16
+ "cfgDashColorSurface": "Oberfläche / Karten",
17
+ "cfgDashColorSurface_tt": "Hintergrundfarbe von Kacheln und Karten",
18
+ "cfgDashColorText": "Textfarbe",
19
+ "cfgDashColorText_tt": "Primäre Textfarbe",
20
+ "cfgDashDefaultView": "Standard-Ansicht beim Öffnen",
21
+ "cfgDashDefaultView_tt": "Welcher Tab beim Öffnen des Dashboards aktiv ist",
22
+ "cfgDashGridCols": "Spaltenanzahl (0 = automatisch)",
23
+ "cfgDashGridCols_tt": "Anzahl Kamera-Spalten fest vorgeben. 0 = optimale Anzahl wird automatisch berechnet.",
24
+ "cfgDashRefreshSec": "Kameraliste neu laden alle (Sekunden)",
25
+ "cfgDashRefreshSec_tt": "Wie oft die Kameraliste vom Server neu geladen wird (0 = kein automatischer Reload)",
26
+ "cfgDashShowOffline": "Offline-Kameras anzeigen",
27
+ "cfgDashShowOffline_tt": "Kameras die gerade offline sind trotzdem im Live-Grid einblenden",
28
+ "cfgDashStreamReconnect": "Stream bei Fehler automatisch neu verbinden",
29
+ "cfgDashStreamReconnect_tt": "MJPEG-Stream wird nach einem Verbindungsabbruch automatisch neu gestartet",
30
+ "cfgDashTagPosition": "Tag-Badge-Position",
31
+ "cfgDashTagPosition_tt": "Ecke der Aufnahme-Kachel, in der der Tag-Badge erscheint",
32
+ "cfgDashViewLive": "Live-Ansicht",
33
+ "cfgDashViewRec": "Aufnahmen",
16
34
  "cfgEnableEventDps": "Ereignis-Datenpunkte",
17
- "cfgEnablePush": "Echtzeit-Push-Trigger",
35
+ "cfgEnableEventDps_tt": "Metadaten der letzten Aufnahme spiegeln (Dateiname, Datum, Dauer, Tags)",
18
36
  "cfgEnableOverview": "Übersichts-Widget (alle Kameras)",
19
- "cfgStoreRawJson": "Rohes API-JSON speichern",
20
- "cfgEnableWidget": "Galerie-Widget pro Kamera",
21
- "cfgWidgetMode": "Widget-Modus",
22
- "cfgWidgetModeNojs": "Reines HTML/CSS (kein JavaScript, überall kompatibel)",
23
- "cfgWidgetModeJs": "Vollständiges JS (Suche + Tag-Filter, erfordert Skriptausführung)",
24
- "cfgWidgetAnzahl": "Max. Aufnahmen in der Galerie",
25
- "cfgWidgetMinCol": "Min. Spaltenbreite (px)",
26
- "cfgWidgetShowTags": "Ereignis-Tags anzeigen",
27
- "cfgWidgetLiveAspect": "Seitenverhältnis Live-Kachel (z.B. 16/9, leer lassen für automatisch)",
28
- "cfgWidgetTagPosition": "Tag-Badge-Position",
29
- "cfgTagPosTopLeft": "Oben links",
30
- "cfgTagPosTopRight": "Oben rechts",
31
- "cfgTagPosBotLeft": "Unten links",
32
- "cfgTagPosBotRight": "Unten rechts",
33
- "cfgWidgetMaxModalWidth": "Max. Player-Breite (px)",
34
- "cfgWidgetPlayerUrl": "Externer Player-URL (leer lassen für eingebauten Player)",
35
- "cfgMaxDepth": "Max. Objekt-Abflachungstiefe",
36
- "cfgMaxArray": "Max. Array-Länge zum Erweitern",
37
- "cfgEventTagsDynamic": "Ereignis-Tags automatisch aus Aufnahmen erkennen",
38
- "cfgEventTagsIgnore": "Zu ignorierende Ereignis-Tags (kommagetrennt)",
39
- "cfgEventTags": "Feste Ereignis-Tags, die immer erstellt werden (kommagetrennt)",
37
+ "cfgEnableOverview_tt": "HTML-State mit allen Kameras als Kachelraster (für Visualisierungen, Dashboards etc.)",
38
+ "cfgEnablePtz": "PTZ-Steuerungs-Schaltflächen",
39
+ "cfgEnablePtz_tt": "Hold-Switches für PTZ (links/rechts/oben/unten/Zoom) pro Kamera",
40
+ "cfgEnablePush": "Echtzeit-Push-Trigger",
41
+ "cfgEnablePush_tt": "Push-Trigger-State wird sofort aktualisiert wenn AgentDVR eine neue Aufnahme meldet",
40
42
  "cfgEnableSnapshotB64": "Snapshot als Base64",
41
- "hdrControls": "Steuerbuttons",
42
- "hdrEvents": "Ereignisse & Push",
43
- "hdrDisplay": "Darstellung",
44
- "hdrDebug": "Debug",
45
- "hdrWidgetGeneral": "Galerie-Widget",
46
- "hdrWidgetLayout": "Layout",
47
- "hdrWidgetTags": "Tags",
48
- "hdrWidgetPlayer": "Livestream & Player",
43
+ "cfgEnableSnapshotB64_tt": "Kamerabild als Base64 bei jedem Poll speichern (photo.jpg, volle Auflösung). Refresh-Button immer vorhanden.",
44
+ "cfgEnableStreamProxy": "MJPEG-Proxy",
45
+ "cfgEnableStreamProxy_tt": "MJPEG- und Snapshot-URLs über ioBroker leiten (nur im MJPEG-Stream-Modus nötig — FLV und go2rtc laufen immer über ioBroker)",
46
+ "cfgEnableSystemControls": "Systemsteuerungs-Schaltflächen",
49
47
  "cfgEnableSystemControls_tt": "Arm/Disarm/Neustart-Buttons, Profil-Selektor und alle systemweiten Steuerbefehle",
50
- "cfgEnablePtz_tt": "Hold-Switches für PTZ (links/rechts/oben/unten/Zoom) pro Kamera",
48
+ "cfgEnableUrls": "Stream-URLs generieren",
51
49
  "cfgEnableUrls_tt": "URL-States für Snapshot, MJPEG und MP4-Stream pro Kamera",
52
- "cfgEnableSnapshotB64_tt": "Kamerabild als Base64 bei jedem Poll speichern (photo.jpg, volle Auflösung). Refresh-Button immer vorhanden.",
53
- "cfgEnableEventDps_tt": "Metadaten der letzten Aufnahme spiegeln (Dateiname, Datum, Dauer, Tags)",
54
- "cfgEnablePush_tt": "Push-Trigger-State wird sofort aktualisiert wenn AgentDVR eine neue Aufnahme meldet",
55
- "cfgEnableOverview_tt": "HTML-State mit allen Kameras als Kachelraster (für Visualisierungen, Dashboards etc.)",
56
- "cfgStoreRawJson_tt": "Vollständige getObjects-Antwort in system.raw_getObjects schreiben (nützlich für Debugging)",
50
+ "cfgEnableWidget": "Galerie-Widget pro Kamera",
57
51
  "cfgEnableWidget_tt": "HTML-Galerie mit den letzten Aufnahmen pro Kamera (für Visualisierungen, Dashboards etc.)",
58
- "cfgWidgetMode_tt": "Pure HTML/CSS überall kompatibel. Full JS mit Suchfeld und Tag-Filter (benötigt Script-Ausführung).",
52
+ "cfgEventTags": "Feste Ereignis-Tags, die immer erstellt werden (kommagetrennt)",
53
+ "cfgEventTagsDynamic": "Ereignis-Tags automatisch aus Aufnahmen erkennen",
54
+ "cfgEventTagsIgnore": "Zu ignorierende Ereignis-Tags (kommagetrennt)",
55
+ "cfgGo2rtcEnabled": "go2rtc WebRTC-Streams aktivieren",
56
+ "cfgGo2rtcEnabled_tt": "Bindet einen go2rtc-Server ein. Nach dem Speichern kann je Kamera ein go2rtc-Stream ausgewählt werden.",
57
+ "cfgGo2rtcMapping_tt": "Wähle die Stream-Quelle je Kamera: MJPEG oder MP4/FLV (über AgentDVR) oder ein go2rtc-Stream.",
58
+ "cfgGo2rtcUrl": "go2rtc URL",
59
+ "cfgGo2rtcUrl_tt": "Basis-URL des go2rtc-Servers, z. B. http://192.168.1.1:1984",
60
+ "cfgHttpTimeoutMs": "HTTP-Timeout (ms)",
61
+ "cfgIp": "AgentDVR IP-Adresse",
62
+ "cfgIpMissing": "AgentDVR-IP-Adresse ist erforderlich",
63
+ "cfgMaxArray": "Max. Array-Länge zum Erweitern",
64
+ "cfgMaxDepth": "Max. Objekt-Abflachungstiefe",
65
+ "cfgNoCamerasFound": "Keine Kameras gefunden — Adapter konfiguriert und mindestens einmal gepollt?",
66
+ "cfgPass": "Passwort (optional)",
67
+ "cfgPollSeconds": "Abfrageintervall (Sekunden)",
68
+ "cfgPort": "Port",
69
+ "cfgStoreRawJson": "Rohes API-JSON speichern",
70
+ "cfgStoreRawJson_tt": "Vollständige getObjects-Antwort in system.raw_getObjects schreiben (nützlich für Debugging)",
71
+ "cfgStreamSourceColumn": "Stream-Quelle",
72
+ "cfgTagPosBotLeft": "Unten links",
73
+ "cfgTagPosBotRight": "Unten rechts",
74
+ "cfgTagPosTopLeft": "Oben links",
75
+ "cfgTagPosTopRight": "Oben rechts",
76
+ "cfgUser": "Benutzername (optional)",
77
+ "cfgWidgetAnzahl": "Max. Aufnahmen in der Galerie",
59
78
  "cfgWidgetAnzahl_tt": "Maximale Anzahl Aufnahmen in der Galerie pro Kamera",
60
- "cfgWidgetMinCol_tt": "Minimale Spaltenbreite des Galerie-Grids in Pixeln",
61
- "cfgWidgetMaxModalWidth_tt": "Maximale Breite des Video-Players im Modal-Dialog in Pixeln",
62
- "cfgWidgetShowTags_tt": "Event-Tags als farbige Badge-Labels auf den Galerie-Kacheln anzeigen",
63
- "cfgWidgetTagPosition_tt": "Ecke des Bildes wo der Tag-Badge erscheint",
64
- "cfgWidgetLiveAspect_tt": "Seitenverhältnis der Livestream-Kachel z.B. 16/9. Leer lassen für automatisch.",
65
- "cfgWidgetPlayerUrl_tt": "URL eines externen Video-Players. Leer lassen für eingebauten Player.",
66
- "hdrWidgetFilter": "Filter & Sortierung",
67
- "cfgWidgetSortNewest": "Neueste zuerst",
68
- "cfgWidgetSortNewest_tt": "Aufnahmen nach Datum sortieren, neueste zuerst",
69
- "cfgWidgetShowSearch": "Suchfeld anzeigen (nur JS-Modus)",
70
- "cfgWidgetShowSearch_tt": "Textsuche über Datum, Tag und Dateiname im JS-Modus einblenden",
79
+ "cfgWidgetBorderRadius": "Eckenradius (px)",
80
+ "cfgWidgetBorderRadius_tt": "Abrundungsradius der Vorschaukacheln in Pixeln (0 = eckig)",
81
+ "cfgWidgetColorAccent": "Akzentfarbe",
82
+ "cfgWidgetColorAccent_tt": "Akzentfarbe für Links und Buttons im Widget",
83
+ "cfgWidgetColorCardBg": "Kachel-Hintergrund",
84
+ "cfgWidgetColorCardBg_tt": "Hintergrundfarbe der Vorschaukacheln rgba(r,g,b,a) oder #hex",
85
+ "cfgWidgetColorModalBg": "Modal-Hintergrund",
86
+ "cfgWidgetColorModalBg_tt": "Hintergrundfarbe des Video-Player-Dialogs",
87
+ "cfgWidgetColorTagBg": "Tag-Badge-Hintergrund",
88
+ "cfgWidgetColorTagBg_tt": "Hintergrundfarbe des Tag-Badges",
89
+ "cfgWidgetColorTagText": "Tag-Badge-Textfarbe",
90
+ "cfgWidgetColorTagText_tt": "Textfarbe des Tag-Badges",
71
91
  "cfgWidgetCompact": "Kompaktes Layout",
72
92
  "cfgWidgetCompact_tt": "Kleinere Abstände und Schrift – mehr Einträge auf einen Blick (wirkt in beiden Modi)",
73
93
  "cfgWidgetDefaultTag": "Standard-Tag-Filter (leer = alle)",
74
94
  "cfgWidgetDefaultTag_tt": "Dieser Tag ist beim ersten Laden vorausgewählt (nur JS-Modus)",
95
+ "cfgWidgetLiveAspect": "Seitenverhältnis Live-Kachel (z.B. 16/9, leer lassen für automatisch)",
96
+ "cfgWidgetLiveAspect_tt": "Seitenverhältnis der Livestream-Kachel z.B. 16/9. Leer lassen für automatisch.",
97
+ "cfgWidgetMaxModalWidth": "Max. Player-Breite (px)",
98
+ "cfgWidgetMaxModalWidth_tt": "Maximale Breite des Video-Players im Modal-Dialog in Pixeln",
99
+ "cfgWidgetMinCol": "Min. Spaltenbreite (px)",
100
+ "cfgWidgetMinCol_tt": "Minimale Spaltenbreite des Galerie-Grids in Pixeln",
101
+ "cfgWidgetMode": "Widget-Modus",
102
+ "cfgWidgetModeJs": "Vollständiges JS (Suche + Tag-Filter, erfordert Skriptausführung)",
103
+ "cfgWidgetModeNojs": "Reines HTML/CSS (kein JavaScript, überall kompatibel)",
104
+ "cfgWidgetMode_tt": "Pure HTML/CSS überall kompatibel. Full JS mit Suchfeld und Tag-Filter (benötigt Script-Ausführung).",
105
+ "cfgWidgetPlayerUrl": "Externer Player-URL (leer lassen für eingebauten Player)",
106
+ "cfgWidgetPlayerUrl_tt": "URL eines externen Video-Players. Leer lassen für eingebauten Player.",
107
+ "cfgWidgetShowSearch": "Suchfeld anzeigen (nur JS-Modus)",
108
+ "cfgWidgetShowSearch_tt": "Textsuche über Datum, Tag und Dateiname im JS-Modus einblenden",
109
+ "cfgWidgetShowTags": "Ereignis-Tags anzeigen",
110
+ "cfgWidgetShowTags_tt": "Event-Tags als farbige Badge-Labels auf den Galerie-Kacheln anzeigen",
111
+ "cfgWidgetSortNewest": "Neueste zuerst",
112
+ "cfgWidgetSortNewest_tt": "Aufnahmen nach Datum sortieren, neueste zuerst",
113
+ "cfgWidgetTagPosition": "Tag-Badge-Position",
114
+ "cfgWidgetTagPosition_tt": "Ecke des Bildes wo der Tag-Badge erscheint",
115
+ "cfgWidgetThumbLarge": "Groß (240 px)",
116
+ "cfgWidgetThumbMedium": "Mittel (180 px)",
75
117
  "cfgWidgetThumbSize": "Thumbnail-Größe",
76
118
  "cfgWidgetThumbSize_tt": "Breite der Vorschaubilder in der Galerie (überschreibt Min. Spaltenbreite)",
77
119
  "cfgWidgetThumbSmall": "Klein (120 px)",
78
- "cfgWidgetThumbMedium": "Mittel (180 px)",
79
- "cfgWidgetThumbLarge": "Groß (240 px)",
80
- "tabDashboard": "Live-Dashboard",
81
- "hdrDashView": "Ansicht",
82
- "cfgDashDefaultView": "Standard-Ansicht beim Öffnen",
83
- "cfgDashDefaultView_tt": "Welcher Tab beim Öffnen des Dashboards aktiv ist",
84
- "cfgDashViewLive": "Live-Ansicht",
85
- "cfgDashViewRec": "Aufnahmen",
86
- "cfgDashShowOffline": "Offline-Kameras anzeigen",
87
- "cfgDashShowOffline_tt": "Kameras die gerade offline sind trotzdem im Live-Grid einblenden",
120
+ "hdrCameraStreams": "Stream-Zuweisung",
121
+ "hdrControls": "Steuerbuttons",
88
122
  "hdrDashGrid": "Kamera-Grid",
89
- "cfgDashGridCols": "Spaltenanzahl (0 = automatisch)",
90
- "cfgDashGridCols_tt": "Anzahl Kamera-Spalten fest vorgeben. 0 = optimale Anzahl wird automatisch berechnet.",
91
123
  "hdrDashStream": "Stream & Aktualisierung",
92
- "cfgDashRefreshSec": "Kameraliste neu laden alle (Sekunden)",
93
- "cfgDashRefreshSec_tt": "Wie oft die Kameraliste vom Server neu geladen wird (0 = kein automatischer Reload)",
94
- "cfgDashStreamReconnect": "Stream bei Fehler automatisch neu verbinden",
95
- "cfgDashStreamReconnect_tt": "MJPEG-Stream wird nach einem Verbindungsabbruch automatisch neu gestartet",
96
- "hdrWidgetTheme": "Farben & Design",
97
- "cfgWidgetColorCardBg": "Kachel-Hintergrund",
98
- "cfgWidgetColorCardBg_tt": "Hintergrundfarbe der Vorschaukacheln – rgba(r,g,b,a) oder #hex",
99
- "cfgWidgetColorTagBg": "Tag-Badge-Hintergrund",
100
- "cfgWidgetColorTagBg_tt": "Hintergrundfarbe des Tag-Badges",
101
- "cfgWidgetColorTagText": "Tag-Badge-Textfarbe",
102
- "cfgWidgetColorTagText_tt": "Textfarbe des Tag-Badges",
103
- "cfgWidgetColorAccent": "Akzentfarbe",
104
- "cfgWidgetColorAccent_tt": "Akzentfarbe für Links und Buttons im Widget",
105
- "cfgWidgetColorModalBg": "Modal-Hintergrund",
106
- "cfgWidgetColorModalBg_tt": "Hintergrundfarbe des Video-Player-Dialogs",
107
- "cfgWidgetBorderRadius": "Eckenradius (px)",
108
- "cfgWidgetBorderRadius_tt": "Abrundungsradius der Vorschaukacheln in Pixeln (0 = eckig)",
109
124
  "hdrDashTheme": "Farben & Design",
110
- "cfgDashColorBg": "Hintergrund",
111
- "cfgDashColorBg_tt": "Haupthintergrundfarbe des Dashboards",
112
- "cfgDashColorSurface": "Oberfläche / Karten",
113
- "cfgDashColorSurface_tt": "Hintergrundfarbe von Kacheln und Karten",
114
- "cfgDashColorAccent": "Akzentfarbe",
115
- "cfgDashColorAccent_tt": "Hauptakzentfarbe (Buttons, aktive Elemente, Rahmen)",
116
- "cfgDashColorText": "Textfarbe",
117
- "cfgDashColorText_tt": "Primäre Textfarbe",
118
- "cfgDashColorBorder": "Rahmenfarbe",
119
- "cfgDashColorBorder_tt": "Farbe von Trennlinien und Rahmen",
120
- "cfgDashColorOnline": "Online-Farbe",
121
- "cfgDashColorOnline_tt": "Farbe des Online-Status-Indikators",
122
- "cfgDashColorOffline": "Offline-Farbe",
123
- "cfgDashColorOffline_tt": "Farbe des Offline-Status-Indikators",
124
- "cfgDashTagPosition": "Tag-Badge-Position",
125
- "cfgDashTagPosition_tt": "Ecke der Aufnahme-Kachel, in der der Tag-Badge erscheint",
126
- "cfgDashBtnsVisible": "Buttons immer sichtbar",
127
- "cfgDashBtnsVisible_tt": "Aufnahme- und PTZ-Button immer anzeigen (sonst nur bei Hover)",
128
- "hdrCameraStreams": "Stream-Zuweisung",
125
+ "hdrDashView": "Ansicht",
126
+ "hdrDebug": "Debug",
127
+ "hdrDisplay": "Darstellung",
128
+ "hdrEvents": "Ereignisse & Push",
129
129
  "hdrGo2rtc": "go2rtc WebRTC-Streams",
130
- "cfgGo2rtcUrl": "go2rtc URL",
131
- "cfgGo2rtcUrl_tt": "Basis-URL des go2rtc-Servers, z. B. http://192.168.1.1:1984",
132
- "cfgGo2rtcMapping_tt": "Wähle die Stream-Quelle je Kamera: MJPEG oder MP4/FLV (über AgentDVR) oder ein go2rtc-Stream.",
133
- "cfgIpMissing": "AgentDVR-IP-Adresse ist erforderlich",
134
- "cfgNoCamerasFound": "Keine Kameras gefunden — Adapter konfiguriert und mindestens einmal gepollt?",
130
+ "hdrProxy": "Proxy",
131
+ "hdrWidgetFilter": "Filter & Sortierung",
132
+ "hdrWidgetGeneral": "Galerie-Widget",
133
+ "hdrWidgetLayout": "Layout",
134
+ "hdrWidgetPlayer": "Livestream & Player",
135
+ "hdrWidgetTags": "Tags",
136
+ "hdrWidgetTheme": "Farben & Design",
135
137
  "loadingCamerasAndStreams": "Lade Kameras und Streams…",
136
- "cfgCameraColumn": "AgentDVR Kamera",
137
- "cfgStreamSourceColumn": "Stream-Quelle",
138
138
  "reload": "Neu laden",
139
- "hdrProxy": "Proxy",
140
- "cfgEnableStreamProxy": "MJPEG-Proxy",
141
- "cfgEnableStreamProxy_tt": "MJPEG- und Snapshot-URLs über ioBroker leiten (nur im MJPEG-Stream-Modus nötig — FLV und go2rtc laufen immer über ioBroker)"
139
+ "tabAdvanced": "Erweitert",
140
+ "tabConnection": "Verbindung",
141
+ "tabDashboard": "Live-Dashboard",
142
+ "tabFeatures": "Funktionen",
143
+ "tabWidget": "Widget"
142
144
  }
@@ -1,142 +1,144 @@
1
1
  {
2
2
  "agent-dvr adapter settings": "Agent DVR Adapter Settings",
3
- "tabConnection": "Connection",
4
- "tabFeatures": "Features",
5
- "tabWidget": "Widget",
6
- "tabAdvanced": "Advanced",
7
- "cfgIp": "AgentDVR IP Address",
8
- "cfgPort": "Port",
9
- "cfgUser": "Username (optional)",
10
- "cfgPass": "Password (optional)",
11
- "cfgPollSeconds": "Poll interval (seconds)",
12
- "cfgHttpTimeoutMs": "HTTP timeout (ms)",
13
- "cfgEnableSystemControls": "System control buttons",
14
- "cfgEnablePtz": "PTZ control buttons",
15
- "cfgEnableUrls": "Generate stream URLs",
3
+ "cfgCameraColumn": "AgentDVR Camera",
4
+ "cfgDashBtnsVisible": "Buttons always visible",
5
+ "cfgDashBtnsVisible_tt": "Always show record and PTZ buttons on camera tile (otherwise only visible on hover)",
6
+ "cfgDashColorAccent": "Accent color",
7
+ "cfgDashColorAccent_tt": "Main accent color (buttons, active elements, borders)",
8
+ "cfgDashColorBg": "Background",
9
+ "cfgDashColorBg_tt": "Main background color of the dashboard",
10
+ "cfgDashColorBorder": "Border color",
11
+ "cfgDashColorBorder_tt": "Color of dividers and borders",
12
+ "cfgDashColorOffline": "Offline color",
13
+ "cfgDashColorOffline_tt": "Color of the offline status indicator",
14
+ "cfgDashColorOnline": "Online color",
15
+ "cfgDashColorOnline_tt": "Color of the online status indicator",
16
+ "cfgDashColorSurface": "Surface / Cards",
17
+ "cfgDashColorSurface_tt": "Background color of tiles and cards",
18
+ "cfgDashColorText": "Text color",
19
+ "cfgDashColorText_tt": "Primary text color",
20
+ "cfgDashDefaultView": "Default view on open",
21
+ "cfgDashDefaultView_tt": "Which tab is active when the dashboard opens",
22
+ "cfgDashGridCols": "Column count (0 = automatic)",
23
+ "cfgDashGridCols_tt": "Force a fixed number of camera columns. 0 = optimal count is calculated automatically.",
24
+ "cfgDashRefreshSec": "Reload camera list every (seconds)",
25
+ "cfgDashRefreshSec_tt": "How often the camera list is reloaded from the server (0 = no automatic reload)",
26
+ "cfgDashShowOffline": "Show offline cameras",
27
+ "cfgDashShowOffline_tt": "Include cameras that are currently offline in the live grid",
28
+ "cfgDashStreamReconnect": "Auto-reconnect stream on error",
29
+ "cfgDashStreamReconnect_tt": "Automatically restart the MJPEG stream after a connection drop",
30
+ "cfgDashTagPosition": "Tag badge position",
31
+ "cfgDashTagPosition_tt": "Corner of the recording tile where the tag badge appears",
32
+ "cfgDashViewLive": "Live view",
33
+ "cfgDashViewRec": "Recordings",
16
34
  "cfgEnableEventDps": "Event data points",
17
- "cfgEnablePush": "Real-time push trigger",
35
+ "cfgEnableEventDps_tt": "Mirror metadata of the last recording (filename, date, duration, tags)",
18
36
  "cfgEnableOverview": "Overview widget (all cameras)",
19
- "cfgStoreRawJson": "Store raw API JSON",
20
- "cfgEnableWidget": "Gallery widget per camera",
21
- "cfgWidgetMode": "Widget mode",
22
- "cfgWidgetModeNojs": "Pure HTML/CSS (no JavaScript, compatible everywhere)",
23
- "cfgWidgetModeJs": "Full JS (search + tag filter, requires script execution)",
24
- "cfgWidgetAnzahl": "Max. recordings in gallery",
25
- "cfgWidgetMinCol": "Min. column width (px)",
26
- "cfgWidgetShowTags": "Show event tags",
27
- "cfgWidgetLiveAspect": "Live tile aspect ratio (e.g. 16/9, leave empty for auto)",
28
- "cfgWidgetTagPosition": "Tag badge position",
29
- "cfgTagPosTopLeft": "Top left",
30
- "cfgTagPosTopRight": "Top right",
31
- "cfgTagPosBotLeft": "Bottom left",
32
- "cfgTagPosBotRight": "Bottom right",
33
- "cfgWidgetMaxModalWidth": "Max. player width (px)",
34
- "cfgWidgetPlayerUrl": "External player URL (leave empty for built-in player)",
35
- "cfgMaxDepth": "Max. object flatten depth",
36
- "cfgMaxArray": "Max. array length to expand",
37
- "cfgEventTagsDynamic": "Auto-detect event tags from recordings",
38
- "cfgEventTagsIgnore": "Event tags to ignore (comma-separated)",
39
- "cfgEventTags": "Fixed event tags to always create (comma-separated)",
37
+ "cfgEnableOverview_tt": "HTML state with all cameras as tile grid (for visualizations, dashboards etc.)",
38
+ "cfgEnablePtz": "PTZ control buttons",
39
+ "cfgEnablePtz_tt": "Hold switches for PTZ (left/right/up/down/zoom) per camera",
40
+ "cfgEnablePush": "Real-time push trigger",
41
+ "cfgEnablePush_tt": "Push trigger state is updated immediately when AgentDVR reports a new recording",
40
42
  "cfgEnableSnapshotB64": "Snapshot as Base64",
41
- "hdrControls": "Control Buttons",
42
- "hdrEvents": "Events & Push",
43
- "hdrDisplay": "Display",
44
- "hdrDebug": "Debug",
45
- "hdrWidgetGeneral": "Gallery Widget",
46
- "hdrWidgetLayout": "Layout",
47
- "hdrWidgetTags": "Tags",
48
- "hdrWidgetPlayer": "Livestream & Player",
43
+ "cfgEnableSnapshotB64_tt": "Save camera image as Base64 on every poll (photo.jpg, full resolution). Refresh button always present.",
44
+ "cfgEnableStreamProxy": "MJPEG proxy",
45
+ "cfgEnableStreamProxy_tt": "Route MJPEG and snapshot URLs through ioBroker (only needed for MJPEG stream mode — FLV and go2rtc are always proxied)",
46
+ "cfgEnableSystemControls": "System control buttons",
49
47
  "cfgEnableSystemControls_tt": "Arm/Disarm/Restart buttons, profile selector and all system-wide control commands",
50
- "cfgEnablePtz_tt": "Hold switches for PTZ (left/right/up/down/zoom) per camera",
48
+ "cfgEnableUrls": "Generate stream URLs",
51
49
  "cfgEnableUrls_tt": "URL states for snapshot, MJPEG and MP4 stream per camera",
52
- "cfgEnableSnapshotB64_tt": "Save camera image as Base64 on every poll (photo.jpg, full resolution). Refresh button always present.",
53
- "cfgEnableEventDps_tt": "Mirror metadata of the last recording (filename, date, duration, tags)",
54
- "cfgEnablePush_tt": "Push trigger state is updated immediately when AgentDVR reports a new recording",
55
- "cfgEnableOverview_tt": "HTML state with all cameras as tile grid (for visualizations, dashboards etc.)",
56
- "cfgStoreRawJson_tt": "Write full getObjects response to system.raw_getObjects (useful for debugging)",
50
+ "cfgEnableWidget": "Gallery widget per camera",
57
51
  "cfgEnableWidget_tt": "HTML gallery with the latest recordings per camera (for visualizations, dashboards etc.)",
58
- "cfgWidgetMode_tt": "Pure HTML/CSS compatible everywhere. Full JS with search field and tag filter (requires script execution).",
52
+ "cfgEventTags": "Fixed event tags to always create (comma-separated)",
53
+ "cfgEventTagsDynamic": "Auto-detect event tags from recordings",
54
+ "cfgEventTagsIgnore": "Event tags to ignore (comma-separated)",
55
+ "cfgGo2rtcEnabled": "Enable go2rtc WebRTC streams",
56
+ "cfgGo2rtcEnabled_tt": "Integrates a go2rtc server. After saving, a go2rtc stream can be selected per camera.",
57
+ "cfgGo2rtcMapping_tt": "Select the stream source per camera: MJPEG or MP4/FLV (via AgentDVR) or a go2rtc stream.",
58
+ "cfgGo2rtcUrl": "go2rtc URL",
59
+ "cfgGo2rtcUrl_tt": "Base URL of the go2rtc server, e.g. http://192.168.1.1:1984",
60
+ "cfgHttpTimeoutMs": "HTTP timeout (ms)",
61
+ "cfgIp": "AgentDVR IP Address",
62
+ "cfgIpMissing": "AgentDVR IP address is required",
63
+ "cfgMaxArray": "Max. array length to expand",
64
+ "cfgMaxDepth": "Max. object flatten depth",
65
+ "cfgNoCamerasFound": "No cameras found — is the adapter configured and has it polled at least once?",
66
+ "cfgPass": "Password (optional)",
67
+ "cfgPollSeconds": "Poll interval (seconds)",
68
+ "cfgPort": "Port",
69
+ "cfgStoreRawJson": "Store raw API JSON",
70
+ "cfgStoreRawJson_tt": "Write full getObjects response to system.raw_getObjects (useful for debugging)",
71
+ "cfgStreamSourceColumn": "Stream Source",
72
+ "cfgTagPosBotLeft": "Bottom left",
73
+ "cfgTagPosBotRight": "Bottom right",
74
+ "cfgTagPosTopLeft": "Top left",
75
+ "cfgTagPosTopRight": "Top right",
76
+ "cfgUser": "Username (optional)",
77
+ "cfgWidgetAnzahl": "Max. recordings in gallery",
59
78
  "cfgWidgetAnzahl_tt": "Maximum number of recordings in the gallery per camera",
60
- "cfgWidgetMinCol_tt": "Minimum column width of the gallery grid in pixels",
61
- "cfgWidgetMaxModalWidth_tt": "Maximum width of the video player in the modal dialog in pixels",
62
- "cfgWidgetShowTags_tt": "Show event tags as colored badge labels on gallery tiles",
63
- "cfgWidgetTagPosition_tt": "Corner of the image where the tag badge appears",
64
- "cfgWidgetLiveAspect_tt": "Aspect ratio of the livestream tile e.g. 16/9. Leave empty for automatic.",
65
- "cfgWidgetPlayerUrl_tt": "URL of an external video player. Leave empty for built-in player.",
66
- "hdrWidgetFilter": "Filter & Sort",
67
- "cfgWidgetSortNewest": "Newest first",
68
- "cfgWidgetSortNewest_tt": "Sort recordings by date, newest first",
69
- "cfgWidgetShowSearch": "Show search field (JS mode only)",
70
- "cfgWidgetShowSearch_tt": "Show text search over date, tag and filename in JS mode",
79
+ "cfgWidgetBorderRadius": "Border radius (px)",
80
+ "cfgWidgetBorderRadius_tt": "Corner radius of thumbnail tiles in pixels (0 = square)",
81
+ "cfgWidgetColorAccent": "Accent color",
82
+ "cfgWidgetColorAccent_tt": "Accent color for links and buttons in the widget",
83
+ "cfgWidgetColorCardBg": "Tile background",
84
+ "cfgWidgetColorCardBg_tt": "Background color of thumbnail tiles rgba(r,g,b,a) or #hex",
85
+ "cfgWidgetColorModalBg": "Modal background",
86
+ "cfgWidgetColorModalBg_tt": "Background color of the video player dialog",
87
+ "cfgWidgetColorTagBg": "Tag badge background",
88
+ "cfgWidgetColorTagBg_tt": "Background color of the tag badge",
89
+ "cfgWidgetColorTagText": "Tag badge text color",
90
+ "cfgWidgetColorTagText_tt": "Text color of the tag badge",
71
91
  "cfgWidgetCompact": "Compact layout",
72
92
  "cfgWidgetCompact_tt": "Smaller spacing and font – more entries at a glance (works in both modes)",
73
93
  "cfgWidgetDefaultTag": "Default tag filter (empty = all)",
74
94
  "cfgWidgetDefaultTag_tt": "This tag is pre-selected on first load (JS mode only)",
95
+ "cfgWidgetLiveAspect": "Live tile aspect ratio (e.g. 16/9, leave empty for auto)",
96
+ "cfgWidgetLiveAspect_tt": "Aspect ratio of the livestream tile e.g. 16/9. Leave empty for automatic.",
97
+ "cfgWidgetMaxModalWidth": "Max. player width (px)",
98
+ "cfgWidgetMaxModalWidth_tt": "Maximum width of the video player in the modal dialog in pixels",
99
+ "cfgWidgetMinCol": "Min. column width (px)",
100
+ "cfgWidgetMinCol_tt": "Minimum column width of the gallery grid in pixels",
101
+ "cfgWidgetMode": "Widget mode",
102
+ "cfgWidgetModeJs": "Full JS (search + tag filter, requires script execution)",
103
+ "cfgWidgetModeNojs": "Pure HTML/CSS (no JavaScript, compatible everywhere)",
104
+ "cfgWidgetMode_tt": "Pure HTML/CSS compatible everywhere. Full JS with search field and tag filter (requires script execution).",
105
+ "cfgWidgetPlayerUrl": "External player URL (leave empty for built-in player)",
106
+ "cfgWidgetPlayerUrl_tt": "URL of an external video player. Leave empty for built-in player.",
107
+ "cfgWidgetShowSearch": "Show search field (JS mode only)",
108
+ "cfgWidgetShowSearch_tt": "Show text search over date, tag and filename in JS mode",
109
+ "cfgWidgetShowTags": "Show event tags",
110
+ "cfgWidgetShowTags_tt": "Show event tags as colored badge labels on gallery tiles",
111
+ "cfgWidgetSortNewest": "Newest first",
112
+ "cfgWidgetSortNewest_tt": "Sort recordings by date, newest first",
113
+ "cfgWidgetTagPosition": "Tag badge position",
114
+ "cfgWidgetTagPosition_tt": "Corner of the image where the tag badge appears",
115
+ "cfgWidgetThumbLarge": "Large (240 px)",
116
+ "cfgWidgetThumbMedium": "Medium (180 px)",
75
117
  "cfgWidgetThumbSize": "Thumbnail size",
76
118
  "cfgWidgetThumbSize_tt": "Width of preview images in the gallery (overrides min. column width)",
77
119
  "cfgWidgetThumbSmall": "Small (120 px)",
78
- "cfgWidgetThumbMedium": "Medium (180 px)",
79
- "cfgWidgetThumbLarge": "Large (240 px)",
80
- "tabDashboard": "Live Dashboard",
81
- "hdrDashView": "View",
82
- "cfgDashDefaultView": "Default view on open",
83
- "cfgDashDefaultView_tt": "Which tab is active when the dashboard opens",
84
- "cfgDashViewLive": "Live view",
85
- "cfgDashViewRec": "Recordings",
86
- "cfgDashShowOffline": "Show offline cameras",
87
- "cfgDashShowOffline_tt": "Include cameras that are currently offline in the live grid",
120
+ "hdrCameraStreams": "Stream Assignment",
121
+ "hdrControls": "Control Buttons",
88
122
  "hdrDashGrid": "Camera grid",
89
- "cfgDashGridCols": "Column count (0 = automatic)",
90
- "cfgDashGridCols_tt": "Force a fixed number of camera columns. 0 = optimal count is calculated automatically.",
91
123
  "hdrDashStream": "Stream & Refresh",
92
- "cfgDashRefreshSec": "Reload camera list every (seconds)",
93
- "cfgDashRefreshSec_tt": "How often the camera list is reloaded from the server (0 = no automatic reload)",
94
- "cfgDashStreamReconnect": "Auto-reconnect stream on error",
95
- "cfgDashStreamReconnect_tt": "Automatically restart the MJPEG stream after a connection drop",
96
- "hdrWidgetTheme": "Colors & Design",
97
- "cfgWidgetColorCardBg": "Tile background",
98
- "cfgWidgetColorCardBg_tt": "Background color of thumbnail tiles – rgba(r,g,b,a) or #hex",
99
- "cfgWidgetColorTagBg": "Tag badge background",
100
- "cfgWidgetColorTagBg_tt": "Background color of the tag badge",
101
- "cfgWidgetColorTagText": "Tag badge text color",
102
- "cfgWidgetColorTagText_tt": "Text color of the tag badge",
103
- "cfgWidgetColorAccent": "Accent color",
104
- "cfgWidgetColorAccent_tt": "Accent color for links and buttons in the widget",
105
- "cfgWidgetColorModalBg": "Modal background",
106
- "cfgWidgetColorModalBg_tt": "Background color of the video player dialog",
107
- "cfgWidgetBorderRadius": "Border radius (px)",
108
- "cfgWidgetBorderRadius_tt": "Corner radius of thumbnail tiles in pixels (0 = square)",
109
124
  "hdrDashTheme": "Colors & Design",
110
- "cfgDashColorBg": "Background",
111
- "cfgDashColorBg_tt": "Main background color of the dashboard",
112
- "cfgDashColorSurface": "Surface / Cards",
113
- "cfgDashColorSurface_tt": "Background color of tiles and cards",
114
- "cfgDashColorAccent": "Accent color",
115
- "cfgDashColorAccent_tt": "Main accent color (buttons, active elements, borders)",
116
- "cfgDashColorText": "Text color",
117
- "cfgDashColorText_tt": "Primary text color",
118
- "cfgDashColorBorder": "Border color",
119
- "cfgDashColorBorder_tt": "Color of dividers and borders",
120
- "cfgDashColorOnline": "Online color",
121
- "cfgDashColorOnline_tt": "Color of the online status indicator",
122
- "cfgDashColorOffline": "Offline color",
123
- "cfgDashColorOffline_tt": "Color of the offline status indicator",
124
- "cfgDashTagPosition": "Tag badge position",
125
- "cfgDashTagPosition_tt": "Corner of the recording tile where the tag badge appears",
126
- "cfgDashBtnsVisible": "Buttons always visible",
127
- "cfgDashBtnsVisible_tt": "Always show record and PTZ buttons on camera tile (otherwise only visible on hover)",
128
- "hdrCameraStreams": "Stream Assignment",
125
+ "hdrDashView": "View",
126
+ "hdrDebug": "Debug",
127
+ "hdrDisplay": "Display",
128
+ "hdrEvents": "Events & Push",
129
129
  "hdrGo2rtc": "go2rtc WebRTC Streams",
130
- "cfgGo2rtcUrl": "go2rtc URL",
131
- "cfgGo2rtcUrl_tt": "Base URL of the go2rtc server, e.g. http://192.168.1.1:1984",
132
- "cfgGo2rtcMapping_tt": "Select the stream source per camera: MJPEG or MP4/FLV (via AgentDVR) or a go2rtc stream.",
133
- "cfgIpMissing": "AgentDVR IP address is required",
134
- "cfgNoCamerasFound": "No cameras found — is the adapter configured and has it polled at least once?",
130
+ "hdrProxy": "Proxy",
131
+ "hdrWidgetFilter": "Filter & Sort",
132
+ "hdrWidgetGeneral": "Gallery Widget",
133
+ "hdrWidgetLayout": "Layout",
134
+ "hdrWidgetPlayer": "Livestream & Player",
135
+ "hdrWidgetTags": "Tags",
136
+ "hdrWidgetTheme": "Colors & Design",
135
137
  "loadingCamerasAndStreams": "Loading cameras and streams…",
136
- "cfgCameraColumn": "AgentDVR Camera",
137
- "cfgStreamSourceColumn": "Stream Source",
138
138
  "reload": "Reload",
139
- "hdrProxy": "Proxy",
140
- "cfgEnableStreamProxy": "MJPEG proxy",
141
- "cfgEnableStreamProxy_tt": "Route MJPEG and snapshot URLs through ioBroker (only needed for MJPEG stream mode — FLV and go2rtc are always proxied)"
139
+ "tabAdvanced": "Advanced",
140
+ "tabConnection": "Connection",
141
+ "tabDashboard": "Live Dashboard",
142
+ "tabFeatures": "Features",
143
+ "tabWidget": "Widget"
142
144
  }