Jellyfin Forum
SOLVED: Movie can be searched, but it does not appear in the library - 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: SOLVED: Movie can be searched, but it does not appear in the library (/t-solved-movie-can-be-searched-but-it-does-not-appear-in-the-library)



Movie can be searched, but it does not appear in the library - WNotCoder - 2024-12-16

The newly added movies do not appear in the library, but they can be found through search. Moreover, not all newly added movies are invisible in the library; some are displayed.
It can be seen from the log file that there are scanning records for newly added movies. This is the complete content I searched from the log records using the movie name.


LOGS:
[2024-12-16 02:00:00.847 +00:00] [INF] [39] Emby.Server.Implementations.MediaEncoder.EncodingManager: Skipping chapter image extraction for "不要抬头 (2021)" as the average chapter duration 0 was lower than the minimum threshold 10000000
[2024-12-16 02:00:00.847 +00:00] [INF] [39] Emby.Server.Implementations.MediaEncoder.EncodingManager: Stopping chapter extraction for "不要抬头 (2021)" because a chapter was found with a position greater than the runtime.
[2024-12-16 02:00:00.849 +00:00] [INF] [39] Emby.Server.Implementations.ScheduledTasks.TaskManager: "提取章节图片" Completed after 0 minute(s) and 0 seconds


[2024-12-16 05:27:15.068 +00:00] [INF] [73] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/电影/外语电影/不要抬头 (2021)/不要抬头 (2021) - 2160p.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-12-16 05:27:15.186 +00:00] [INF] [76] Emby.Server.Implementations.MediaEncoder.EncodingManager: Skipping chapter image extraction for "不要抬头 (2021)" as the average chapter duration 0 was lower than the minimum threshold 10000000


RE: Movie can be searched, but it does not appear in the library - TheDreadPirate - 2024-12-16

Do you have any filters applied in the library view?  I had a bit of a panic moment the other day when most of my movies disappeared only to realize that filters persist between browser sessions.   Upside-down-face


RE: Movie can be searched, but it does not appear in the library - WNotCoder - 2024-12-16

(2024-12-16, 12:47 PM)TheDreadPirate Wrote: Do you have any filters applied in the library view?  I had a bit of a panic moment the other day when most of my movies disappeared only to realize that filters persist between browser sessions.   Upside-down-face

There isn't. To further confirm, I just created a new user and logged in with the new account, and the same issue still exists. Crying-loudly-face


RE: Movie can be searched, but it does not appear in the library - WNotCoder - 2024-12-16

I found the reason. It was due to my unstable network environment, which caused incomplete scraping of TMDB information. After changing the network environment and ensuring complete scraping of information, the issue was resolved.