chore(deps): update ghcr.io/varashi/scaleplex_orchestrator docker tag to v1.2.1#145
Open
Varashi wants to merge 1 commit into
Open
chore(deps): update ghcr.io/varashi/scaleplex_orchestrator docker tag to v1.2.1#145Varashi wants to merge 1 commit into
Varashi wants to merge 1 commit into
Conversation
📝 WalkthroughWalkthroughThis PR updates the scaleplex orchestrator container image tag from ChangesScaleplex Orchestrator Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
--- cluster-talos/kubernetes/apps/media/plex/app Kustomization: flux-system/plex HelmRelease: plex/plex
+++ cluster-talos/kubernetes/apps/media/plex/app Kustomization: flux-system/plex HelmRelease: plex/plex
@@ -29,13 +29,13 @@
WORKER_PORT: '3501'
WORKERS_DNS: plex-worker.plex.svc.cluster.local
WORKERS_PROBE_SECONDS: '5'
WORKERS_REFRESH_SECONDS: '5'
image:
repository: ghcr.io/varashi/scaleplex_orchestrator
- tag: v1.2.0
+ tag: v1.2.1
probes:
liveness:
custom: true
enabled: true
spec:
httpGet: |
|
--- HelmRelease: plex/plex Deployment: plex/plex-orchestrator
+++ HelmRelease: plex/plex Deployment: plex/plex-orchestrator
@@ -54,13 +54,13 @@
- name: WORKERS_PROBE_SECONDS
value: '5'
- name: WORKERS_REFRESH_SECONDS
value: '5'
- name: WORKER_PORT
value: '3501'
- image: ghcr.io/varashi/scaleplex_orchestrator:v1.2.0
+ image: ghcr.io/varashi/scaleplex_orchestrator:v1.2.1
livenessProbe:
httpGet:
path: /healthz
port: 3500
periodSeconds: 10
name: app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.2.0→v1.2.1Release Notes
Varashi/scaleplex (ghcr.io/varashi/scaleplex_orchestrator)
v1.2.1Compare Source
SRT sub-burn pre-render — tight bottom band for plain sidecar SRT
For sidecar SRT inputs the rewriter now parses the cues at rewrite time and
sizes the pre-render's bottom band to the actual maximum-lines-per-cue plus
a safety margin, instead of the static 40% fallback shipped in v1.2.0.
Constants calibrated against the worker image with default
subtitles=filter + DejaVu Sans + libass default style (measured 2026-05-20 via
cropdetecton 1/2/4-line cues at 1080p + 4K):bandH = 5% + lines * 6% + 8% safetyof frame height, even-rounded.Live readings on plex-test 4K HEVC HDR + sidecar Dutch SRT (707 cues, max
2 lines): pre-render
crop=3840:540:0:1620(vs prior 864 px band, ~37 %smaller). Pre-render CPU 47 % → 28 %, total session 1.69 → 1.31 cores
(~22 % saved). Emits a new rewriter change tag
sub-prerender:band:tight.Bails to the static fallback band when:
post-rewrite; embedded path stays on the static band for now);
\anNwith N>3,\pos(...),\move(...),\org(...)) that moves it off the default bottom row;churn for marginal wins).
The next-tier optimisation — multi-region pre-render so positional cues
in otherwise-bottom-aligned SRTs also benefit — is tracked for v1.2.2.
Sidecar codec-probe stream-spec fix
Pre-existing bug surfaced during the tight-band rollout. The codec probe
for a sidecar subtitle input passed PMS-argv stream-spec
1:s:0verbatim to ffprobe against a single-stream sidecar file. ffprobe
rejects a file-index prefix when only one input is given ("Invalid
stream specifier"), the codec lookup returned empty, and any rewriter
code path that gated on
subSrc.Codec == "subrip"silently degraded.Worker now drops the leading
N:when probing a sidecar input(
1:s:0→s:0). Embedded paths (input 0) keep their PMS-argv formagainst the source file (e.g.
0:3).Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.