[PR #3789] [MERGED] Update podcasts to new library item model #4086

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3789
Author: @advplyr
Created: 1/3/2025
Status: Merged
Merged: 1/3/2025
Merged by: @advplyr

Base: masterHead: migrate-podcasts-new-library-item


📝 Commits (1)

  • 69d1744 Update podcasts to new library item model

📊 Changes

11 files changed (+235 additions, -141 deletions)

View changed files

📝 client/components/modals/podcast/EditEpisode.vue (+12 -0)
📝 client/components/modals/podcast/tabs/EpisodeDetails.vue (+3 -6)
📝 server/controllers/PodcastController.js (+83 -81)
📝 server/managers/CronManager.js (+1 -1)
📝 server/managers/PodcastManager.js (+60 -28)
📝 server/models/Podcast.js (+29 -0)
📝 server/models/PodcastEpisode.js (+17 -0)
📝 server/objects/PodcastEpisodeDownload.js (+13 -4)
📝 server/objects/entities/PodcastEpisode.js (+0 -5)
📝 server/objects/mediaTypes/Podcast.js (+0 -5)
📝 server/utils/ffmpegHelpers.js (+17 -11)

📄 Description

Continuation of https://github.com/advplyr/audiobookshelf/pull/3779

Handles PodcastController


🔄 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/3789 **Author:** [@advplyr](https://github.com/advplyr) **Created:** 1/3/2025 **Status:** ✅ Merged **Merged:** 1/3/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `migrate-podcasts-new-library-item` --- ### 📝 Commits (1) - [`69d1744`](https://github.com/advplyr/audiobookshelf/commit/69d1744496e1eecabbb0ca1d54bda929ac73bc83) Update podcasts to new library item model ### 📊 Changes **11 files changed** (+235 additions, -141 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/podcast/EditEpisode.vue` (+12 -0) 📝 `client/components/modals/podcast/tabs/EpisodeDetails.vue` (+3 -6) 📝 `server/controllers/PodcastController.js` (+83 -81) 📝 `server/managers/CronManager.js` (+1 -1) 📝 `server/managers/PodcastManager.js` (+60 -28) 📝 `server/models/Podcast.js` (+29 -0) 📝 `server/models/PodcastEpisode.js` (+17 -0) 📝 `server/objects/PodcastEpisodeDownload.js` (+13 -4) 📝 `server/objects/entities/PodcastEpisode.js` (+0 -5) 📝 `server/objects/mediaTypes/Podcast.js` (+0 -5) 📝 `server/utils/ffmpegHelpers.js` (+17 -11) </details> ### 📄 Description Continuation of https://github.com/advplyr/audiobookshelf/pull/3779 Handles PodcastController --- <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:15 +02:00
adam closed this issue 2026-04-25 00:18:15 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#4086