Industry convention is that "The serial format arranges podcast episodes from oldest-to-newest". This one-line change sets the default sort for podcast episode list to Pub Date (Ascending) instead of Pub Date (Descending) if the podcast is of type serial.
🔄 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-app/pull/1455
**Author:** [@anstosa](https://github.com/anstosa)
**Created:** 1/26/2025
**Status:** ✅ Merged
**Merged:** 1/26/2025
**Merged by:** [@advplyr](https://github.com/advplyr)
**Base:** `master` ← **Head:** `defaultpodcastsort`
---
### 📝 Commits (1)
- [`822ca65`](https://github.com/advplyr/audiobookshelf-app/commit/822ca65349715e7479ccf80936ab630a28d9a1d1) Sensible default sort for podcasts
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `components/tables/podcast/EpisodesTable.vue` (+1 -0)
</details>
### 📄 Description
[Industry convention](https://help.simplecast.com/hc/en-us/articles/21953604877213-The-Difference-Between-Serial-and-Episodic-Podcasts) is that "The serial format arranges podcast episodes from oldest-to-newest". This one-line change sets the default sort for podcast episode list to _Pub Date (Ascending)_ instead of _Pub Date (Descending)_ if the podcast is of type `serial`.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1455
Author: @anstosa
Created: 1/26/2025
Status: ✅ Merged
Merged: 1/26/2025
Merged by: @advplyr
Base:
master← Head:defaultpodcastsort📝 Commits (1)
822ca65Sensible default sort for podcasts📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
components/tables/podcast/EpisodesTable.vue(+1 -0)📄 Description
Industry convention is that "The serial format arranges podcast episodes from oldest-to-newest". This one-line change sets the default sort for podcast episode list to Pub Date (Ascending) instead of Pub Date (Descending) if the podcast is of type
serial.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.