Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
P3TERX committed Sep 30, 2019
1 parent 5322902 commit fcf597d
Showing 1 changed file with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,25 @@
## 功能说明

增强功能:

* 提升BT下载率和下载速度
* 下载完成删除残留的`.aria2`后缀名文件
* 下载错误或取消下载删除未完成的文件

扩展功能:

* [OneDrive、Google Drive 等网盘离线下载](https://p3terx.com/archives/offline-download-of-onedrive-gdrive.html)

* [百度网盘转存到 OneDrive 、Google Drive 等其他网盘](https://p3terx.com/archives/baidunetdisk-transfer-to-onedrive-and-google-drive.html)

> 由于项目早期没有写配套的教程,很多小伙伴都是从其他大佬那接触到这个项目的,但经过多次更新,其它对于这个项目的使用方法可能已不再适用,不可避免的会导致一些问题。如果你遇到了问题,可以按照我写的教程直接使用整套方案,严格按照教程来进行操作几乎不会遇到问题。如果遇到问题,先看 [FAQ](https://p3terx.com/archives/aria2_perfect_config-faq.html) 再提问,这会为大家都省下很多宝贵的时间。你还可以加入[TG群](https://t.me/joinchat/D7Z5TU8Rw0p8dC-j6ahofw)和小伙伴们一起讨论。
## 文件说明

`aria2.conf` Aria2 配置文件。除非你对这些参数非常了解,否则不建议进行任何修改。

### 附加功能脚本

`autoupload.sh` 自动上传脚本:在下载完成后执行([on-download-complete](https://aria2.github.io/manual/en/html/aria2c.html#cmdoption-on-download-complete)),调用 Rclone 上传(move)下载的文件到网盘,并删除 `.aria2` 后缀名文件,过滤无用文件(默认不启用)

`delete.aria2.sh` .aria2后缀文件删除脚本:在下载完成后执行([on-download-complete](https://aria2.github.io/manual/en/html/aria2c.html#cmdoption-on-download-complete)),删除 `.aria2` 后缀名文件(默认启用)
Expand All @@ -35,70 +39,102 @@
`info.sh` 任务信息显示脚本:在下载暂停后执行([on-download-pause](https://aria2.github.io/manual/en/html/aria2c.html#cmdoption-on-download-pause)),输出下载任务信息到日志中(默认不启用)

### 其他文件

`dht.dat` DHT(IPv4)文件

~~`dht6.dat` DHT(IPv6)文件~~
`dht6.dat` DHT(IPv6)文件

## 更新日志

### 2019-06-08

附加功能脚本(`autoupload.sh`):

* 优化 路径判断逻辑
* 修复 BT下载文件夹下所有文件时路径无法判断的 bug

<details>
<summary>历史记录</summary>

### 2019-05-23

附加功能脚本(`autoupload.sh`):

* 移除上传大小限制
* 优化路径判断逻辑
* 调整脚本触发日志

### 2019-02-13

配置文件:

* 优化 配置参数

### 2019-01-31

配置文件:

* 调整 注释说明

其他文件:

* 更新 DHT(IPv4)文件

### 2019-01-14

附加功能脚本:

* 修复 `autoupload.sh` 在某些情况下上传整个 `root` 目录的 bug
* 优化 `autoupload.sh` 在日志中输出上传文件路径

### 2019-01-09

附加功能脚本:

* 修复 `autoupload.sh` 在某些情况下文件上传位置不正确的 bug
* 修复 `delete.sh` 在某些情况下不删除文件的 bug
* 其他优化调整
* ~~增加 `autoupload.sh` 在某些情况下上传整个 `root` 目录的 bug~~

### 2018-12-25

配置文件:

* 调整 下载暂停时运行`info.sh`,默认不启用

附加功能脚本:

* 优化 `autoupload.sh` 自动上传脚本使用体验,脚本触发时会在日志中输出高能提醒,防止萌新一脸懵逼
* 增加 `info.sh` 下载任务信息显示脚本
* 移除 `test.sh` 测试脚本

### 2018-12-22

配置文件:

* 调整 期望下载速度参数

附加功能脚本:

* 修复 下载文件夹时复杂情况出现的 bug
* 优化 下载文件夹时的判断条件

### 2018-12-11

附加功能脚本:

* 修复 BT下载多级目录时上传不完整和其它 bug

### 2018-12-07

* 添加 DHT(IPv4)文件
* 调整配置文件
* 整合到 [Aria2 一键安装管理脚本](https://github.com/P3TERX/aria2.sh)

### 2018-11-10
* 首次提交

* 首次提交

</details>


0 comments on commit fcf597d

Please sign in to comment.