this post was submitted on 10 Feb 2026
68 points (95.9% liked)

Selfhosted

60093 readers
622 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 found an old external hdd with a bunch of unformatted media and wanted to import to my library quickly... Jellyfin does metadata collection pretty well (as of the most recent version, old versions were pretty bad at it) but requires a specific naming convention, e.g. Film Title (1900) - so, during some down time I wrote a quick little utility program in Go (so you can compile it regardless of platform) and a little registry script to add it to the right click menu if using windows.

For example, say you have a folder Manos.the.Hands.of.Fate.1966.1080p.REPACK.WEB-DL.AAC2.0.x264 containing a file 34535sdfs23sfg-some-complicated-hash-sdfgsdf.mp4, after installing this utility program you could right-click on the folder and select Rename Downloaded Media after which the folder would be renamed Manos the Hands of Fate (1966) and the contained file renamed to Manos the Hands of Fate (1966).mp4 as this is the format Jellyfin expects.

Nothing ground breaking here but wanted to share - hopefully this saves one of you a few minutes/hours of formatting!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] lowspeedchase@lemmy.dbzer0.com 2 points 4 months ago (1 children)

It's platform agnostic, the .reg file is a helper to make it easier to use on windows ๐Ÿ‘

[โ€“] forrgott@lemmy.sdf.org 2 points 4 months ago (1 children)

Awesome, that asks for the info. Gotta try this out later; I don't even have a large library, but the renaming is so tedious! But clicking through to identify each file that Jellyfin didn't automatically identify is worse...

Yup totally agreed, Jellyfin has been awesome for the most part but still needs those rough edges sanded down