jkirkcaldy / plex-utills

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

Remover HDR from poster #42

Closed g0d-m0nky closed 2 years ago

g0d-m0nky commented 2 years ago

I accidentally left HDR_BANNER = true on, so I now have the HDR banner. For me, it looks bad though, so would love for an easy way to remove it.

curious44 commented 2 years ago

I did the same. If you set backups, just run restore_posters.py then either rerun 4k_hdr_poster.py or wait until scheduled task runs again.

g0d-m0nky commented 2 years ago

I did the same. If you set backups, just run restore_posters.py then either rerun 4k_hdr_poster.py or wait until scheduled task runs again.

I couldn't get backups to work with docker! Oops!

jkirkcaldy commented 2 years ago

Curious44 is correct. This is the purpose of the backup function.

g0d-m0nky commented 2 years ago

Yep, I get that, but it still seems logical to be able to rotate between the options. I don't understand why the ability to change the poster needs to be linear as opposed to circular?

This is especially the case when several people are finding that the backup function breaks the script with docker.

jkirkcaldy commented 2 years ago

The next release has an option to restore posters from the movie db. So it's better than having to go back and do it manually, but if you have a lot of custom poster art, it will remove all of that and replace it with the default poster on tmdb.

So there will be the option to still create backup posters for those who want to curate the poster art on their media, but for others, this will likely be enough to save them if they want to change or remove banners.