mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-15 02:50:42 +08:00
- Upgrade VitePress from 1.0.0-rc.4 to 1.6.4 (stable) - Update all dependencies (vue 3.5, typescript 5.6, @vue/tsconfig 0.5) - Remove defunct Documate AI integration and google-analytics plugin - Add Google Analytics via head config instead - Translate all 25+ documentation pages from Chinese to English - Add comprehensive REST API reference (docs/api/index.md) - Add v3.2 changelog to sidebar navigation (fixes dead link) - Update version string from v3.1 to v3.2 - Fix homepage changelog link to point to v3.2 - Update all WebUI screenshots with current v3.2 UI - Add new screenshots: calendar view, bangumi poster wall - Remove obsolete files: documate.json, deploy/windows.md, deploy/unix.md - Update CSS variables for VitePress 1.6.x compatibility 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>
39 lines
1.8 KiB
Markdown
39 lines
1.8 KiB
Markdown
# RSS Feed Setup
|
|
|
|
AutoBangumi can automatically parse aggregated anime RSS feeds and generate download rules based on subtitle groups and anime names, enabling fully automatic anime tracking.
|
|
The following uses [Mikan Project][mikan-site] as an example to explain how to get an RSS subscription URL.
|
|
|
|
Note that the main Mikan Project site may be blocked in some regions. If you cannot access it without a proxy, use the following alternative domain:
|
|
|
|
[Mikan Project (Alternative)][mikan-cn-site]
|
|
|
|
## Get Subscription URL
|
|
|
|
This project is based on parsing RSS URLs provided by Mikan Project. To enable automatic anime tracking, you need to register and obtain a Mikan Project RSS URL:
|
|
|
|
{data-zoomable}
|
|
|
|
The RSS URL will look like:
|
|
|
|
```txt
|
|
https://mikanani.me/RSS/MyBangumi?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
# or
|
|
https://mikanime.tv/RSS/MyBangumi?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
```
|
|
|
|
## Mikan Project Subscription Tips
|
|
|
|
Since AutoBangumi parses all RSS entries it receives, keep the following in mind when subscribing:
|
|
|
|
{data-zoomable}
|
|
|
|
- Enable advanced settings in your profile settings.
|
|
- Subscribe to only one subtitle group per anime. Click the anime poster on Mikan Project to open the submenu and select a single subtitle group.
|
|
- If a subtitle group offers both Simplified and Traditional Chinese subtitles, Mikan Project usually provides a way to choose. Select one subtitle type.
|
|
- If no subtitle type selection is available, you can set up a `filter` in AutoBangumi to filter them, or manually filter in qBittorrent after the rule is generated.
|
|
- OVA and movie subscriptions are currently not supported for parsing.
|
|
|
|
|
|
[mikan-site]: https://mikanani.me/
|
|
[mikan-cn-site]: https://mikanime.tv/
|