diff --git a/worker/app/start.sh b/worker/app/start.sh index 2023276..3613dcf 100644 --- a/worker/app/start.sh +++ b/worker/app/start.sh @@ -3,7 +3,7 @@ cd /usr/lib/plexmediaserver CLUSTERPLEX_PLEX_VERSION=$(strings "pms_original" | grep -P '^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)-[0-9a-f]{9}') -CLUSTERPLEX_PLEX_CODECS_VERSION=$(strings "Plex Transcoder" | grep -Po '[0-9a-f]{7}-[0-9]{4}$') +CLUSTERPLEX_PLEX_CODECS_VERSION=$(strings "Plex Transcoder" | grep -Po '[0-9a-f]{7}-[0-9a-f]{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:=2001}" # default fixed for now