feat(plex): Settings toggle for Plex watch-sync + one-click import

Admins get a 'Plex watch sync' section in Settings → Account (shown when the Plex module is on):
a two-way-sync toggle whose first enable imports the Plex watch history, a last-import line, and an
'Import from Plex now' button. api.plexWatch{Link,SetLink,Import}; trilingual EN/HU/DE strings.
This commit is contained in:
npeter83 2026-07-09 14:42:32 +02:00
parent 04fb3fb16e
commit a0475eb7bb
5 changed files with 118 additions and 2 deletions

View file

@ -5,6 +5,16 @@
"notifications": "Benachrichtigungen",
"account": "Konto"
},
"plexSync": {
"title": "Plex-Wiedergabesync",
"intro": "Halte den Status „gesehen / wird gerade angesehen“ zwischen Plex und Siftlode synchron. Beim Einschalten wird dein vorhandener Plex-Verlauf einmalig importiert (Plex gewinnt); die laufende Zwei-Wege-Synchronisierung folgt.",
"toggle": "Zwei-Wege-Sync mit Plex",
"toggleHint": "Nutzt das Plex-Konto dieses Servers. Beim Aktivieren wird dein Plex-Wiedergabeverlauf einmalig importiert.",
"importNow": "Jetzt aus Plex importieren",
"imported": "Aus Plex importiert: {{watched}} gesehen, {{in_progress}} laufend.",
"lastSync": "Letzter Import: {{when}}",
"never": "Noch nicht importiert"
},
"save": {
"unsaved": "Nicht gespeicherte Änderungen",
"saving": "Speichern…",

View file

@ -5,6 +5,16 @@
"notifications": "Notifications",
"account": "Account"
},
"plexSync": {
"title": "Plex watch sync",
"intro": "Sync your watched / in-progress status between Plex and Siftlode. Turning this on imports your existing Plex history now (Plex wins); ongoing two-way sync follows.",
"toggle": "Two-way sync with Plex",
"toggleHint": "Uses this server's Plex account. Turning it on imports your Plex watch history once.",
"importNow": "Import from Plex now",
"imported": "Imported from Plex: {{watched}} watched, {{in_progress}} in progress.",
"lastSync": "Last import: {{when}}",
"never": "Not imported yet"
},
"save": {
"unsaved": "Unsaved changes",
"saving": "Saving…",

View file

@ -5,6 +5,16 @@
"notifications": "Értesítések",
"account": "Fiók"
},
"plexSync": {
"title": "Plex nézettség-szinkron",
"intro": "Tartsd szinkronban a megnézett / folyamatban lévő státuszt a Plex és a Siftlode között. A bekapcsolás most beimportálja a meglévő Plex-előzményedet (a Plex az irányadó); a folyamatos kétirányú szinkron ezután jön.",
"toggle": "Kétirányú szinkron a Plexszel",
"toggleHint": "A szerver Plex-fiókját használja. Bekapcsoláskor egyszer beimportálja a Plex nézettségi előzményedet.",
"importNow": "Importálás a Plexből most",
"imported": "Importálva a Plexből: {{watched}} megnézve, {{in_progress}} folyamatban.",
"lastSync": "Utolsó import: {{when}}",
"never": "Még nincs importálva"
},
"save": {
"unsaved": "Nem mentett változások",
"saving": "Mentés…",