![]() |
Scan not adding images - 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: Scan not adding images (/t-scan-not-adding-images) |
Scan not adding images - Liquoriced - 2024-12-04 I recently reinstalled Jellyfin on my Synology NAS and I'm having issues with scanning my existing media: the NFO are already present, and the information is correctly pulled in. When I run a library scan, no new images are pulled. The attached log shows quite a few errors, and I don't know where to start from. RE: Scan not adding images - TheDreadPirate - 2024-12-04 What are the permissions on those files? Were they externally provided? RE: Scan not adding images - Liquoriced - 2024-12-04 (2024-12-04, 02:11 PM)TheDreadPirate Wrote: What are the permissions on those files? Were they externally provided? They are in a folder (Video) with rw permissions. I'm not sure what externally provided mean, but I had those same files earlier in Jellyfin before reinstalling it, and they had posters and such. jellyfin: image: jellyfin/jellyfin container_name: jellyfin # user: uid:gid network_mode: 'host' volumes: - ./config ![]() - ./cache ![]() - /volume1/Video ![]() #- type: bind # source: /path/to/media2 # target: /media2 # read_only: true devices: - /dev/dri/renderD128 ![]() - /dev/dri/card0 ![]() #note: uncomment these lines in devices to allow for HWA to work on Synology units with an iGPU restart: 'unless-stopped' RE: Scan not adding images - TheDreadPirate - 2024-12-04 Looking at your log again, one thing I notice is that your media and images are not named and organized in a way that is compliant with our documentation. Each movie needs to be in their own folder and the images needed to also be in the movie's folder and named properly. https://jellyfin.org/docs/general/server/media/movies/#images Code: Movies/Encanto (2021) [tmdbid-568124]/ RE: Scan not adding images - Liquoriced - 2024-12-04 (2024-12-04, 03:46 PM)TheDreadPirate Wrote: Looking at your log again, one thing I notice is that your media and images are not named and organized in a way that is compliant with our documentation. Actually, according to the guide, they can be in the library root directory ("Movies should usually be in the library root directory or in a subfolder for the individual films"), and it always worked this way. I tried again running library scan with verbose logging, hoping that it shows what the issue is. I doesn't seem to even attempt it, since it ends right away. Does it show anything interesting? This all started when I installed the OriginalAspectRatio add-on, which I now removed. https://pastebin.com/sUbFcRMF Code: Movies RE: Scan not adding images - TheDreadPirate - 2024-12-04 If you only had the movies in the library root folder, that wouldn't be a problem. It's when you want to group together additional files, like extras, images, NFOs, subtitles, etc., with the movie that you need to have per-movie folders. If it worked before, it was a miracle that it did. Having per-movie/per-show folders is just a good idea in general. Make things easier to manage. I can't image what your movies folder looks like with all these images and subtitles mixed together. Tiny Media Manager is a great app for automating library management, btw. RE: Scan not adding images - Liquoriced - 2024-12-04 (2024-12-04, 05:25 PM)TheDreadPirate Wrote: If you only had the movies in the library root folder, that wouldn't be a problem. It's when you want to group together additional files, like extras, images, NFOs, subtitles, etc., with the movie that you need to have per-movie folders. Thanks. RE: Scan not adding images - TheDreadPirate - 2024-12-04 No. You'd probably need to "replace all metadata" so that it goes back to the files it couldn't read before. |