this post was submitted on 15 Jun 2026
29 points (93.9% liked)

Selfhosted

59923 readers
521 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.

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
[โ€“] marxismtomorrow@lemmy.today 2 points 8 hours ago* (last edited 8 hours ago) (1 children)

Proper directory sorting and manual meta data hint entry is literally the number one way to make jellyfin behave properly. If you're on linux kRename (available on flathub) makes this relatively painless.

Series (premiere year) [imdb or other db id]/
                             Season ##/
                                   Series Name - S##E## - Epsiode Title.ext

Works 99.9% of the time. As long as you have either the imdb id (mostly normie anime will be fine with this) or an anidb plugin or similar for the obscure stuff it'll work 100% of the time.

This also allows easy searching of individual episodes outside of jellyfin, should you find an episode that somehow got corrupted or otherwise is just not what it should be.

Bonus: If you take the time to do this (literally 8-10 hours max for a collection of tens of thousands of episodes of shows) your library becomes much more portable as any competitor to jellyfin and any addons will now just automagically detect everything properly.

[โ€“] nexttech@lemmy.world 2 points 7 hours ago

+1million percent points !

Thank you @marxismtomorrow from the bottom of my heart!