2 movies out of many ignored, how to debug? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification) +---- Thread: 2 movies out of many ignored, how to debug? (/t-2-movies-out-of-many-ignored-how-to-debug) |
2 movies out of many ignored, how to debug? - Lynx0 - 2025-01-25 Hi! I have about 200 movies in Jellyfin, but out of 20 or so recently added ones 2 are not shown in the library or anywhere in Jellyfin. They seem to get ignored. I have no idea why, I check the folder and file naming, and the permissions, all seems fine, same as all other movies. The files have the same name as the movies do on TMDB. One move is "My old ass", the other is "How to make millions before grandma dies". I thought the second one maybe has the problem that is as a foreign name also, so I copied it to a new folder and renamed to "Lahn Mah (2024)/Lahn Mah 2024.mkv", but that also gets ignored. There is no way of adding files manually, except for rescanning the library, right? How else could I find out what's going on? RE: 2 movies out of many ignored, how to debug? - Ted Hinklater - 2025-01-25 you can add the imdb id into the folder name, like Code: /Wall-E (2008) [tt0910970]/ Wall-E (2008).mkv RE: 2 movies out of many ignored, how to debug? - alleycat - 2025-01-25 I have the same movie and set the directories as: Code: Wall-E (2008) [tmdbid-10681] Code: My Old Ass (2024) [tmdbid-947891] Code: How to Make Millions Before Grandma Dies (2024) [tmdbid-1103621] RE: 2 movies out of many ignored, how to debug? - Lynx0 - 2025-01-25 (2025-01-25, 06:13 PM)alleycat Wrote: I have the same movie and set the directories as: So did you also have problem with these not being picked up before you added the tmid? In my case it doesn't seem to make a difference, still does not get added... RE: 2 movies out of many ignored, how to debug? - TheDreadPirate - 2025-01-26 Double check folder and file permissions on the new content. And share your jellyfin logs via privatebin.net. RE: 2 movies out of many ignored, how to debug? - Lynx0 - 2025-01-26 Looking at the logfile I found an error and searching that I saw I should not have DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 in my Docker env anymore. Removing that fixed it, now the movies are added. Thanks for the help! RE: 2 movies out of many ignored, how to debug? - alleycat - 2025-01-26 (2025-01-25, 07:42 PM)Lynx0 Wrote:(2025-01-25, 06:13 PM)alleycat Wrote: I have the same movie and set the directories as: Yes, I did but I'm not using Docker either. I'm glad you posted or I wouldn't have looked. I knew I had Wall-e but didn't have a "hardcoded" database ID on the directory. Once I did that, it picked right up for me. |