[PR #5180] [CLOSED] feat: Add 'Add to Playlist' option when selecting multiple items #4454

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/5180
Author: @ben-kugler
Created: 4/11/2026
Status: Closed

Base: masterHead: feat/add-to-playlist-multi-select


📝 Commits (1)

  • 7d36698 feat: Add 'Add to Playlist' option when selecting multiple items

📊 Changes

1 file changed (+11 additions, -0 deletions)

View changed files

📝 client/components/app/Appbar.vue (+11 -0)

📄 Description

Brief summary

Adds new button when selecting multiple items to add them to a playlist

Which issue is fixed?

Fixes https://github.com/advplyr/audiobookshelf/issues/5178

In-depth Description

Changes are very simple and does nothing new compared to what's already there. Simply, adds a new button and calls on the existing playlist module to allow adding multiple items to a playlist.

How have you tested this?

Made the change, spun up locally, downloaded some free audiobook and added multiple of them to a playlist 😄

Screenshots

image image image

🔄 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/5180 **Author:** [@ben-kugler](https://github.com/ben-kugler) **Created:** 4/11/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/add-to-playlist-multi-select` --- ### 📝 Commits (1) - [`7d36698`](https://github.com/advplyr/audiobookshelf/commit/7d36698916c5d9d885fdc6182f34e70b0a60b180) feat: Add 'Add to Playlist' option when selecting multiple items ### 📊 Changes **1 file changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/Appbar.vue` (+11 -0) </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary Adds new button when selecting multiple items to add them to a playlist ## Which issue is fixed? Fixes https://github.com/advplyr/audiobookshelf/issues/5178 ## In-depth Description Changes are very simple and does nothing new compared to what's already there. Simply, adds a new button and calls on the existing playlist module to allow adding multiple items to a playlist. ## How have you tested this? Made the change, spun up locally, downloaded some free audiobook and added multiple of them to a playlist 😄 ## Screenshots <img width="1438" height="417" alt="image" src="https://github.com/user-attachments/assets/9bd7da73-6d00-49b4-a3a4-54c1cb992d06" /> <img width="974" height="665" alt="image" src="https://github.com/user-attachments/assets/fd5bfe89-5ae0-41f6-a929-e884a3d5234f" /> <img width="1195" height="420" alt="image" src="https://github.com/user-attachments/assets/c348fa24-752a-4855-949e-33829136e332" /> --- <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:50:48 +02:00
adam closed this issue 2026-04-25 00:50:52 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4454