[PR #1517] [MERGED] Add episodes search #3562

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/1517
Author: @mfcar
Created: 2/19/2023
Status: Merged
Merged: 3/18/2023
Merged by: @advplyr

Base: masterHead: addEpisodeFilter


📝 Commits (4)

  • 6d138ae Add episode filter
  • f650ae7 Add episode filter on the episodes list
  • eeb7c80 Add translation strings and change the input type to search
  • c49010b Merge master

📊 Changes

11 files changed (+69 additions, -6 deletions)

View changed files

📝 client/components/modals/podcast/EpisodeFeed.vue (+29 -2)
📝 client/components/tables/podcast/EpisodesTable.vue (+29 -2)
📝 client/strings/de.json (+1 -0)
📝 client/strings/en-us.json (+2 -1)
📝 client/strings/es.json (+1 -0)
📝 client/strings/fr.json (+2 -1)
📝 client/strings/hr.json (+1 -0)
📝 client/strings/it.json (+1 -0)
📝 client/strings/pl.json (+1 -0)
📝 client/strings/ru.json (+1 -0)
📝 client/strings/zh-cn.json (+1 -0)

📄 Description

  • Add an episode search, filtering the episodes list by title or description based on the search input
  • Added to the Episode List and Episode Feed
  • Add translation strings

Episode List
Screenshot 2023-02-19 at 20 45 39

Episode Feed
Screenshot 2023-02-19 at 20 45 57

Demo

https://user-images.githubusercontent.com/814828/219974584-548559ca-2a12-420e-b72b-4c5ae84d02d4.mov


🔄 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/1517 **Author:** [@mfcar](https://github.com/mfcar) **Created:** 2/19/2023 **Status:** ✅ Merged **Merged:** 3/18/2023 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `addEpisodeFilter` --- ### 📝 Commits (4) - [`6d138ae`](https://github.com/advplyr/audiobookshelf/commit/6d138ae905be2426ba5b893947ca16133f34bcb3) Add episode filter - [`f650ae7`](https://github.com/advplyr/audiobookshelf/commit/f650ae7f18ff4339b48adb45635d8787ef032d0e) Add episode filter on the episodes list - [`eeb7c80`](https://github.com/advplyr/audiobookshelf/commit/eeb7c805184b06025f26f1428ec4a047c51126c6) Add translation strings and change the input type to search - [`c49010b`](https://github.com/advplyr/audiobookshelf/commit/c49010b4e1b6469ba6c9577c05fea5da9f7a1113) Merge master ### 📊 Changes **11 files changed** (+69 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/podcast/EpisodeFeed.vue` (+29 -2) 📝 `client/components/tables/podcast/EpisodesTable.vue` (+29 -2) 📝 `client/strings/de.json` (+1 -0) 📝 `client/strings/en-us.json` (+2 -1) 📝 `client/strings/es.json` (+1 -0) 📝 `client/strings/fr.json` (+2 -1) 📝 `client/strings/hr.json` (+1 -0) 📝 `client/strings/it.json` (+1 -0) 📝 `client/strings/pl.json` (+1 -0) 📝 `client/strings/ru.json` (+1 -0) 📝 `client/strings/zh-cn.json` (+1 -0) </details> ### 📄 Description - Add an episode search, filtering the episodes list by title or description based on the search input - Added to the Episode List and Episode Feed - Add translation strings **Episode List** <img width="981" alt="Screenshot 2023-02-19 at 20 45 39" src="https://user-images.githubusercontent.com/814828/219974431-0dc32ad3-1fac-4866-90c6-e819b7523f75.png"> **Episode Feed** <img width="1060" alt="Screenshot 2023-02-19 at 20 45 57" src="https://user-images.githubusercontent.com/814828/219974440-c5800b1b-6415-4760-8013-28ebefa11521.png"> **Demo** https://user-images.githubusercontent.com/814828/219974584-548559ca-2a12-420e-b72b-4c5ae84d02d4.mov --- <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:09 +02:00
adam closed this issue 2026-04-25 00:16:09 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3562