Files
cinema-display/server/cinema/scripts/start.sh
Peter Siegmund 551226ead9
All checks were successful
Build and Push Multi-Arch Docker Image / build-and-push (push) Successful in 18m34s
implement video download
needs check, if converted files can be run on device

Signed-off-by: Peter Siegmund <developer@mars3142.org>
2026-02-01 15:01:37 +01:00

6 lines
122 B
Bash

#!/bin/sh
yt-dlp -U 2>/dev/null || true
export YT_DLP_JS_RUNTIMES="nodejs"
(sleep 86400 && kill 1) &
exec /app/bin/server