Jellyfin Forum
Episodes not showing up where they should - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Episodes not showing up where they should (/t-episodes-not-showing-up-where-they-should)

Pages: 1 2


Episodes not showing up where they should - link7417 - 2025-03-14

I have a weird issue that I can't find a solution for, when I add a Show to my Jellyfin server it does not fully find them I think, they don't turn up under the Show but I can see the indual episodes of said show on the separate Episode tag,

I am running this on Linux mint btw

Edit: Added screenshots of the issue


RE: Episodes not showing up where they should - Efficient_Good_5784 - 2025-03-14

Can you share how you named the folders and files on your drives?

Then can you share how you linked the files to the library in Jellyfin?


RE: Episodes not showing up where they should - link7417 - 2025-03-14

The drive it self is mounted to mnt

Anime
---Fairy Tail (2009)
------Season 1
---------Fairy Tail S1E1.mkv
---------Fairy Tail S1E2.mkv
Books
---Audiobooks
------HarryPotter
---------ChapterName.m4b

is how the folders and files are named, and I linked them through the library tab under Dashboard, Add Media Library, Content type Shows (Books for the book stuff ofcourse) and clicked the Folders + button and linked it too /mnt/Media/Anime


RE: Episodes not showing up where they should - TheDreadPirate - 2025-03-14

Try adding a leading zero in the file names.

"S01E01", etc. Not sure if that will make a difference or not.


RE: Episodes not showing up where they should - link7417 - 2025-03-15

What TheDreadPirate suggested hasn't worked either, could it have something to do whit this that the log spits out after I made a fresh install? for everything else seems to work so I wonder if it is just a SQL error so the Data can't be stored correctly

-----

[2025-03-15 09:10:43.303 +01:00] [INF] Filtered subnets: []
[2025-03-15 09:10:44.547 +01:00] [INF] There are pending EFCore migrations in the database. Applying... (This may take a while, do not stop Jellyfin)
[2025-03-15 09:10:44.942 +01:00] [WRN] An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"ImageInfos"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2025-03-15 09:10:44.942 +01:00] [WRN] An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"ImageInfos"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2025-03-15 09:10:44.945 +01:00] [WRN] An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Permissions"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2025-03-15 09:10:44.945 +01:00] [WRN] An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Permissions"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2025-03-15 09:10:44.946 +01:00] [WRN] An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Preferences"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2025-03-15 09:10:44.946 +01:00] [WRN] An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Preferences"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2025-03-15 09:10:44.947 +01:00] [WRN] An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Users"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2025-03-15 09:10:44.947 +01:00] [WRN] An operation of type '"SqlOperation"' will be attempted while a rebuild of table '"Users"' is pending. The database may not be in an expected state. Review the SQL generated by this migration to help diagnose any failures. Consider moving these operations to a subsequent migration.
[2025-03-15 09:10:45.200 +01:00] [INF] EFCore migrations applied successfully


RE: Episodes not showing up where they should - Efficient_Good_5784 - 2025-03-15

What version of Jellyfin you running?


RE: Episodes not showing up where they should - link7417 - 2025-03-15

its version 10.10.6 and I am not using docker


RE: Episodes not showing up where they should - TheDreadPirate - 2025-03-16

Can you share your full jellyfin log via privatebin.net? That log snippet you posted looks like the 10.11 EFCore migration in the unstable branch.


RE: Episodes not showing up where they should - link7417 - 2025-03-18

https://privatebin.net/?7e49af33387c9ea5#3dgWVwTWCPQxpgSxX7XjuuMkjmccK5pCUd6ECJKfmtW3

I don't get why it should be as I used the "curl -s https://repo.jellyfin.org/install-debuntu.sh | sudo bash" to install it


RE: Episodes not showing up where they should - TheDreadPirate - 2025-03-18

Which metadata providers do you have enabled. I looked again at your initial screenshots and I see only "anidb". I generally recommend against using AniDB as a primary or sole metadata provider. TMDB is my recommended metadata provider.

Also, I do see that you have issues with transcoding. Which we can also look into. Please share one of the ffmpeg logs via privatebin.net and share what your hardware specs are.