[PR #2491] [MERGED] Add Podcast Search Region #3728

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/2491
Author: @liaochuan
Created: 1/4/2024
Status: Merged
Merged: 2/17/2024
Merged by: @advplyr

Base: masterHead: liaocl


📝 Commits (7)

  • 56eff7a 增加播客搜索地区配置
  • 1be3456 数据绑定错误修改
  • fea7889 移动播客搜索地区配置到媒体库配置
  • 81020ff 播客搜索地区配置增加默认参数
  • 2ec52a7 Merge branch 'master' into liaocl
  • 180c328 Update jsdocs for search podcasts
  • 42a4b76 Fix translations sort order and pt-br translations

📊 Changes

25 files changed (+114 additions, -14 deletions)

View changed files

📝 client/components/modals/libraries/LibrarySettings.vue (+11 -2)
📝 client/pages/library/_library/podcast/search.vue (+9 -1)
📝 client/plugins/i18n.js (+12 -0)
📝 client/strings/cs.json (+1 -0)
📝 client/strings/da.json (+1 -0)
📝 client/strings/de.json (+1 -0)
📝 client/strings/en-us.json (+1 -0)
📝 client/strings/es.json (+1 -0)
📝 client/strings/fr.json (+1 -0)
📝 client/strings/gu.json (+1 -0)
📝 client/strings/hi.json (+1 -0)
📝 client/strings/hr.json (+1 -0)
📝 client/strings/it.json (+1 -0)
📝 client/strings/lt.json (+1 -0)
📝 client/strings/nl.json (+1 -0)
📝 client/strings/no.json (+1 -0)
📝 client/strings/pl.json (+1 -0)
📝 client/strings/pt-br.json (+7 -6)
📝 client/strings/ru.json (+1 -0)
📝 client/strings/sv.json (+1 -0)

...and 5 more files

📄 Description

Added podcast search regions to the Settings page to control which countries are used when searching for podcasts through iTunes, currently only the US and China have been added.
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/2491 **Author:** [@liaochuan](https://github.com/liaochuan) **Created:** 1/4/2024 **Status:** ✅ Merged **Merged:** 2/17/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `liaocl` --- ### 📝 Commits (7) - [`56eff7a`](https://github.com/advplyr/audiobookshelf/commit/56eff7a236b0d763024930d7eac39f30355d7a5a) 增加播客搜索地区配置 - [`1be3456`](https://github.com/advplyr/audiobookshelf/commit/1be34564f29d88298bd1a06c078fbf78a9281ad3) 数据绑定错误修改 - [`fea7889`](https://github.com/advplyr/audiobookshelf/commit/fea78898a5de723b1790b5f640f8202dc74dc3b4) 移动播客搜索地区配置到媒体库配置 - [`81020ff`](https://github.com/advplyr/audiobookshelf/commit/81020ff34daf4cec48d3ca7ddad520f3921d8b31) 播客搜索地区配置增加默认参数 - [`2ec52a7`](https://github.com/advplyr/audiobookshelf/commit/2ec52a7a454d253c44c820bef2c8e18c692343f4) Merge branch 'master' into liaocl - [`180c328`](https://github.com/advplyr/audiobookshelf/commit/180c328ed1f2aebef661998d2bab1360b88acfc1) Update jsdocs for search podcasts - [`42a4b76`](https://github.com/advplyr/audiobookshelf/commit/42a4b762bd9bef33ff55e288f935e4e75c55ff1e) Fix translations sort order and pt-br translations ### 📊 Changes **25 files changed** (+114 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `client/components/modals/libraries/LibrarySettings.vue` (+11 -2) 📝 `client/pages/library/_library/podcast/search.vue` (+9 -1) 📝 `client/plugins/i18n.js` (+12 -0) 📝 `client/strings/cs.json` (+1 -0) 📝 `client/strings/da.json` (+1 -0) 📝 `client/strings/de.json` (+1 -0) 📝 `client/strings/en-us.json` (+1 -0) 📝 `client/strings/es.json` (+1 -0) 📝 `client/strings/fr.json` (+1 -0) 📝 `client/strings/gu.json` (+1 -0) 📝 `client/strings/hi.json` (+1 -0) 📝 `client/strings/hr.json` (+1 -0) 📝 `client/strings/it.json` (+1 -0) 📝 `client/strings/lt.json` (+1 -0) 📝 `client/strings/nl.json` (+1 -0) 📝 `client/strings/no.json` (+1 -0) 📝 `client/strings/pl.json` (+1 -0) 📝 `client/strings/pt-br.json` (+7 -6) 📝 `client/strings/ru.json` (+1 -0) 📝 `client/strings/sv.json` (+1 -0) _...and 5 more files_ </details> ### 📄 Description Added podcast search regions to the Settings page to control which countries are used when searching for podcasts through iTunes, currently only the US and China have been added. <img width="1108" alt="image" src="https://github.com/advplyr/audiobookshelf/assets/13027502/969d193d-fd7b-4206-9348-2372320a1958"> --- <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:50 +02:00
adam closed this issue 2026-04-25 00:16:50 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3728