fscorrupt / Posterizarr

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

[FR] TMDB width and height filter #133

Closed rayap88 closed 1 month ago

rayap88 commented 1 month ago

Is your feature request related to a problem? Please describe. Selecting primary or textless options for TMDb download some low quality posters.

Describe the solution you'd like Ability to input minimum poster width and height and deter low quality images

Describe alternatives you've considered Manually download TMDb high quality poster and replace it in my folders.

Additional context Not sure if this thing is faced by others but hopefully this can help make this app more customisable.

fscorrupt commented 1 month ago

@rayap88 how would you like to do the filter for the api call? a greater then xxxx on height and width or just on one of them, or a fixed value lets say the poster needs to be 2000*3000 ?

rayap88 commented 1 month ago

personally I would prefer fixed value but I don't think this will be very welcoming for others. possible to do either or? e.g user can choose between fixed value or greater then?

whichever is easier to code. :)

fscorrupt commented 1 month ago

personally I would prefer fixed value but I don't think this will be very welcoming for others. possible to do either or? e.g user can choose between fixed value or greater then?

whichever is easier to code. :)

Okey, i will have a look at this in the next days. Api filter should be easy, function modification in my script could be hard.. but doable ! 😀

rayap88 commented 1 month ago

That’s great! Looking forward to the next update

fscorrupt commented 1 month ago

@rayap88 Added in latest, Readme is updated, the required part is under ApiPart in config

rayap88 commented 1 month ago

Appreciate it. Trying it now now