stumpapp / stump

A free and open source comics, manga and digital book server with OPDS support (WIP)
https://stumpapp.dev
MIT License
851 stars 33 forks source link

✨ Upload library/series/book thumbnails #249

Closed aaronleopold closed 5 months ago

aaronleopold commented 5 months ago

Resolves #202 Relates to #133

PR adds minimal support for uploading custom images for library, series, and book thumbnails. I extended support to GIF files, as well.

The file size is capped to 20MB, and the error handling for this bound is not overly ideal yet (at least on the backend). I'd like to follow this up eventually with new configuration options for setting the max upload size, but for now it is hard coded. I'll likely revisit these once I start #133 more directly.