RatingPosterDB / rpdb-folders

Monitors Media Folders and Adds Images with Ratings (poster.jpg / background.jpg) from the RPDB API
GNU Lesser General Public License v2.1
23 stars 2 forks source link

Check if Image Changed #51

Open darthShadow opened 1 year ago

darthShadow commented 1 year ago

Hi,

Would it be possible to add a header to indicate the last updated timestamp of an image?

If yes, could it be a HEAD request so it's cheaper for both the user (perhaps treated as 1/2 a request 😄 ) and you (no need to download or generate the image if it's not changed)?

Thanks.