Skip to content

Commit

Permalink
Merge pull request #318 from llajas/Update-Search-for-`CLUSTERPLEX_PL…
Browse files Browse the repository at this point in the history
…EX_CODECS_VERSION`

Update start.sh
  • Loading branch information
pabloromeo committed Jun 21, 2024
2 parents cede194 + 7de4285 commit b33ae73
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 @@ -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
Expand Down

0 comments on commit b33ae73

Please sign in to comment.