this post was submitted on 14 Feb 2026
130 points (97.8% liked)

Selfhosted

61674 readers
186 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] LadyMeow@lemmy.blahaj.zone 129 points 6 months ago (3 children)

Yt-dlp is what I see mostly

[–] in_my_honest_opinion@piefed.social 29 points 6 months ago (3 children)

Make sure you update often though. Youtube/Google/Alphabet are playing whackamole.

You can use yt-dlp -U to update if you are using the release binaries

If you installed with pip, simply re-run the same command that was used to install the program

https://github.com/yt-dlp/yt-dlp

[–] SatyrSack@quokk.au 7 points 6 months ago* (last edited 6 months ago)

If you installed with pip, simply re-run the same command that was used to install the program

Simply running pip install yt-dlp doesn't update though, right? You need to add an upgrade flag, so either:

  • pip install yt-dlp --upgrade
  • pip install yt-dlp -U

EDIT: Maybe I should actually read this documentation that I am commenting about. Their steps to initially install it with PIP mention to use the -U flag anyway. That flag is meant for updating, but it won't make the package install wrong if used during initial installation of the package or anything, so no reason not to.

[–] FlexibleToast@lemmy.world 4 points 6 months ago

I put it in a container that has a build process every week.

[–] SexualPolytope@lemmy.sdf.org 4 points 6 months ago

I just did uv tool install yt-dlp[default] --with mutagen. Updates are handled automatically.

[–] PP_BOY_@lemmy.world 9 points 6 months 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 2 points 6 months ago

Yup, don't need anything else.