mza921

Results 24 comments of mza921

Interesting find. I can understand why `Action` doesn't error, since Plex merged `Action/Adventure` into a single genre.

Is this still occurring? I'm hoping that the guid mapping in 2.8.1+ will cut back on the number of API requests against TMDB.

Can you post the collection and lists where this is occurring?

Is there anything in your network path that could be throttling your connection or are you using a VPN? `socket.gaierror: [Errno -2] Name or service not known` is such a...

Try running the docker container with `-e TMDB_DEBUG_ENABLED=True`

I think I can also alleviate some of these external API hits by having it check the guid map before hitting the TMDB API.

Looks like it reinstantiates for every item.

The `plex` section would also need some extra consideration because of the `library` and `library_type` attributes. If splitting up auth from collection configuration, it makes sense to include these attributes...

This is kind of at the mercy of how Plex stores its metadata. If you look at the XML for any of your 4K movies, you'll see something like `videoResolution="4k"`...