doc: 编写简单的 README

This commit is contained in:
amtoaer
2023-11-22 01:11:38 +08:00
parent 6b41229f95
commit dfe198beca
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# bili-sync
为 NAS 用户编写的 BILIBILI 收藏夹同步工具。
> 经常在点进自己的收藏夹时看到一大堆失效视频,简直逼死强迫症。想到自己 NAS 还有多余的 20T 存储空间,于是简单写了一个小工具用来实时把收藏夹内容同步下载到 NAS 上。
> ![](asset/space.png)
骄傲地由 python 驱动!(第三方库是真多啊)
## 工作截图
![](asset/run.png)
## 路线图
- [x] 凭证认证
- [x] 视频选优
- [x] 视频下载
- [ ] 支持作为 daemon 运行
- [ ] 添加下载进度条
- [ ] 支持收藏夹翻页,下载全部历史视频
- [ ] 对接数据库,提前检查,按需下载
- [ ] 构建 nfo 文件,方便以单集形式导入 emby
- [ ] 提供简单易用的打包(如 docker

BIN
asset/run.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 995 KiB

BIN
asset/space.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB