whatdaybob / sonarr_youtubedl

A Sonarr companion script to allow the automatic downloading of web series normally not available for Sonarr to search for. Using Youtube-DL it allows you to download your webseries from the list of supported sites.
108 stars 36 forks source link

Problems Deploying #70

Open b8two opened 1 week ago

b8two commented 1 week ago

Trying to run in Docker, but it is out of date.

I found a fixed forked version but that also need yt-dlp updated (which after the docker runs, I can run a PIP update command.)

Found issue where if the video is not found, the last video found is downloaded instead, hence all videos end up being the same instead of an error. I'll assume that a variable isn't cleared once completed and hence the failure to be re-written by the "new" video causes the old video to download in its place.

The instructions need improvement and clarity. i.e. path for the videos.

Logs need improving, it is hard to see what is occuring, mainly from being flooded with warning, subtitles being ignored, etc from yt-dlp.

I have seen other projects that auto create the docker instance based on updated repositories, perhaps this could be set up. Also it would be nice if support for ARM 32bit and ARM 64 bit existed for docker.

Mainly adding this issue as a hope that re-invested interest in this project may occur.

gbidkar commented 2 days ago

Hey, do you remember which projects you encountered that auto create the docker instance, or the fixed forked version?