From 11b978f5c98a69dd5640d1cf6f576c2f90100204 Mon Sep 17 00:00:00 2001 From: Pablo Romeo Date: Fri, 19 Apr 2024 01:51:57 -0300 Subject: [PATCH] updating EAE to v2001 --- worker/app/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/app/start.sh b/worker/app/start.sh index f95b3fc..2023276 100644 --- a/worker/app/start.sh +++ b/worker/app/start.sh @@ -6,7 +6,7 @@ CLUSTERPLEX_PLEX_VERSION=$(strings "pms_original" | grep -P '^([0-9]+)\.([0-9]+) CLUSTERPLEX_PLEX_CODECS_VERSION=$(strings "Plex Transcoder" | grep -Po '[0-9a-f]{7}-[0-9]{4}$') CLUSTERPLEX_PLEX_EAE_VERSION=$(printf "eae-`strings "pms_original" | grep -P '^EasyAudioEncoder-eae-[0-9a-f]{7}-$' | cut -d- -f3`-42") -EAE_VERSION="${EAE_VERSION_NUMBER:=1983}" # default fixed for now +EAE_VERSION="${EAE_VERSION_NUMBER:=2001}" # default fixed for now echo "CLUSTERPLEX_PLEX_VERSION => '${CLUSTERPLEX_PLEX_VERSION}'" echo "CLUSTERPLEX_PLEX_CODECS_VERSION => '${CLUSTERPLEX_PLEX_CODECS_VERSION}'"