From 9513a29c12e60a042ce899d52ea9c77c121b1d65 Mon Sep 17 00:00:00 2001 From: LostRager Date: Tue, 10 Sep 2024 20:27:52 +0200 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 241b76116..743fbd895 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ torf guessit ffmpeg-python -pymediainfo +pymediainfo==6.0.1 tmdbsimple anitopy cli-ui @@ -22,4 +22,4 @@ pyotp str2bool click aiohttp -Pillow \ No newline at end of file +Pillow From 6c2e54a9f25a2f11b6ecc34bb7b8ed7237c315da Mon Sep 17 00:00:00 2001 From: Audionut Date: Wed, 11 Sep 2024 18:21:16 +1000 Subject: [PATCH 2/2] Ensure docker has required mediainfo version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 743714237..3c4ada561 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.12 RUN apt-get update && \ apt-get install -y --no-install-recommends \ ffmpeg \ - mediainfo \ + mediainfo=23.04-1 \ git \ g++ \ cargo \