fscorrupt / Posterizarr

🖼️ Automated poster maker for Plex/Jellyfin/Emby.
107 stars 10 forks source link

[BUG]Seasons: wrong posters #137

Closed tordenflesk closed 1 week ago

tordenflesk commented 1 week ago

Describe the bug Example: Mock The Week gets assigned Ice Road Rescue and Criminal Minds posters. Most other shows get Ice Road Rescue...

Screenshots & Logs https://i.imgur.com/asTPON2.jpeg

near default config:

{
  "ApiPart":{
    "tvdbapi": "XXX",
    "tmdbtoken": "XXX",
    "FanartTvAPIKey": "XXX",
    "PlexToken": "",
    "JellyfinAPIKey": "XXX",
    "FavProvider": "tmdb",
    "WidthHeightFilter": "false",
    "PosterMinWidth": "2000",
    "PosterMinHeight": "3000",
    "BgTcMinWidth": "3840",
    "BgTcMinHeight": "2160",
    "tmdb_vote_sorting": "vote_average",
    "PreferredLanguageOrder": ["xx", "en", "no"],
    "PreferredSeasonLanguageOrder": ["xx", "en", "no"]
  },
  "PlexPart":{
    "LibstoExclude": ["Youtube", "Audiobooks", "Kids Audiobooks", "Tech Trainings"],
    "PlexUrl": "http://10.0.0.106:32400",
    "UsePlex": "false"
  },
  "JellyfinPart": {
        "LibstoExclude": ["Youtube", "Audiobooks", "KidsAudiobooks", "TechTrainings"],
        "JellyfinUrl": "http://10.0.0.106:8096",
        "UseJellyfin": "true"
  },
  "Notification":{
    "SendNotification":"False",
    "AppriseUrl": "discord://{WebhookID}/{WebhookToken}/",
    "Discord": "https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}"
  },
  "PrerequisitePart":{
    "AssetPath": "/assets",
    "PlexUpload": "false",
    "show_skipped":"false",
    "magickinstalllocation": "C:\\PosterTemp\\ImageMagickPortable",
    "maxLogs": "5",
    "logLevel": "2",
    "font": "Colus-Regular.ttf",
    "RTLFont": "Colus-Regular.ttf",
    "backgroundfont": "Colus-Regular.ttf",
    "titlecardfont": "Colus-Regular.ttf",
    "overlayfile": "overlay.png",
    "seasonoverlayfile": "overlay.png",
    "backgroundoverlayfile": "backgroundoverlay.png",
    "titlecardoverlayfile": "backgroundoverlay.png",
    "LibraryFolders": "true",
    "Posters": "true",
    "SeasonPosters": "true",
    "BackgroundPosters": "false",
    "TitleCards": "false",
    "NewLineOnSpecificSymbols": "false",
    "NewLineSymbols": [
        " - "
    ],
    "SkipTBA": "false",
    "SkipJapTitle": "false",
    "AssetCleanup": "false",
    "AutoUpdateIM": "false"
  },
  "OverlayPart":{
    "ImageProcessing": "true",
    "outputQuality": "92%"
  },
  "PosterOverlayPart": {
    "fontAllCaps": "true",
    "AddBorder": "true",
    "AddText": "true",
    "AddTextStroke": "false",
    "strokecolor": "black",
    "strokewidth": "6",
    "AddOverlay": "true",
    "fontcolor": "white",
    "bordercolor": "white",
    "minPointSize": "45",
    "maxPointSize": "300",
    "borderwidth": "30",
    "MaxWidth": "1900",
    "MaxHeight": "500",
    "text_offset": "+430"
  },
  "SeasonPosterOverlayPart": {
    "fontAllCaps": "true",
    "AddBorder": "true",
    "AddText": "true",
    "AddShowTitletoSeason": "false",
    "SeasonTextNewLines": "1",
    "AddTextStroke": "false",
    "strokecolor": "black",
    "strokewidth": "6",
    "AddOverlay": "true",
    "fontcolor": "white",
    "bordercolor": "white",
    "minPointSize": "95",
    "maxPointSize": "250",
    "borderwidth": "30",
    "MaxWidth": "1900",
    "MaxHeight": "500",
    "text_offset": "+400"
  },
  "BackgroundOverlayPart": {
    "fontAllCaps": "true",
    "AddOverlay": "true",
    "AddBorder": "true",
    "AddText": "true",
    "AddTextStroke": "false",
    "strokecolor": "black",
    "strokewidth": "6",
    "fontcolor": "white",
    "bordercolor": "white",
    "minPointSize": "100",
    "maxPointSize": "300",
    "borderwidth": "30",
    "MaxWidth": "3640",
    "MaxHeight": "500",
    "text_offset": "+200"
  },
  "TitleCardOverlayPart": {
    "UseBackgroundAsTitleCard": "false",
    "BackgroundFallback": "true",
    "AddOverlay": "true",
    "AddBorder": "true",
    "bordercolor": "white",
    "borderwidth": "30"
  },
  "TitleCardTitleTextPart": {
    "fontAllCaps": "true",
    "AddEPTitleText": "true",
    "AddTextStroke": "false",
    "strokecolor": "black",
    "strokewidth": "6",
    "fontcolor": "white",
    "minPointSize": "50",
    "maxPointSize": "150",
    "MaxWidth": "3640",
    "MaxHeight": "280",
    "text_offset": "+300"
  },
  "TitleCardEPTextPart": {
    "SeasonTCText": "Season",
    "EpisodeTCText": "Episode",
    "fontAllCaps": "true",
    "AddEPText": "true",
    "AddTextStroke": "false",
    "strokecolor": "black",
    "strokewidth": "4",
    "fontcolor": "white",
    "minPointSize": "50",
    "maxPointSize": "80",
    "MaxWidth": "1000",
    "MaxHeight": "120",
    "text_offset": "+150"
  }
}
fscorrupt commented 1 week ago

hey, please attach the logfile - its missing.

tordenflesk commented 1 week ago

Scriptlog.log

fscorrupt commented 1 week ago

Scriptlog.log

thanks, please try latest v1.8.1 - it works without issues on my end!