Skip to content

Instantly share code, notes, and snippets.

@Deathproof76
Created June 23, 2023 17:45
Show Gist options
  • Save Deathproof76/bad7ecb5f7c1ea4e1590f857e20ce617 to your computer and use it in GitHub Desktop.
Save Deathproof76/bad7ecb5f7c1ea4e1590f857e20ce617 to your computer and use it in GitHub Desktop.
Script for Tdarr docker start with ffmpeg6 install
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