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

Selfhosted

60093 readers
815 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.

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
[–] in_my_honest_opinion@piefed.social 29 points 4 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 4 months ago* (last edited 4 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.

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

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

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

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