jkirkcaldy / plex-utills

Manage your Plex library automatically
MIT License
324 stars 24 forks source link

Restore Posters (TMDB) not working #108

Closed ChayBrandon closed 2 years ago

ChayBrandon commented 2 years ago

Hello,

Thanks for the great software!

I have an issue trying to revert my posters to try a different style of logo. I have entered by TMDB API key in the settings page, however when I click restore the log changes to:

2022-05-20 10:43:40,616 - plex-utills - Restore-posters: Restore backup posters starting now 2022-05-20 11:39:52,718 - plex-utills - Restore-posters: Restore backup posters starting now

However no further input appears and the posters do not change. Any ideas why this might not be working?

Thanks,

jkirkcaldy commented 2 years ago

do you have tmdb restore enabled also in the config?

ChayBrandon commented 2 years ago

Hello yes the option is enabled in the settings

jkirkcaldy commented 2 years ago

Ok, just going back through the script, it looks like I told it to scan the media files and then only restore any that had hdr, 4k or audio banner variables returned.

I've changed it now so that it will look for the banners instead and restore posters with banners on the posters. Just need to test it and then I'll push out an update

ChayBrandon commented 2 years ago

Lovely thanks for the quick response man and taking the time out of your day to sort. Got a link to buy you a beer? Cheers

jkirkcaldy commented 2 years ago

There are donate buttons on the readme should you wish to donate anything.

jkirkcaldy commented 2 years ago

This should now be working in the latest :dev container