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

Selfhosted

61054 readers
410 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 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
[–] non_burglar@lemmy.world 17 points 5 months ago (1 children)

I don't have any specific recommendations for a discrete tool for this, but radarr and sonarr can do this automatically if you enable it.

[–] lowspeedchase@lemmy.dbzer0.com 4 points 5 months ago (3 children)

Yeah I messed around with both for a time but couldn't really get into it - can't place my finger on why either, just the whole *arr suite is not for me somehow.

[–] fonix232@fedia.io 6 points 5 months ago (1 children)

They're super straightforward though?

You set up indexers to be searched for content.

You set up downloaders that can download from the indexers.

You set up the downloads and the media folder (e.g. the series folder for Sonarr).

Then you simply add whatever content you want downloaded.

Finally you can set the renaming in a very neat templating language.

[–] lowspeedchase@lemmy.dbzer0.com 6 points 5 months ago

Yup, pretty easy - like I said, it's a vibe check, no clue lol

[–] FreedomAdvocate@lemmy.net.au 3 points 5 months ago

You don’t really need to “get into them” if all you want to do is rename your movies/episodes - just point it at your library and hit rename.

[–] LucidNightmare@lemmy.dbzer0.com 2 points 5 months ago (1 children)

I'm with you on this one. Automation stuff has just never really been something that I feel I can personally trust. That, and I am just wary about things touching my already painstakingly manually created setup.

[–] lowspeedchase@lemmy.dbzer0.com 2 points 5 months ago

Absolutely - I am weird about my collection, stuff feeds in from various souces and stuff may or may not end up being permanent... Only I control my vault dangit!