Skip to content

Commit

Permalink
Better PMM integration for season poster uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Oct 27, 2023
1 parent ab2a622 commit 9d1b5e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions modules/PlexInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,16 @@ def set_season_posters(self,

# Upload this poster
try:
# If integrating with PMM, add EXIF data
if self.integrate_with_pmm:
self.__add_exif_tag(resized_poster)

# Upload poster
self.__retry_upload(season, resized_poster)

# If integrating with PMM, remove label
if self.integrate_with_pmm:
season.removeLabel(['Overlay'])
except Exception:
continue
else:
Expand Down
2 changes: 1 addition & 1 deletion modules/ref/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.14.5
v1.14.5-develop1

0 comments on commit 9d1b5e5

Please sign in to comment.