-
-
Save zhdenny/96d286741c6b5a3439e34b4fdaa60cef to your computer and use it in GitHub Desktop.
PMM Overlay Bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Example from log where Batman (1989) url_poster is getting applied (even though it already has the url_poster + overlay on it): | |
[2022-06-11 03:14:11,346] [meta.py:735] [INFO] |========================================= Batman Metadata ==========================================| | |
[2022-06-11 03:14:11,346] [meta.py:736] [INFO] | | | |
[2022-06-11 03:14:11,856] [meta.py:915] [INFO] | Movie: Batman Details Update Not Needed | | |
[2022-06-11 03:14:11,856] [plex.py:914] [WARNING] | Asset Warning: Unable to find asset folder: 'Batman (1989)' | | |
[2022-06-11 03:14:11,856] [util.py:153] [DEBUG] | 1 poster found: | | |
[2022-06-11 03:14:11,856] [util.py:155] [DEBUG] | Method: url_poster Poster: https://theposterdb.com/api/assets/50894 | | |
[2022-06-11 03:14:12,589] [library.py:153] [INFO] | Detail: url_poster updated poster to [URL] https://theposterdb.com/api/assets/50894 | | |
[2022-06-11 03:14:12,600] [meta.py:707] [INFO] | | | |
[2022-06-11 03:14:12,600] [meta.py:735] [INFO] |===================================== Batman & Robin Metadata ======================================| | |
And now Further in same log you see Batman (1989) does not get Overlay applied because the "Overlay" label in plex for the item is still present. | |
[2022-06-11 03:15:12,415] [overlays.py:215] [INFO] | Baby Driver | Overlay Update Not Needed | | |
[2022-06-11 03:15:12,416] [overlays.py:215] [INFO] | Batman | Overlay Update Not Needed | | |
[2022-06-11 03:15:12,417] [overlays.py:215] [INFO] | The Batman | Overlay Update Not Needed | | |
[2022-06-11 03:15:12,417] [overlays.py:215] [INFO] | Batman Begins | Overlay Update Not Needed | | |
[2022-06-11 03:15:12,418] [overlays.py:215] [INFO] | Batman Returns | Overlay Update Not Needed | | |
[2022-06-11 03:15:12,419] [overlays.py:215] [INFO] | Batman v Superman: Dawn of Justice | Overlay Update Not Needed | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment