mirror of
https://github.com/iio612/immich-native.git
synced 2026-04-18 04:11:07 +00:00
Try jellyfin-ffmpeg first
This is recommended from README. Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
@@ -132,6 +132,8 @@ ln -s $IMMICH_PATH/upload $APP/machine-learning/
|
|||||||
cat <<EOF > $APP/start.sh
|
cat <<EOF > $APP/start.sh
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
export PATH=/usr/lib/jellyfin-ffmpeg:$PATH
|
||||||
|
|
||||||
set -a
|
set -a
|
||||||
. $IMMICH_PATH/env
|
. $IMMICH_PATH/env
|
||||||
set +a
|
set +a
|
||||||
@@ -145,6 +147,8 @@ chmod 700 $APP/start.sh
|
|||||||
cat <<EOF > $APP/machine-learning/start.sh
|
cat <<EOF > $APP/machine-learning/start.sh
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
export PATH=/usr/lib/jellyfin-ffmpeg:$PATH
|
||||||
|
|
||||||
set -a
|
set -a
|
||||||
. $IMMICH_PATH/env
|
. $IMMICH_PATH/env
|
||||||
set +a
|
set +a
|
||||||
|
|||||||
Reference in New Issue
Block a user