2024-10-09, 06:06 PM
(This post was last modified: 2024-10-09, 06:07 PM by TheDreadPirate. Edited 1 time in total.)
I am 90% certain that the pipe in your folder name is breaking how Jellyfin reads the directory path.
The path you defined is shown here.
But when Jellyfin goes to read data from that library, the log indicates it is reading the path starting after the pipe. So it isn't using the complete path you defined.
You need to change ALL your library folder names to remove the pipe |.
The path you defined is shown here.
Code:
[2024-10-09 05:00:00.069 +00:00] [INF] [26] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/Émissions US | TV Shows US"
But when Jellyfin goes to read data from that library, the log indicates it is reading the path starting after the pipe. So it isn't using the complete path you defined.
Code:
System.IO.DirectoryNotFoundException: Could not find a part of the path '/ TV Shows US/Family Guy (1999)/Specials/Stewie Griffin The Untold Story (2005)/metadata/Family.Guy.S04E28.Stewie.Griffin.The.Untold.Story.The.Movie.Multi.WEB.1080p.AVC-D5T0.jpg'
You need to change ALL your library folder names to remove the pipe |.