feat(plex): player polish — clock overlay, sub shadow, auto-skip, seekbar hover
- Wall clock is now a Clock settings tab: show/hide, 24h↔12h (am/pm), size, colour, and an optional date in two fixed styles (EN "08-JUL-2026 Wed" / HU "2026-JÚL-08 Sze"). - Subtitle text-shadow (blur strength + colour) in the Subtitle tab. - Auto-skip intro/credits: per-user toggles + a shared 0–10s delay (default 5). Entering a marker whose auto-skip is on runs a countdown shown as a fill on the Skip button; on completion it skips (intro → marker end, credits → next item / binge). Esc/Backspace during the countdown cancels it and does NOT navigate back. 0s = immediate. - Seekbar hover shows a timestamp tooltip that follows the cursor. - i18n en/hu/de for the new strings.
This commit is contained in:
parent
3c622fd44c
commit
c190c0e375
4 changed files with 275 additions and 16 deletions
|
|
@ -138,7 +138,18 @@
|
|||
"subPos": "Position",
|
||||
"subColor": "Textfarbe",
|
||||
"subBg": "Hintergrund",
|
||||
"subBgNone": "Keiner"
|
||||
"subBgNone": "Keiner",
|
||||
"clock": "Uhr",
|
||||
"clockShow": "Uhr anzeigen",
|
||||
"clock24h": "24-Stunden",
|
||||
"clockSize": "Größe",
|
||||
"clockColor": "Farbe",
|
||||
"clockDate": "Datum anzeigen",
|
||||
"subShadow": "Schatten",
|
||||
"subShadowColor": "Schattenfarbe",
|
||||
"autoSkipIntro": "Intro autom. überspringen",
|
||||
"autoSkipCredits": "Abspann autom. überspringen",
|
||||
"autoSkipDelay": "Auto-Skip-Verzögerung"
|
||||
},
|
||||
"info": {
|
||||
"title": "Medieninfo",
|
||||
|
|
|
|||
|
|
@ -138,7 +138,18 @@
|
|||
"subPos": "Position",
|
||||
"subColor": "Text color",
|
||||
"subBg": "Background",
|
||||
"subBgNone": "None"
|
||||
"subBgNone": "None",
|
||||
"clock": "Clock",
|
||||
"clockShow": "Show clock",
|
||||
"clock24h": "24-hour",
|
||||
"clockSize": "Size",
|
||||
"clockColor": "Color",
|
||||
"clockDate": "Show date",
|
||||
"subShadow": "Shadow",
|
||||
"subShadowColor": "Shadow color",
|
||||
"autoSkipIntro": "Auto-skip intro",
|
||||
"autoSkipCredits": "Auto-skip credits",
|
||||
"autoSkipDelay": "Auto-skip delay"
|
||||
},
|
||||
"info": {
|
||||
"title": "Media info",
|
||||
|
|
|
|||
|
|
@ -138,7 +138,18 @@
|
|||
"subPos": "Pozíció",
|
||||
"subColor": "Szövegszín",
|
||||
"subBg": "Háttér",
|
||||
"subBgNone": "Nincs"
|
||||
"subBgNone": "Nincs",
|
||||
"clock": "Óra",
|
||||
"clockShow": "Óra megjelenítése",
|
||||
"clock24h": "24 órás",
|
||||
"clockSize": "Méret",
|
||||
"clockColor": "Szín",
|
||||
"clockDate": "Dátum",
|
||||
"subShadow": "Árnyék",
|
||||
"subShadowColor": "Árnyék színe",
|
||||
"autoSkipIntro": "Intro auto-átugrás",
|
||||
"autoSkipCredits": "Stáblista auto-átugrás",
|
||||
"autoSkipDelay": "Auto-skip késleltetés"
|
||||
},
|
||||
"info": {
|
||||
"title": "Média infó",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue