mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-23 18:11:37 +08:00
When user sets season_offset, the save path now reflects the adjusted season: - _gen_save_path() uses (season + season_offset) for folder name - Files saved directly to correct folder (e.g., Season 2 instead of Season 1) - update_rule() now updates qBittorrent RSS rule's savePath when offset changes - Existing torrents are moved to the new location Renamer changes: - gen_path() no longer double-applies season_offset (folder already has it) - Season number taken directly from folder name - Added path normalization for better save_path matching - Added debug logging for offset lookup Torrent name matching (title_raw) remains primary fallback for finding bangumi. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>