fscorrupt / Posterizarr

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

Poster/Background not found. #113

Closed jacobrreed closed 4 months ago

jacobrreed commented 4 months ago

Describe the bug Not sure it's actually affecting my library but I get this error on 19 of my movies daily when script runs

To Reproduce Happens with multiple movies

Expected behavior A clear and concise description of what you expected to happen.

Screenshots & Logs

   .7558| Start Poster Search for: X-Men.2000.REMASTERED.1080p.BluRay.H264.AAC-RARBG
[2024-04-21 02:01:16] [WARNING] |L.7560|      Can't search on TMDB, missing ID...
[2024-04-21 02:01:16] [INFO]    |L.966 |      Searching on Fanart.tv for a movie poster
[2024-04-21 02:01:16] [WARNING] |L.1046|      No movie match or poster found on Fanart.tv
[2024-04-21 02:01:16] [INFO]    |L.1904|      Searching on Plex for a Movie Poster
[2024-04-21 02:01:17] [WARNING] |L.1923|      Artwork has exif data from posterizarr/pmm/tcm, cant take it...
[2024-04-21 02:01:17] [ERROR]   |L.7746|      Missing poster URL for: X-Men.2000.REMASTERED.1080p.BluRay.H264.AAC-RARBG
[2024-04-21 02:01:17] [INFO]    |L.7747|     

Additional context Add any other context about the problem here.

fscorrupt commented 4 months ago

Hey, not a bug.

If the picture in Plex has EXIF Data (Like an overlay from PMM or TCM) i skip it, and thats the message you see Artwork has exif data from posterizarr/pmm/tcm, cant take it...

if i would be you i would fix the metadata of the movie, cause X-Men.2000.REMASTERED.1080p.BluRay.H264.AAC-RARBG is not the right movie name.

jacobrreed commented 4 months ago

Ok thanks I'll check into it not sure why it's happening actually my movies aren't named like this usually

On Sun, Apr 21, 2024, 13:34 FSCorrupt @.***> wrote:

Hey, not a bug.

If the picture in Plex has EXIF Data (Like an overlay from PMM or TCM) i skip it, and thats the message you see Artwork has exif data from posterizarr/pmm/tcm, cant take it...

if i would be you i would fix the metadata of the movie, cause X-Men.2000.REMASTERED.1080p.BluRay.H264.AAC-RARBG is not the right movie name.

— Reply to this email directly, view it on GitHub https://github.com/fscorrupt/Posterizarr/issues/113#issuecomment-2068143674, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGDFEEYNUAUSSPBLE4BKWJTY6P2DPAVCNFSM6AAAAABGRRKTCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRYGE2DGNRXGQ . You are receiving this because you authored the thread.Message ID: @.***>

jacobrreed commented 4 months ago

@fscorrupt ok here's a better error Screenshot_20240421-134913 Name looks correct https://www.themoviedb.org/movie/100493-the-devil-s-carnival

jacobrreed commented 4 months ago

@fscorrupt ok here's a better error Screenshot_20240421-134913 Name looks correct https://www.themoviedb.org/movie/100493-the-devil-s-carnival Looked in that movies folder and only the movie and a subtitles file exist. Idk I must be missing something from docs

fscorrupt commented 4 months ago

Please add the full log, just the snipped is not enough

jacobrreed commented 4 months ago

Scriptlog.log

fscorrupt commented 4 months ago

Scriptlog.log

Okey thats likley due only en as lang for posters, if there is no poster with english text it will not download anything, best is to do same as on seasonposter lang order, then it has fallbacks.

jacobrreed commented 4 months ago

Scriptlog.log

Okey thats likley due only en as lang for posters, if there is no poster with english text it will not download anything, best is to do same as on seasonposter lang order, then it has fallbacks.

Ah ok thanks