Skip to content

Commit

Permalink
Upgrading EAE version
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloromeo committed Sep 7, 2023
1 parent 36aa861 commit f9a6e88
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 @@ -5,7 +5,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_EAE_VERSION=$(printf "eae-`strings "pms_original" | grep -P '^EasyAudioEncoder-eae-[0-9a-f]{7}-$' | cut -d- -f3`-42")
EAE_VERSION=1785 # fixed for now
EAE_VERSION=1806 # 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 f9a6e88

Please sign in to comment.