Skip to content

Add RSS-backed subscription discovery#11

Merged
120318 merged 8 commits into
mainfrom
feature/telegram-notifications
Jun 10, 2026
Merged

Add RSS-backed subscription discovery#11
120318 merged 8 commits into
mainfrom
feature/telegram-notifications

Conversation

@120318

@120318 120318 commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add RSS-backed subscription resource discovery with scheduled search backfill cadence.
  • Track subscription active-search timestamps and add migration coverage for the new cadence field.
  • Refine notification/event boundaries, Telegram rendering, media execution snapshot usage, and related frontend flows.
  • Move the development compose baseline to docker-compose.dev.yml with override support and Docker log rotation defaults.

Validation

  • ./scripts/review_with_gates.sh
    • Backend quality checks passed.
    • Backend tests: 227 passed, 50 deselected.
    • Frontend quality, lint, and production build passed.

Runtime Evidence

  • Recent subscription downloads for tmdb:tv:153869 and tmdb:tv:233295 were confirmed from RSS sweep logs with search_run=0 and queued=2.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

search_param == "q"
and capabilities.supports_search
and self._search_type_supports_param("search", search_param, capabilities)

P2 Badge 允许 ID 模式回退到通用 Torznab 搜索

对于只在通用 search 能力中声明 imdbid/doubanid、但没有 TV 专用搜索的 Prowlarr 站点,这个回退分支只有 search_param == "q" 才会使用 t=search,所以资源搜索构建出的 ID 模式会返回 None 并被跳过;这会把本来精确的 ID 匹配降级为标题匹配,甚至在站点禁用标题搜索时完全搜不到。电影分支也有同样条件。

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread aethera.sh Outdated
Comment thread frontend/src/components/config/SystemConfig.vue
Comment thread frontend/src/components/config/SystemConfig.vue
Comment thread backend/app/services/application/views/library/overview.py Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3fa896c720

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread backend/app/services/application/views/library/resource_list.py Outdated
Comment thread backend/app/services/application/workflows/subscription/run.py Outdated
Comment thread backend/app/services/application/workflows/subscription/run.py Outdated
Comment thread backend/app/services/application/workflows/follow_reminder/service.py Outdated
@120318
120318 merged commit c591e1e into main Jun 10, 2026
1 check passed
@120318
120318 deleted the feature/telegram-notifications branch June 10, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant