[PR #1581] [MERGED] Improve podcast editing #3580

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1581
Author: @mfcar
Created: 3/4/2023
Status: Merged
Merged: 3/5/2023
Merged by: @advplyr

Base: masterHead: improvePodcastEditing


📝 Commits (3)

  • 12f231b Add save action without closing the modal
  • 72396c5 Add Prev/Next buttons on podcast editing
  • dccad30 Remove library item listener from edit episode modal

📊 Changes

7 files changed (+196 additions, -32 deletions)

View changed files

📝 client/components/modals/podcast/EditEpisode.vue (+129 -8)
📝 client/components/modals/podcast/tabs/EpisodeDetails.vue (+37 -17)
📝 client/components/tables/podcast/EpisodesTable.vue (+3 -1)
📝 client/components/ui/RichTextEditor.vue (+1 -3)
📝 client/store/index.js (+9 -1)
📝 server/controllers/PodcastController.js (+15 -1)
📝 server/routers/ApiRouter.js (+2 -1)

📄 Description

This pull request adds a new action to save podcast editing without closing the modal.

  • Like the Library Item editing, we have two buttons, Save and Save & Close actions.
    • Save button updates the episode and keeps the modal opened
    • Save & Close updates the episode details and closes the modal
  • I also added chevron buttons to navigate to the next or previous episode to make editing many episodes in sequence easier.

Screenshot 2023-03-04 at 19 05 32

🔄 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/1581 **Author:** [@mfcar](https://github.com/mfcar) **Created:** 3/4/2023 **Status:** ✅ Merged **Merged:** 3/5/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `improvePodcastEditing` --- ### 📝 Commits (3) - [`12f231b`](https://github.com/advplyr/audiobookshelf/commit/12f231b88693be2e946ee865ab75cf0771d1b690) Add save action without closing the modal - [`72396c5`](https://github.com/advplyr/audiobookshelf/commit/72396c5a98c0f0458ae3d02fecdc6a09f3e621cc) Add Prev/Next buttons on podcast editing - [`dccad30`](https://github.com/advplyr/audiobookshelf/commit/dccad3055b954dfa5c66611a3142fe42e47706e1) Remove library item listener from edit episode modal ### 📊 Changes **7 files changed** (+196 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/podcast/EditEpisode.vue` (+129 -8) 📝 `client/components/modals/podcast/tabs/EpisodeDetails.vue` (+37 -17) 📝 `client/components/tables/podcast/EpisodesTable.vue` (+3 -1) 📝 `client/components/ui/RichTextEditor.vue` (+1 -3) 📝 `client/store/index.js` (+9 -1) 📝 `server/controllers/PodcastController.js` (+15 -1) 📝 `server/routers/ApiRouter.js` (+2 -1) </details> ### 📄 Description This pull request adds a new action to save podcast editing without closing the modal. - Like the Library Item editing, we have two buttons, Save and Save & Close actions. - `Save` button updates the episode and keeps the modal opened - `Save & Close` updates the episode details and closes the modal - I also added chevron buttons to navigate to the next or previous episode to make editing many episodes in sequence easier. ---- <img width="1065" alt="Screenshot 2023-03-04 at 19 05 32" src="https://user-images.githubusercontent.com/814828/222924569-8b5fca56-67dc-4012-bafc-ca5978dc51b5.png"> --- <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:16:13 +02:00
adam closed this issue 2026-04-25 00:16:13 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3580