Changelog
Features
- Add default
minimumDurationin feed configuration and change its unit from minutes to seconds. - Add source video link to episode titles in the web app and unify cover-click behavior by removing redirect logic for undownloaded episodes.
- Add
<itunes:block>to RSS feeds to reduce unintended indexing of private feeds by podcast platforms. - Add source video link and source channel link (playlist subscriptions only) in RSS content.
- Wrap RSS descriptions in CDATA, and improve playlist source channel rendering using a standard
<a>tag plus line breaks.
Fixs
- Split audio download and chapter-embedding into separate procedures so chapter embedding errors do not fail downloads.
- Fix the issue where default
minimumDurationdid not take effect for new subscriptions. - Fix custom artwork not being displayed.
更新日志
新增功能
- 在订阅源默认配置中新增
minimumDuration,并将其单位从分钟改为秒。 - 在 Web 端剧集标题中新增源视频链接,并移除未下载剧集封面跳转逻辑以统一封面点击行为。
- 在 RSS 中新增
<itunes:block>标签,降低私有订阅被播客平台意外索引的风险。 - 在 RSS 内容中新增源视频链接与源频道链接(仅播放列表订阅类型)
- 将 RSS 描述内容包裹为 CDATA,并通过标准
<a>标签与换行优化播放列表来源频道显示。
修复问题
- 将音频下载与章节嵌入拆分为独立流程,避免章节嵌入失败导致下载失败。
- 修复新建订阅时默认
minimumDuration不生效的问题。 - 修复自定义封面不显示的问题。