Jellyfin Forum
Special episode question - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Special episode question (/t-special-episode-question)



Special episode question - Garpernaut - 2024-09-27

SOLVED: thanks to below comment by TheDreadPirate

Hello everyone. First time posting here because Jellyfin has worked like a charm so far. But I've come across an issue that I cannot find a specific fix for, despite having googled and hunted through reddit threads. Forgive me if it's been addressed somewhere in documentation or a thread I failed to find.

I have an anime which TMDB organises as
Specials - 9 episodes
Seasons: 1-6

However these 9 specials are in fact 'filler' episodes that IMDB numerises within the seasons themselves at their story/chronological places. I'd like to follow this, but am not sure how to get Jellyfin to pull correct metadata because it follows TMDB.

I have tried organizing them as:
S05E02
S05E02.5
S05E03

I have also tried organizing them as
S05E02
S05E02S01
S05E03

This so far has placed them in where I want them to be, but now I'd like to feed them the correct metadata (whether thats from TMDB or IMDB) so that they get their episode descriptions and correct thumbnails. Is that possible? Thanks in advance.

Edit: So according to this (https://www.themoviedb.org/tv/61709-dragon-ball-z-kai/discuss/5c9249ed925141409fa5e18f) thread on TMDB there is a separate International episode ordering that does what I'm trying to do. Is it possible to get Jellyfin to pull from this insdead?


RE: Special episode question - imthatjeremyguy - 2024-09-27

For me I've always labeled Special episodes as: s00e01, s00e02 etc.... still placing the file in the proper season. Yes a specials folder does created on top so you could watch all specials separately, but they still will be present in the season, albeit at the top instead of in release order.


RE: Special episode question - Garpernaut - 2024-09-27

I'm aware I can do that. I'm looking more for a way to place those 'special' episodes in their play order in the series. Like above, I have an episode that takes place between what TMDB thinks is E02 and E03


RE: Special episode question - TheDreadPirate - 2024-09-27

(2024-09-27, 11:38 AM)imthatjeremyguy Wrote: For me I've always labeled Special episodes as: s00e01, s00e02 etc.... still placing the file in the proper season. Yes a specials folder does created on top so you could watch all specials separately, but they still will be present in the season, albeit at the top instead of in release order.

You can have specials appear in the season they are meant to appear in.  On the special click on the "..." context menu and "Edit Metadata".  Scroll down to "Special Episode Info" and enter where it should appear.

   

Now it will appear in both the separate Specials folder and in the season it belongs in.

   
   

Code:
chris@rat-trap:/media/library/Anime/Violet Evergarden$ ll *
'Season 01':
total 6437772
drwxr-s--- 2 chris jellyfin        15 May 19 20:43 ./
drwxr-s--- 4 chris jellyfin        4 May 19 20:49 ../
-rw-r----- 1 chris jellyfin 555219815 Aug  5  2023 s01e01.mkv
-rw-r----- 1 chris jellyfin 533247537 Aug  5  2023 s01e02.mkv
-rw-r----- 1 chris jellyfin 504995503 Aug  5  2023 s01e03.mkv
-rw-r----- 1 chris jellyfin 584962029 Aug  5  2023 s01e04.mkv
-rw-r----- 1 chris jellyfin 512576003 Aug  5  2023 s01e05.mkv
-rw-r----- 1 chris jellyfin 450771955 Aug  5  2023 s01e06.mkv
-rw-r----- 1 chris jellyfin 495785342 Aug  5  2023 s01e07.mkv
-rw-r----- 1 chris jellyfin 471714983 Aug  5  2023 s01e08.mkv
-rw-r----- 1 chris jellyfin 385812290 Aug  5  2023 s01e09.mkv
-rw-r----- 1 chris jellyfin 553460721 Aug  5  2023 s01e10.mkv
-rw-r----- 1 chris jellyfin 527484256 Aug  5  2023 s01e11.mkv
-rw-r----- 1 chris jellyfin 537420275 Aug  5  2023 s01e12.mkv
-rw-r----- 1 chris jellyfin 484589298 Aug  5  2023 s01e13.mkv

Specials:
total 635050
drwxr-s--- 2 chris jellyfin        3 May 19 20:43 ./
drwxr-s--- 4 chris jellyfin        4 May 19 20:49 ../
-rw-r----- 1 chris jellyfin 650869532 Aug  5  2023 s00e01.mkv



RE: Special episode question - Garpernaut - 2024-09-27

Thanks DreadPirate! I've given this a try and it's solved a problem I've been beating my head against all day! Even works with multiple special episodes nested between two normal season episodes.