Skip to content

Commit

Permalink
updating EAE to v2001
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloromeo committed Apr 19, 2024
1 parent 2b9aa25 commit 11b978f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/app/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}'"
Expand Down

0 comments on commit 11b978f

Please sign in to comment.