this post was submitted on 03 Jul 2024
18 points (78.1% liked)

Selfhosted

37927 readers
426 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 posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

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

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I've been ripping my anime bluray collection and wanted to have an easier way to sort it for Jellyfin, so I wanted to try Shoko Server, but it's not recognizing any of my anime. It sees the actual files, but categorizes them all as Unrecognized, making the entire idea of using it for automated sorting pointless. I'm struggling to find guides on this and the documentation is quite lacking. I don't know what I'm wrong. Are there certain rules I need to be following in order for Shoko to hash correctly? Does it hash the name? The actual ripped files?

My folder structure is setup in a way that Jellyfin properly recognizes it (without using the Shoko plugin yet), so like so for example:

- Fate/stay night: ubw (2014)
---- Season 01
---------- <episode> S01E01
- Fate/stay night: ubw (2015)
---- Season 01
---------- you get the idea

Since multi season anime often are separate entries, each season is usually its own main folder (which is one of the reasons I wanted to try Shoko to see if I could combine them into one so that I don´t have multiple entries for what is really only 1 anime series).

Anyone here that uses Shoko and have some tips?

EDIT: thanks for the information and tips everyone. Seems like Shoko might not be what I'm actually looking for.

you are viewing a single comment's thread
view the rest of the comments
[–] kitnaht@lemmy.world 10 points 1 week ago* (last edited 1 week ago) (4 children)

Am I the only one here successfully using Sonarr to take care of Anime? Sonarr has the ability to sort by absolute/relative episode you just need a profile for it.

If I really need to bother with any renaming, I'll use "RenameMyTVSeries" to mass-rename things, and drop them in the folder where Sonarr wants; or usually just have Sonarr grab the anime itself and apply its renaming rules.

Jellyfin is going to want:

  • Show Title (YEAR)
  • -- Season 1
  • ---- Episode Name - S01E1234
  • -- Season 2
  • ---- Episode Name - S02E1234
[–] anyhow2503@lemmy.world 3 points 1 week ago (1 children)

Grouping seasons into a series folder doesn't work well in some cases, because that's not the way they are released in Japan. A new season is (most of the time) effectively an entire new show entry. Show seasons are mostly a north american thing. No matter which software you use, there's always going to be some minor issues if you group seasons into one entry.

[–] kitnaht@lemmy.world 1 points 1 week ago

In instances like this, you simply use a single Season 1 folder, with absolute naming for episodes. It's really that simple.

[–] bread@feddit.nl 1 points 1 week ago

I've never had a problem with how Sonarr handles anime. It works just as well as anything else.

[–] wjs018@lemmy.world 1 points 1 week ago* (last edited 1 week ago)

I use Sonarr, but it does mess up sometimes for shows even when you mark it as an anime to use absolute numbering. It most often happens with older shows that have lots of OVAs that are sometimes listed as episodes and sometimes listed as specials, depending on the database. So, if you are having Sonarr manage your downloads, then it can grab the wrong episode if its database (I think TVDB) and the release (usually using MAL numbering) disagree.

[–] ReluctantZen@feddit.nl 1 points 1 week ago (1 children)

Jellyfin is going to want:

This is the main problem I have right now. The example I gave in the post for example. I currently have to list them as entirely separate entries, both with season 01. Not one entry with season 01 or season 02, because that's not how it is in AniDB or Anilist. As I said in another comment, I may checkout Sonarr if Shoko doesn´t work out.

[–] kitnaht@lemmy.world 0 points 1 week ago* (last edited 1 week ago) (1 children)

I don't understand why you're naming stuff that way. You use a single FSN:UWB(2014) folder, because the year represents the date the show started. There is no FSN:UBW(2015). It all goes under UBW(2014), even if the episode was released decades later.

[–] ReluctantZen@feddit.nl 2 points 1 week ago* (last edited 1 week ago) (1 children)

I'm naming it that way, because otherwise Jellyfin can't handle it properly for me. Season 2 will not show up with the proper metadata if I put all of it in the same folder. My guess is that because 2014 (season 1)and 2015 (season 2) are two separate entries in both Anilist and AniDB and not grouped together under UBW, that it wants it that way in Jellyfin too.

[–] kitnaht@lemmy.world 1 points 1 week ago* (last edited 1 week ago) (1 children)

You're causing your own issues here because you're wanting to name it all the Japanese way. I use AniDB and everything too - and it works just fine as a single series, with a single year, with all 25 episodes in a Season 1 folder with proper metadata download and everything.

Jellyfin doesn't see it because it doesn't know what the hell an "Unlimited Blade Works" released in 2015 is...because it wasn't released in 2015. You need to use AniDB as a secondary provider for Metadata, not a primary provider, because it doesn't match up with how Jellyfin and other English-made programs work.

[–] ReluctantZen@feddit.nl 2 points 1 week ago* (last edited 1 week ago)

Interesting. I'll have to look at it again then. I figured that since AniDB also has UBW split between season 1 and 2 (listed as 2014 and 2015) that I had to list them separately too. This does work by the way, but it's just really cluttered. Which metadata provider should I primarily use then if not AniDB or Anilist?

Hopefully it works for my other anime too