this post was submitted on 15 Jun 2026
42 points (95.7% liked)

Selfhosted

60451 readers
731 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.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

so im setting up a proper anime server and im kind of stuck on the metadata

been running jellyfin for a bit , had everything scan and it looked fine at first but then i noticed stuff was misclassified , wrong episode orders, some seasons (of the same show) getting merged when they shouldnt be. basically a mess

wiped everything and starting fresh. currently looking at shoko server + shokofin plugin as the proper solution instead of just trying to fix filenames manually

my situation is a bit different tho , i dont torrent. most of my stuff came from animepahe and similar sites so the files are encoded in mp4 ,

anyone gone through this with a similar source situation ? is shoko the move or is there something better for my anime :)

thanks!

Edit : Almost forgot ! if you have any tools, tips or anything really that would be helpful to a beginner like me (like tailscale) please mention them in the comments and i will check them out.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Vlhvhkctjxrhxv@ani.social 1 points 2 weeks ago (1 children)

I have never had an issue with properly named files.

Some tools to help with bulk renaming.


Krename

Link - https://github.com/KDE/krename

Useful for bulk renaming uniform files. I often use it to add the season when the file names just have the episode number.


Filebot

Link - https://www.filebot.net/

Great for renaming messy files. You can match the show name then it will try to get the season, episode and episode name


MediaElch

Link - https://mediaelch.github.io/mediaelch-doc/index.html

Excellent for pulling the metadata for a show into local nfo files.

Once you have the show name, season and episode number you can scrape TVDB or other sites for the episode data, thumbnails, actors, posters, etc

I then have Jellyfin use the local metadata that MediaElch has created.

[โ€“] nexttech@lemmy.world 1 points 2 weeks ago

The comment is so detailed and easy to follow ! Thank you so much !