mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-31 01:01:31 +08:00
ac4b7917ca112fe18b59b8f4f251eed34ef95277
新番重命名
- 需要依赖
pip install qbittorrent_api
使用说明
rename_qb
在 rename_qb.py 中填入 QB 的地址和用户名密码。
然后直接运行 rename_qb.py 即可, 如果只想对新番进行重命名,可以添加 categories="Bangumi" 语句
根据 qBittorrent API 自动重命名下载的种子文件,且不会让种子失效。
- 可以作为
bash脚本运行 - 可以构建
crontab定时运行 - 也可以监测文件夹变化运行。
rename_hash
需要 QB 下载完成之后反向输入种子的哈希值,可以编写 Shell 脚本:
#!/bin/bash
hash = $1
/usr/bin/python3 /path/rename_hash.py --hash $hash
QB 中调用该脚本并且引入 %I 属性
声明
本项目的自动改名规则根据 https://github.com/miracleyoo/anime_renamer 此项目
Languages
Python
61.8%
Vue
25.5%
TypeScript
9.1%
JSON-with-Comments
2.5%
SCSS
0.6%
Other
0.3%