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


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

I'm wondering if this is related to a bug I reported a couple weeks ago.

https://github.com/jellyfin/jellyfin/issues/12023


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

I'm starting over again on 10.9.2, I disabled tmdb for everything and it's working just fine now.


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

so, got around to some testing today:

v10.9.3 seems to be the latest working version for this particular issue (for which the collection image scraping works)

the recent versions after that cant find images for collections but no error messages in the logs can tell me why Woozy-face


RE: Collection Image scraping not loading - vtmarik - 2024-06-18

I found that if I make sure IPv6 is enabled in the server and that the docker image is also allowed IPv6 then TMDB works, but then again i'm on 10.9.2 because for whatever reason jellyfin:latest grabs that version.


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

(2024-06-18, 05:28 PM)vtmarik Wrote: I found that if I make sure IPv6 is enabled in the server and that the docker image is also allowed IPv6 then TMDB works, but then again i'm on 10.9.2 because for whatever reason jellyfin:latest grabs that version.

If you are using plain docker, stop your jellyfin container and run "sudo docker system prune -a".  Then start your jellyfin container.  Sometimes docker doesn't actually check for a newer image.  Pruning docker will force docker to actually check.


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

Quick update:

the problem is still present in v10.9.7


RE: Collection Image scraping not loading - theguymadmax - 2024-06-26

There are two TMDB plugins. You need to manually install the "TMDb Box Sets" plugin from the catalog. Once installed and the server is restarted, go to scheduled tasks in the dashboard and manually run TMDd - Scan library for new box sets. That will create a proper xml with the <TmdbId> tag in each collection folder. Images should be auto-populated.


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

Quote: There are two TMDB plugins. You need to manually install the "TMDb Box Sets" plugin from the catalog. Once installed and the server is restarted, go to scheduled tasks in the dashboard and manually run TMDd - Scan library for new box sets. That will create a proper xml with the <TmdbId> tag in each collection folder. Images should be auto-populated.

LOL, yeah didn't see that.
that's new.
Thank you very much for pointing that out

with both TMDB plugins enabled it works like a charm, even the fanart.tv plugin works alongside them and you can choose alternative images from the web ui just like someone may used to

keeping the thread here so others may find it

little bit confusing since the TMDB plugin will also create collections and the xmls on it's own Grinning-face


RE: Collection Image scraping not loading - r00t L34K - 2024-09-25

Hi everyone. Does anyone know if the plugin is no longer listed in the add-ons section because it doesn't appear for me. My collections are also without images.

Thank you very much, best regards.


RE: Collection Image scraping not loading - TheDreadPirate - 2024-09-25

(2024-09-25, 07:18 AM)r00t L34K Wrote: Hi everyone. Does anyone know if the plugin is no longer listed in the add-ons section because it doesn't appear for me. My collections are also without images.

Thank you very much, best regards.

Which plugin?  We've talked about the Fanart and TMDB Boxset Plugin in this thread.

And what version of Jellyfin are you running?  Both plugins are still listed in the catalog in both my 10.9.11 instance and unstable 10.10 instance.