[PR #5181] [CLOSED] feat: Add Series and Sequence number to the playlist view for items when applicable #4455

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

📋 Pull Request Information

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

Base: masterHead: feat/add-sequence-playlist


📝 Commits (1)

  • b266828 feat: Add Series and Sequence number to the playlist view for items when applicable

📊 Changes

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

View changed files

📝 client/components/tables/playlist/ItemTableRow.vue (+14 -0)

📄 Description

Brief summary

Simply adds a series and sequence number to items a in playlist if they exist

Which issue is fixed?

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

In-depth Description

Nothing new, adds a third line of content for items in a playlist, this line contains the Series and Sequence number if they exist

How have you tested this?

Yes, added two audiobooks and set their series to Test with sequence numbers 1 and 2, started dev server

Screenshots

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/5181 **Author:** [@ben-kugler](https://github.com/ben-kugler) **Created:** 4/11/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/add-sequence-playlist` --- ### 📝 Commits (1) - [`b266828`](https://github.com/advplyr/audiobookshelf/commit/b266828b452ddbf5eba9500f76e09e0f03385db6) feat: Add Series and Sequence number to the playlist view for items when applicable ### 📊 Changes **1 file changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/components/tables/playlist/ItemTableRow.vue` (+14 -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 Simply adds a series and sequence number to items a in playlist if they exist ## Which issue is fixed? Fixes https://github.com/advplyr/audiobookshelf/issues/5179 ## In-depth Description Nothing new, adds a third line of content for items in a playlist, this line contains the Series and Sequence number if they exist ## How have you tested this? Yes, added two audiobooks and set their series to `Test` with sequence numbers 1 and 2, started dev server ## Screenshots <img width="925" height="333" alt="image" src="https://github.com/user-attachments/assets/95319095-8b0d-42cf-b73b-f76821bfb034" /> --- <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:51 +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#4455