Files
Auto_Bangumi/docs/config/manager.md
Estrella Pan f42a5296e7 docs: translate to English, upgrade VitePress 1.6.4, add API reference
- 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>
2026-01-24 09:04:10 +01:00

37 lines
1.6 KiB
Markdown

# Bangumi Manager Settings
## WebUI Configuration
![proxy](../image/config/manager.png){width=500}{class=ab-shadow-card}
<br/>
- **Enable** enables the bangumi manager. If disabled, the settings below will not take effect.
- **Rename method** is the renaming method. Currently supported:
- `pn``Torrent Title S0XE0X.mp4` format
- `advance``Official Title S0XE0X.mp4` format
- `none` — No renaming
- **Eps complete** enables episode completion for the current season. If enabled, missing episodes will be downloaded.
- **Add group tag** adds subtitle group tags to download rules.
- **Delete bad torrent** deletes errored torrents.
- [About file paths][1]
- [About renaming][2]
## `config.json` Configuration Options
The corresponding options in the configuration file are:
Configuration section: `bangumi_manager`
| Parameter | Description | Type | WebUI Option | Default |
|--------------------|------------------------------ |---------|-------------------|---------|
| enable | Enable bangumi manager | Boolean | Enable manager | true |
| eps_complete | Enable episode completion | Boolean | Episode completion | false |
| rename_method | Rename method | String | Rename method | pn |
| group_tag | Add subtitle group tag | Boolean | Group tag | false |
| remove_bad_torrent | Delete bad torrents | Boolean | Remove bad torrent | false |
[1]: https://www.autobangumi.org/faq/#download-path
[2]: https://www.autobangumi.org/faq/#file-renaming