[PR #233] [MERGED] Added an endpoint to serve different cover sizes #3322

Closed
opened 2026-04-25 00:15:12 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/233
Author: @keaganhilliard
Created: 12/12/2021
Status: Merged
Merged: 12/12/2021
Merged by: @advplyr

Base: masterHead: master


📝 Commits (1)

  • 69fa006 Added an endpoint to serve different cover sizes

📊 Changes

3 files changed (+42 additions, -0 deletions)

View changed files

📝 package.json (+1 -0)
📝 server/ApiController.js (+25 -0)
server/utils/resizeImage.js (+16 -0)

📄 Description

I've been playing around with the api and I thought it would be useful to be able to serve cover images at whatever size the client might want. This should accomplish that.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/233 **Author:** [@keaganhilliard](https://github.com/keaganhilliard) **Created:** 12/12/2021 **Status:** ✅ Merged **Merged:** 12/12/2021 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`69fa006`](https://github.com/advplyr/audiobookshelf/commit/69fa00608f16a3d9c83e494116de501b8b1319fb) Added an endpoint to serve different cover sizes ### 📊 Changes **3 files changed** (+42 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -0) 📝 `server/ApiController.js` (+25 -0) ➕ `server/utils/resizeImage.js` (+16 -0) </details> ### 📄 Description I've been playing around with the api and I thought it would be useful to be able to serve cover images at whatever size the client might want. This should accomplish that. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:15:12 +02:00
adam closed this issue 2026-04-25 00:15:12 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3322