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?
LadyMeow@lemmy.blahaj.zone 3 weeks ago
Yt-dlp is what I see mostly
in_my_honest_opinion@piefed.social 3 weeks ago
Make sure you update often though. Youtube/Google/Alphabet are playing whackamole.
https://github.com/yt-dlp/yt-dlp
SatyrSack@quokk.au 3 weeks ago
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 -USexualPolytope@lemmy.sdf.org 3 weeks ago
I just did
uv tool install yt-dlp[default] --with mutagen. Updates are handled automatically.FlexibleToast@lemmy.world 3 weeks ago
I put it in a container that has a build process every week.
PP_BOY_@lemmy.world 3 weeks ago
Yt-dlp is the way. J-Downloader is okay too if you need a good interface but dlp is just too damn powerful to not use
ToTheGraveMyLove@sh.itjust.works 3 weeks ago
Yup, don’t need anything else.