I had Pinchflat set up on my server and never got around to putting it back in after I nuked it. I remember organizing backed up videos in jellyfin was a mess I never quite got working as well as I’d like.
I see there’s a couple alternatives mentioned on the Pinchflat GitHub. What is everybody else using to accomplish this?


Make sure you update often though. Youtube/Google/Alphabet are playing whackamole.
https://github.com/yt-dlp/yt-dlp
Simply running
pip install yt-dlpdoesn’t update though, right? You need to add an upgrade flag, so either:pip install yt-dlp --upgradepip install yt-dlp -UI just did
uv tool install yt-dlp[default] --with mutagen. Updates are handled automatically.I put it in a container that has a build process every week.