iobroker.agent-dvr 0.0.6 → 0.2.0
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.
- package/README.de.md +289 -175
- package/README.md +231 -96
- package/admin/assets/index-ulvdM37k.js +685 -0
- package/admin/i18n/de.json +131 -135
- package/admin/i18n/en.json +131 -135
- package/admin/i18n/es.json +131 -135
- package/admin/i18n/fr.json +131 -135
- package/admin/i18n/it.json +131 -135
- package/admin/i18n/nl.json +131 -135
- package/admin/i18n/pl.json +131 -135
- package/admin/i18n/pt.json +131 -135
- package/admin/i18n/ru.json +131 -135
- package/admin/i18n/uk.json +131 -135
- package/admin/i18n/zh-cn.json +131 -135
- package/admin/index_m.html +27 -0
- package/build/main.js +152 -103
- package/build/main.js.map +2 -2
- package/io-package.json +253 -241
- package/lib/web.js +52 -5
- package/package.json +1 -1
- package/www/flv.min.js +7534 -0
- package/www/index.html +737 -120
- package/admin/custom/go2rtcMapping.js +0 -169
- package/admin/jsonConfig.json +0 -818
package/admin/i18n/de.json
CHANGED
|
@@ -1,137 +1,133 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
"cfgGo2rtcMapping": "Stream-Mapping",
|
|
134
|
-
"cfgGo2rtcMapping_tt": "Ordnet jeder AgentDVR-Kamera einen go2rtc-Stream zu. Füge eine Zeile pro Kamera hinzu. Ohne Eintrag wird MJPEG verwendet.",
|
|
135
|
-
"cfgGo2rtcCamKey": "AgentDVR Kamera-Key (z.B. cam_8_Reolink)",
|
|
136
|
-
"cfgGo2rtcStream": "go2rtc Stream-Name (z.B. Reolink)"
|
|
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",
|
|
16
|
+
"cfgEnableEventDps": "Ereignis-Datenpunkte",
|
|
17
|
+
"cfgEnablePush": "Echtzeit-Push-Trigger",
|
|
18
|
+
"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)",
|
|
40
|
+
"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",
|
|
49
|
+
"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",
|
|
51
|
+
"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)",
|
|
57
|
+
"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).",
|
|
59
|
+
"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",
|
|
71
|
+
"cfgWidgetCompact": "Kompaktes Layout",
|
|
72
|
+
"cfgWidgetCompact_tt": "Kleinere Abstände und Schrift – mehr Einträge auf einen Blick (wirkt in beiden Modi)",
|
|
73
|
+
"cfgWidgetDefaultTag": "Standard-Tag-Filter (leer = alle)",
|
|
74
|
+
"cfgWidgetDefaultTag_tt": "Dieser Tag ist beim ersten Laden vorausgewählt (nur JS-Modus)",
|
|
75
|
+
"cfgWidgetThumbSize": "Thumbnail-Größe",
|
|
76
|
+
"cfgWidgetThumbSize_tt": "Breite der Vorschaubilder in der Galerie (überschreibt Min. Spaltenbreite)",
|
|
77
|
+
"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",
|
|
88
|
+
"hdrDashGrid": "Kamera-Grid",
|
|
89
|
+
"cfgDashGridCols": "Spaltenanzahl (0 = automatisch)",
|
|
90
|
+
"cfgDashGridCols_tt": "Anzahl Kamera-Spalten fest vorgeben. 0 = optimale Anzahl wird automatisch berechnet.",
|
|
91
|
+
"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
|
+
"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",
|
|
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."
|
|
137
133
|
}
|
package/admin/i18n/en.json
CHANGED
|
@@ -1,137 +1,133 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
"cfgGo2rtcMapping": "Stream mapping",
|
|
134
|
-
"cfgGo2rtcMapping_tt": "Maps each AgentDVR camera to a go2rtc stream. Add one row per camera. Cameras without an entry fall back to MJPEG.",
|
|
135
|
-
"cfgGo2rtcCamKey": "AgentDVR camera key (e.g. cam_8_Reolink)",
|
|
136
|
-
"cfgGo2rtcStream": "go2rtc stream name (e.g. Reolink)"
|
|
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",
|
|
16
|
+
"cfgEnableEventDps": "Event data points",
|
|
17
|
+
"cfgEnablePush": "Real-time push trigger",
|
|
18
|
+
"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)",
|
|
40
|
+
"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",
|
|
49
|
+
"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",
|
|
51
|
+
"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)",
|
|
57
|
+
"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).",
|
|
59
|
+
"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",
|
|
71
|
+
"cfgWidgetCompact": "Compact layout",
|
|
72
|
+
"cfgWidgetCompact_tt": "Smaller spacing and font – more entries at a glance (works in both modes)",
|
|
73
|
+
"cfgWidgetDefaultTag": "Default tag filter (empty = all)",
|
|
74
|
+
"cfgWidgetDefaultTag_tt": "This tag is pre-selected on first load (JS mode only)",
|
|
75
|
+
"cfgWidgetThumbSize": "Thumbnail size",
|
|
76
|
+
"cfgWidgetThumbSize_tt": "Width of preview images in the gallery (overrides min. column width)",
|
|
77
|
+
"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",
|
|
88
|
+
"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
|
+
"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
|
+
"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",
|
|
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."
|
|
137
133
|
}
|