[Enhancement]: Bulk downloads #2831

Closed
opened 2026-04-25 00:11:04 +02:00 by adam · 4 comments
Owner

Originally created by @hannahvdw on GitHub (Jun 9, 2025).

Type of Enhancement

Web Interface/Frontend

Describe the Feature/Enhancement

Would love the option to bulk download / send to kindle.

Why would this be helpful?

At the moment downloading or sending books is done one-by-one, which can be slow and take many clicks if you're trying to update your library with a friend's recent book dump

Future Implementation (Screenshot)

Sorry, I'm not designer but I think you'll get the idea. I could imagine once a user selects more than one item, a button appears to allow bulk download or bulk send to kindle

Image

Audiobookshelf Server Version

v2.24.0

Current Implementation (Screenshot)

No response

Originally created by @hannahvdw on GitHub (Jun 9, 2025). ### Type of Enhancement Web Interface/Frontend ### Describe the Feature/Enhancement Would love the option to bulk download / send to kindle. ### Why would this be helpful? At the moment downloading or sending books is done one-by-one, which can be slow and take many clicks if you're trying to update your library with a friend's recent book dump ### Future Implementation (Screenshot) Sorry, I'm not designer but I think you'll get the idea. I could imagine once a user selects more than one item, a button appears to allow bulk download or bulk send to kindle ![Image](https://github.com/user-attachments/assets/a731c0e2-748e-4a42-bcc9-861707839097) ### Audiobookshelf Server Version v2.24.0 ### Current Implementation (Screenshot) _No response_
adam added the enhancement label 2026-04-25 00:11:04 +02:00
adam closed this issue 2026-04-25 00:11:04 +02:00
Author
Owner

@Vito0912 commented on GitHub (Jun 9, 2025):

As far as I know, I have already added Bulk Download (the three dots at the top) in some of the last updates. Make sure you update your instance.

Note that you have no download permission for the demo instance. Why? Idk, never added it

@Vito0912 commented on GitHub (Jun 9, 2025): As far as I know, I have already added Bulk Download (the three dots at the top) in some of the last updates. Make sure you update your instance. Note that you have no download permission for the demo instance. Why? Idk, never added it
Author
Owner

@nichwall commented on GitHub (Jun 9, 2025):

Bulk downloading is already implemented in the Library View. You are trying to use the Home page which has limited bulk options due to having multiple rows (books, series, recently added, and authors). Correction, the bulk options are also available on the Home Page, but appear above the bar in your screenshot. Make sure you have Edit and Download permissions like Vito said.

@nichwall commented on GitHub (Jun 9, 2025): Bulk downloading is already implemented in the Library View. ~~You are trying to use the Home page which has limited bulk options due to having multiple rows (books, series, recently added, and authors).~~ Correction, the bulk options are also available on the Home Page, but appear above the bar in your screenshot. Make sure you have Edit and Download permissions like Vito said.
Author
Owner

@kapuett commented on GitHub (Jul 2, 2025):

There seems to be a limit of 40 eBooks to bulk download. After that the download button disappears:

Image

Is it possible to remove that limit?

@kapuett commented on GitHub (Jul 2, 2025): There seems to be a limit of 40 eBooks to bulk download. After that the download button disappears: <img width="1299" alt="Image" src="https://github.com/user-attachments/assets/3419e4a6-c86d-44bb-abe4-821228ed8bc5" /> Is it possible to remove that limit?
Author
Owner

@Vito0912 commented on GitHub (Jul 2, 2025):

No. Because this is still a GET request and it has no body we are constraint by a maximum length of the URL.
If you need to download more/your library it's probably best to connect via e.g. FTP.

@Vito0912 commented on GitHub (Jul 2, 2025): No. Because this is still a GET request and it has no body we are constraint by a maximum length of the URL. If you need to download more/your library it's probably best to connect via e.g. FTP.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#2831