Files
Auto_Bangumi/docs/feature/rss.md
Estrella Pan 6b6ba75d80 docs: update documentation for 3.2 beta features
- Update changelog/3.2.md with beta.5-10 features:
  - Season/episode offset auto-detection
  - Bangumi archive functionality
  - Search provider configuration API
  - RSS connection status tracking
  - iOS-style notification badges
  - Performance improvements (backend & frontend)

- Update feature documentation:
  - search.md: Add search provider settings panel docs
  - bangumi.md: Add archive, offset detection, badges docs
  - rss.md: Add connection status documentation
  - rename.md: Add episode offset section
  - calendar.md: New documentation for calendar view

- Add screenshots for new features:
  - Login page (glassmorphism design)
  - Bangumi list and edit modals
  - Rule selection popup
  - RSS manager with connection status
  - Calendar view
  - Search panel and provider settings

- Update VitePress config to include Calendar in sidebar

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-01-25 23:00:48 +01:00

69 lines
2.5 KiB
Markdown

---
title: RSS Management
---
# RSS Management
## RSS Manager Page
The RSS Manager page displays all your RSS subscriptions with their connection status.
![RSS Manager](../image/feature/rss-manager.png)
### Connection Status
Since v3.2, AB tracks the connection status of each RSS source:
| Status | Description |
|--------|-------------|
| **Connected** (green) | RSS source is reachable and returning valid data |
| **Error** (red) | RSS source failed to respond or returned invalid data |
When a source shows an error, hover over the status label to see the error details in a tooltip.
AB automatically updates the connection status on each RSS refresh cycle.
## Adding Collections
AB provides two manual download methods:
**Collect** and **Subscribe**.
- **Collect** downloads all episodes at once, suitable for completed anime.
- **Subscribe** adds an automatic download rule with the corresponding RSS link, suitable for ongoing anime.
### Parsing RSS Links
AB supports parsing collection RSS links from all resource sites. Find the collection RSS for your desired anime on the corresponding site, click the **+** button in the upper right corner of AB, and paste the RSS link in the popup window.
### Adding Downloads
If parsing succeeds, a window will appear showing the parsed anime information. Click **Collect** or **Subscribe** to add it to the download queue.
### Common Issues
If a parsing error occurs, it may be due to an incorrect RSS link or an unsupported subtitle group naming format.
## Managing Bangumi
Since v3.0, AB provides manual anime management in the WebUI, allowing you to manually adjust incorrectly parsed anime information.
### Editing Anime Information
In the anime list, click the anime poster to enter the anime information page.
After modifying the information, click **Apply**.
AB will readjust the directory and automatically rename files based on your changes.
### Deleting Anime
Since v3.0, you can manually delete anime. Click the anime poster, enter the information page, and click **Delete**.
::: warning
After deleting anime, if the RSS subscription hasn't been cancelled, AB will still re-parse it. To disable the download rule, use [Disable Anime](#disabling-anime).
:::
### Disabling Anime
Since v3.0, you can manually disable anime. Click the anime poster, enter the information page, and click **Disable**.
Once disabled, the anime poster will be grayed out and sorted to the end. To re-enable the download rule, click **Enable**.