NOISE知识效率集
#开源 #下载 #工具
解决下载软件与媒体服务内诸多问题,可docker部署

#开源 #下载 #工具 解决下载软件与媒体服务内诸多问题,可docker部署

notion image

ikaros

notion image
notion image
notion image
解决下载软件与媒体服务内诸多问题,安心享受影片
特性:
  • 批量软/硬链接
  • 批量修改文件名,优化剧集名及自定义
  • JAV刮削及自定义
  • 自动清理关联的软/硬链接及种子文件
  • 托管(忘记这款软件,安心看片)
关联transmission/qBittorrentemby。 下载完成后,自动筛选文件创建软/硬链接,刮削JAV目录,推送emby库刷新,清理失效文件/种子。 只需要在网页内操作,不需要打开文件夹,不需要使用命令行

安装

本项目仅后端,需要搭配ikaros-web 可自行编译或使用编译好的文件
    • 使用编译好的web release (机器已安装pythonpip)
      1. index.html放到web/templates
      1. 将其他文件放到web/static
      1. pip install -r requirements.txt
      1. python app.py
    • 使用docker(推荐)
      docker run -d \ --name=ikaros \ -e PUID=0 \ -e PGID=0 \ -e TZ=Asia/Shanghai \ -p 12346:12346 \ -v /path/to/media:/media \ -v /path/to/data:/ikaros/database \ --restart unless-stopped \ suwmlee/ikaros:latest
      默认 PUID=1000 PGID=1000,此处PUID,PGID为0,即使用root用户权限,也可以用 id 命令查找具体用户值:
      $ id username uid=1000(ikaros) gid=1000(ikarosgroup) groups=1000(ikarosgroup)
    • 群晖docker
      1. 设置卷
      notion image
      1. 设置端口
      notion image
注:
  • 默认Web访问端口: 12346

默认WEB界面预览

刮削
转移文件
Files
https://github.com/Suwmlee/ikaros/raw/master/docs/imgs/javview.pnghttps://github.com/Suwmlee/ikaros/raw/master/docs/imgs/transferview.png
https://github.com/Suwmlee/ikaros/raw/master/docs/imgs/javmodify.pnghttps://github.com/Suwmlee/ikaros/raw/master/docs/imgs/transfermodify.png
badge