Add get info route and video parsing

This commit is contained in:
2024-01-12 22:43:04 +01:00
parent 45091da5ac
commit 5c83162a29
9 changed files with 227 additions and 22 deletions
+1
View File
@@ -1,4 +1,5 @@
FROM golang:1.20-alpine
RUN apk add --no-cache build-base ffmpeg libmediainfo-dev
RUN go install github.com/bokwoon95/wgo@latest
WORKDIR /app