Jellyfin Forum
people poster.png failed to be recreated in metadata folder - 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: people poster.png failed to be recreated in metadata folder (/t-people-poster-png-failed-to-be-recreated-in-metadata-folder)



people poster.png failed to be recreated in metadata folder - prahal - 2024-12-03

I get thousands of error like:
Code:
[02:57:46] [ERR] [46] Emby.Server.Implementations.Library.LibraryManager: Cannot get image dimensions for /config/metadata/People/M/Michael Mellinger/poster.jpg
System.IO.FileNotFoundException: File not found
File name: '/config/metadata/People/M/Michael Mellinger/poster.jpg'
  at Jellyfin.Drawing.Skia.SkiaEncoder.GetImageSize(String path)
  at Jellyfin.Drawing.ImageProcessor.GetImageDimensions(String path)
  at Jellyfin.Drawing.ImageProcessor.GetImageDimensions(BaseItem item, ItemImageInfo info)
  at Emby.Server.Implementations.Library.LibraryManager.UpdateImagesAsync(BaseItem item, Boolean forceUpdate)
and the poster.png that errors out are not recreated in metadata/People/...

I cleared the data/, config/, log/, metadata/ and cache/ folders and did the setup anew. But it seems the people poster.png which link has been added to the move nfo jellyfin generated (because I set it up so) are not fetched anew when missing. Only an error is logged for each one of them.
I am running jellyfin 10.10.3 in docker.

I believe the few metadata people poster I get are the one that were not already including into nfo files, though hard to confirm.

I did reset my installation because I had a lot of ordinal error with my previous installation. But I would like not to reset the whole library nfo set.


RE: people poster.png failed to be recreated in metadata folder - TheDreadPirate - 2024-12-03

Have you tried the "refresh people" task in the dashboard?


RE: people poster.png failed to be recreated in metadata folder - prahal - 2024-12-03

(Yesterday, 03:31 PM)TheDreadPirate Wrote: Have you tried the "refresh people" task in the dashboard?

Thanks
No change and I get this I get this success message about the refresh of people/
Code:
[22:04:37] [INF] [66] Emby.Server.Implementations.Library.LibraryManager: People validation complete
[22:04:37] [INF] [66] Emby.Server.Implementations.ScheduledTasks.TaskManager: Actualiser les acteurs Completed after 2 minute(s) and 0 seconds
One of the name I knew was missing is still missing. And it was very fast, seems as if it detected no change to be done.

I believe I should open a bug on github. I believe jellyfin does not check if the posters are missing if their path is already in the NFO.