修正目录

This commit is contained in:
EstrellaXD
2022-06-06 00:27:43 +08:00
parent 291213d120
commit 9b2fbfbb5f
3 changed files with 5 additions and 5 deletions

3
.gitignore vendored
View File

@@ -163,4 +163,5 @@ cython_debug/
/auto_bangumi/const_dev.py
/config/bangumi.json
/auto_bangumi/tester.py
!/source/names.txt
/source/names.txt

View File

@@ -177,9 +177,9 @@ docker run -d \
- Windows`D:\Media\`, 改为 `D:\Media\Bangumi`
- 没有开始自动下载怎么办:
- 检查 AutoBangumi 的日志,如果日志一切正常,说明是 qBittorrent 的问题,检查:
- 是否打开 RSS 自动下载
- 是否打开 RSS 订阅更新。
- 检查 qb 配置,看是否有权限新建文件夹
- 设置 >> RSS >> 启用 RSS Torrent 自动下载
- 设置 >> RSS >> 启用获取 RSS 订阅
- 检查 qb 配置,看是否有权限新建文件夹
- [错误排查](https://github.com/EstrellaXD/Auto_Bangumi/blob/main/docs/常见错误解决.md)
**出现错误请先检查文档再提问!!!!!!**

View File

@@ -17,7 +17,6 @@ setup(
packages=find_packages(where=".", exclude=("tests",), include=('*',)),
package_data={"auto_bangumi.RssFilter": ["*.json"]},
package_dir={"auto_bangumi": "auto_bangumi"},
data_files=[("config", ["config/rule_bata.json"])],
install_requires= [
"qbittorrent-api",
"bs4",