[PR #561] [MERGED] Add support for seasonal podcasts #3376

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/561
Author: @jflattery
Created: 5/4/2022
Status: Merged
Merged: 5/6/2022
Merged by: @advplyr

Base: masterHead: main


📝 Commits (2)

  • cc285bb Add support for seasonal podcasts
  • 6b98baa Resolve @advplyr's feedback

📊 Changes

5 files changed (+20 additions, -4 deletions)

View changed files

📝 client/components/controls/EpisodeSortSelect.vue (+4 -0)
📝 client/components/modals/podcast/EditEpisode.vue (+8 -3)
📝 client/components/tables/podcast/EpisodeTableRow.vue (+1 -0)
📝 server/objects/entities/PodcastEpisode.js (+5 -0)
📝 server/utils/podcastUtils.js (+2 -1)

📄 Description

Podcasts such as Command Line Heroes have multiple seasons in which each has it's own "Episode 1, ••• Episode n". This seeks to add support for this class of podcast series.

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/561 **Author:** [@jflattery](https://github.com/jflattery) **Created:** 5/4/2022 **Status:** ✅ Merged **Merged:** 5/6/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `main` --- ### 📝 Commits (2) - [`cc285bb`](https://github.com/advplyr/audiobookshelf/commit/cc285bb685299909cfa05d5805d6c93fb1e601df) Add support for seasonal podcasts - [`6b98baa`](https://github.com/advplyr/audiobookshelf/commit/6b98baafdf97d9343b84735b8435870dacbc6137) Resolve @advplyr's feedback ### 📊 Changes **5 files changed** (+20 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `client/components/controls/EpisodeSortSelect.vue` (+4 -0) 📝 `client/components/modals/podcast/EditEpisode.vue` (+8 -3) 📝 `client/components/tables/podcast/EpisodeTableRow.vue` (+1 -0) 📝 `server/objects/entities/PodcastEpisode.js` (+5 -0) 📝 `server/utils/podcastUtils.js` (+2 -1) </details> ### 📄 Description Podcasts such as [Command Line Heroes](https://podcasts.apple.com/us/podcast/command-line-heroes/id1319947289) have multiple seasons in which each has it's own "Episode 1, ••• Episode n". This seeks to add support for this class of podcast series. ![image](https://user-images.githubusercontent.com/6561797/166706070-3d8db090-0d77-4d54-9e04-d6975637c5e6.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:15:24 +02:00
adam closed this issue 2026-04-25 00:15:24 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3376