Created
June 23, 2023 17:45
-
-
Save Deathproof76/bad7ecb5f7c1ea4e1590f857e20ce617 to your computer and use it in GitHub Desktop.
Script for Tdarr docker start with ffmpeg6 install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker compose pull | |
docker compose up -d | |
docker exec -it tdarr bash -c "wget https://repo.jellyfin.org/releases/server/ubuntu/versions/jellyfin-ffmpeg/6.0-1/jellyfin-ffmpeg6_6.0-1-focal_amd64.deb && \ | |
apt install -y ./jellyfin-ffmpeg6_6.0-1-focal_amd64.deb && \ | |
rm -rf ./jellyfin-ffmpeg6_6.0-1-focal_amd64.deb && \ | |
ln -sf /usr/lib/jellyfin-ffmpeg/ffmpeg /usr/local/bin/ffmpeg && \ | |
ln -sf /usr/lib/jellyfin-ffmpeg/ffmpeg /usr/local/bin/tdarr-ffmpeg" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment