2026-07-05 02:32:00 +02:00
|
|
|
{
|
2026-07-05 03:29:20 +02:00
|
|
|
"navLabel": "Plex",
|
2026-07-05 02:32:00 +02:00
|
|
|
"backToFeed": "YouTube feed",
|
|
|
|
|
"backToLibrary": "Back to library",
|
|
|
|
|
"searchPlaceholder": "Search Plex…",
|
|
|
|
|
"sort": {
|
|
|
|
|
"added": "Recently added",
|
|
|
|
|
"title": "Title"
|
|
|
|
|
},
|
2026-07-05 03:29:20 +02:00
|
|
|
"filter": {
|
|
|
|
|
"library": "Library",
|
|
|
|
|
"show": "Show",
|
|
|
|
|
"showOpt": {
|
|
|
|
|
"all": "All",
|
|
|
|
|
"unwatched": "Unwatched",
|
|
|
|
|
"in_progress": "In progress",
|
|
|
|
|
"watched": "Watched"
|
|
|
|
|
},
|
|
|
|
|
"sort": "Sort"
|
|
|
|
|
},
|
2026-07-05 02:32:00 +02:00
|
|
|
"count": "{{count}} titles",
|
|
|
|
|
"searchCount": "{{count}} matches",
|
2026-07-05 03:29:20 +02:00
|
|
|
"noMatches": "No matches.",
|
2026-07-05 02:32:00 +02:00
|
|
|
"loading": "Loading…",
|
|
|
|
|
"empty": "Nothing here yet. Run a Plex sync from the admin Config page.",
|
|
|
|
|
"loadMore": "Load more",
|
|
|
|
|
"watched": "Watched",
|
2026-07-05 05:26:16 +02:00
|
|
|
"play": "Play",
|
|
|
|
|
"resume": "Resume",
|
|
|
|
|
"openShow": "Open show",
|
|
|
|
|
"markWatched": "Mark watched",
|
|
|
|
|
"markUnwatched": "Mark unwatched",
|
2026-07-05 02:32:00 +02:00
|
|
|
"seasons": "{{count}} seasons",
|
|
|
|
|
"playerSoon": "Player coming soon — “{{title}}”",
|
feat(plex): P2 player — rich full-page HLS/direct player + watch-state
- backend: GET /api/plex/item/{rk} detail (metadata, cast + intro/credit markers
from Plex, episode prev/next, per-user resume+status); POST /item/{rk}/progress
(resume checkpoint, near-end→watched) + /state (new|watched|hidden).
- frontend PlexPlayer.tsx (lazy, pulls hls.js): full-page player over the Plex
module. Direct files stream raw <video>; remux via hls.js on the seek-restart
session — custom controls map the ABSOLUTE timeline over the session offset, and a
seek beyond the loaded region restarts the session at the target. Play/pause/resume
/restart, ±10s seek, prev/next episode (Shift+←/→), volume, windowed/fullscreen,
full keyboard, Skip intro/Skip credits from markers (shaded on the seekbar),
auto-advance + watched-on-end, resume from saved position, 10s progress checkpoints.
- PlexBrowse: card/episode click opens the player as a history subview (browser Back
returns to the grid/show). api client (plexItem/plexSession/plexProgress/plexSetState)
+ types; plex.player.* i18n en/hu/de. hls.js@^1.6.16.
- Verified over HTTP: detail w/ markers+cast+episode-nav, progress persist. Video
playback itself is pending browser UAT. Subtitle/audio track SELECTION deferred.
2026-07-05 04:28:00 +02:00
|
|
|
"player": {
|
|
|
|
|
"loading": "Loading…",
|
|
|
|
|
"back": "Back",
|
|
|
|
|
"skipIntro": "Skip intro",
|
|
|
|
|
"skipCredits": "Skip credits",
|
|
|
|
|
"playPause": "Play / pause (space)",
|
|
|
|
|
"restart": "Restart from beginning",
|
|
|
|
|
"prev": "Previous episode",
|
|
|
|
|
"next": "Next episode",
|
|
|
|
|
"mute": "Mute (m)",
|
2026-07-05 05:26:16 +02:00
|
|
|
"fullscreen": "Fullscreen (f)",
|
2026-07-05 06:08:44 +02:00
|
|
|
"download": "Download original file",
|
|
|
|
|
"tracks": "Audio & subtitles",
|
|
|
|
|
"audio": "Audio",
|
|
|
|
|
"subtitles": "Subtitles",
|
|
|
|
|
"subOff": "Off"
|
feat(plex): P2 player — rich full-page HLS/direct player + watch-state
- backend: GET /api/plex/item/{rk} detail (metadata, cast + intro/credit markers
from Plex, episode prev/next, per-user resume+status); POST /item/{rk}/progress
(resume checkpoint, near-end→watched) + /state (new|watched|hidden).
- frontend PlexPlayer.tsx (lazy, pulls hls.js): full-page player over the Plex
module. Direct files stream raw <video>; remux via hls.js on the seek-restart
session — custom controls map the ABSOLUTE timeline over the session offset, and a
seek beyond the loaded region restarts the session at the target. Play/pause/resume
/restart, ±10s seek, prev/next episode (Shift+←/→), volume, windowed/fullscreen,
full keyboard, Skip intro/Skip credits from markers (shaded on the seekbar),
auto-advance + watched-on-end, resume from saved position, 10s progress checkpoints.
- PlexBrowse: card/episode click opens the player as a history subview (browser Back
returns to the grid/show). api client (plexItem/plexSession/plexProgress/plexSetState)
+ types; plex.player.* i18n en/hu/de. hls.js@^1.6.16.
- Verified over HTTP: detail w/ markers+cast+episode-nav, progress persist. Video
playback itself is pending browser UAT. Subtitle/audio track SELECTION deferred.
2026-07-05 04:28:00 +02:00
|
|
|
},
|
2026-07-05 02:32:00 +02:00
|
|
|
"playable": {
|
|
|
|
|
"direct": "Plays directly in the browser",
|
|
|
|
|
"remux": "Needs a light remux (no video re-encode)",
|
|
|
|
|
"transcode": "Needs transcoding (heavier)"
|
|
|
|
|
}
|
|
|
|
|
}
|