[PR #3839] WIP: Feat/book series info #4099

Open
opened 2026-04-25 00:18:18 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3839
Author: @glorenzen
Created: 1/15/2025
Status: 🔄 Open

Base: masterHead: feat/book-series-info


📝 Commits (10+)

  • 3fa4e75 Add strings for LabelSeriesDescription and LabelEditSeries
  • 9ba79d4 Add EditSeriesModal
  • 50fd8a3 Add EditSeriesModal to Series context menu
  • 82c3670 Merge branch 'master' into feat/book-series-info
  • e0a603d Merge branch 'master' into feat/book-series-info
  • 93a4f30 Merge branch 'master' into feat/book-series-info
  • 56c62d4 Merge branch 'master' into feat/book-series-info
  • 0f338a5 Merge branch 'master' into feat/book-series-info
  • 109c996 Remove EditSeries modal from BookShelfToolbar
  • c5afea1 Adjust Series page UI spacing and add EditSeriesModal and button

📊 Changes

4 files changed (+142 additions, -6 deletions)

View changed files

client/components/modals/EditSeriesModal.vue (+68 -0)
📝 client/pages/library/_library/series/_id.vue (+67 -5)
📝 client/strings/en-us.json (+2 -0)
📝 server/controllers/LibraryController.js (+5 -1)

📄 Description

I've seen a number of requests for enhancements to Series pages, so I'm working on some simple changes, starting first with showing a Series description. I've added a new context menu item on the series pages, which displays a modal for editing the series, but so far it's just the UI.

Is there an API endpoint for updating a series? I've been looking, and have found the routes for getting all series in a library or a specific series in a library, but nothing for updating.

Related issues:
#711 #3806


🔄 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/3839 **Author:** [@glorenzen](https://github.com/glorenzen) **Created:** 1/15/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feat/book-series-info` --- ### 📝 Commits (10+) - [`3fa4e75`](https://github.com/advplyr/audiobookshelf/commit/3fa4e754a1b27bcce56912ca4a3008e51375ade7) Add strings for LabelSeriesDescription and LabelEditSeries - [`9ba79d4`](https://github.com/advplyr/audiobookshelf/commit/9ba79d4c02ded3849dd18394e02ecb07cbbd4262) Add EditSeriesModal - [`50fd8a3`](https://github.com/advplyr/audiobookshelf/commit/50fd8a3b2b039aa8bdf06e8b6265bb7ed59b487f) Add EditSeriesModal to Series context menu - [`82c3670`](https://github.com/advplyr/audiobookshelf/commit/82c3670ee2b5b33150352484e5ba958441b79602) Merge branch 'master' into feat/book-series-info - [`e0a603d`](https://github.com/advplyr/audiobookshelf/commit/e0a603d2d33844aa52d161317eedcfb3de9bd115) Merge branch 'master' into feat/book-series-info - [`93a4f30`](https://github.com/advplyr/audiobookshelf/commit/93a4f30d382aaa67a5407cc478bd62c5a2da2dd5) Merge branch 'master' into feat/book-series-info - [`56c62d4`](https://github.com/advplyr/audiobookshelf/commit/56c62d4ea40bc46941544f04ddcb52a7b34051a7) Merge branch 'master' into feat/book-series-info - [`0f338a5`](https://github.com/advplyr/audiobookshelf/commit/0f338a5961756b2180648e769d0b2084e1223062) Merge branch 'master' into feat/book-series-info - [`109c996`](https://github.com/advplyr/audiobookshelf/commit/109c996c245ec4b7bec5cdf1b6a15396bc13e337) Remove EditSeries modal from BookShelfToolbar - [`c5afea1`](https://github.com/advplyr/audiobookshelf/commit/c5afea107490914c3604f2395aad575e8431ec23) Adjust Series page UI spacing and add EditSeriesModal and button ### 📊 Changes **4 files changed** (+142 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `client/components/modals/EditSeriesModal.vue` (+68 -0) 📝 `client/pages/library/_library/series/_id.vue` (+67 -5) 📝 `client/strings/en-us.json` (+2 -0) 📝 `server/controllers/LibraryController.js` (+5 -1) </details> ### 📄 Description I've seen a number of requests for enhancements to Series pages, so I'm working on some simple changes, starting first with showing a Series description. I've added a new context menu item on the series pages, which displays a modal for editing the series, but so far it's just the UI. Is there an API endpoint for updating a series? I've been looking, and have found the routes for getting all series in a library or a specific series in a library, but nothing for updating. Related issues: #711 #3806 --- <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:18:18 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4099