Jellyfin Forum
SOLVED: Collection Image scraping not loading - 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: Collection Image scraping not loading (/t-solved-collection-image-scraping-not-loading)

Pages: 1 2


Collection Image scraping not loading - fursug62 - 2024-06-11

i setup a new library with many movies, using tmdb for metadata.
collection IDs are getting properly embed into metadata but then no images get scraped for collections ... tried also with activated fanart.tv plugin but nothing happens Face-with-head-bandage Face-with-head-bandage 

can someone help?






edit so others may find it:
here is the solution: https://forum.jellyfin.org/t-collection-image-scraping-not-loading?pid=28200#pid28200


RE: Collection Image scraping not loading - TheDreadPirate - 2024-06-11

Can you share your full jellyfin server logs via pastebin?


RE: Collection Image scraping not loading - fursug62 - 2024-06-12

sure, here is the log right after container startup:
https://pastebin.com/Lwcu6kGf

when i look at the metadata of for example the pirates of the carribean movies the "TheMovieDb Box Set-ID" is set correctly to "295" ( https://www.themoviedb.org/collection/295-pirates-of-the-caribbean-collection )
for all the films and a collection is created.
but i when i want to search for missing metadata for the collection or "manually" by clinking on the lens for searching for pictures i got no results/an empty results screen

only got the image finding issues with collections


RE: Collection Image scraping not loading - TheDreadPirate - 2024-06-12

Can you rescan and replace all metadata and images? The log you provided doesn't have any logs associated with new content scans.


RE: Collection Image scraping not loading - fursug62 - 2024-06-13

ok did that: https://pastebin.com/X6g3V8bK

but theres not much happening except it goes trough all the movies again

metadata and artwork for individual movies are correctlydownloading

movie collections are getting populated, but no artwork Slightly-frowning-face


RE: Collection Image scraping not loading - TheDreadPirate - 2024-06-13

On the collection, what happens when you refresh and select "find missing metadata"?


RE: Collection Image scraping not loading - fursug62 - 2024-06-13

Code:
[18:55:07] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.2.69 request
[18:55:13] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[18:55:43] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[18:56:13] [INF] [35] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[18:56:43] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[19:00:13] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[19:00:43] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[19:01:13] [INF] [23] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[19:01:43] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[19:02:13] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[19:02:43] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds
[19:03:13] [INF] [23] Emby.Server.Implementations.ScheduledTasks.TaskManager: Webhook Item Added Notifier Completed after 0 minute(s) and 0 seconds

nothing really ... :s

i tried it on both, the "collections library" at the main screen and on individual collections inside of that library


RE: Collection Image scraping not loading - TheDreadPirate - 2024-06-13

In Dashboard > Libraries > Collections, what are the settings for the Collections "library"?


RE: Collection Image scraping not loading - fursug62 - 2024-06-13

[Image: Screenshot-2024-06-13-at-19-27-07-Activity.png] [Image: Screenshot-2024-06-13-at-19-27-29-Activity.png]


nothing special .. Woozy-face


RE: Collection Image scraping not loading - fursug62 - 2024-06-16

just did some testing with older versions of jellyfin

and the collection images will download just fine:

10.18.3 & 10.9.0:
[Image: Screenshot-2024-06-16-at-11-50-45-Collections.png]
but the logs dont give much info either

vs.

10.9.6 & 10.9.5:
[Image: Screenshot-2024-06-16-at-11-54-19-Collections.png]


i'll try to narrow down the version where it stopped working, but unfortunately dont have time for this today