Skip to content

jxxghp/MoviePilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 17, 2025
1ef0683 · Apr 17, 2025
Apr 17, 2025
Apr 16, 2025
Apr 7, 2025
Apr 4, 2025
Apr 17, 2025
Apr 6, 2025
Apr 11, 2025
Aug 29, 2023
Mar 23, 2025
Aug 29, 2023
Apr 6, 2025
Oct 9, 2023
May 24, 2024
Apr 6, 2025
Oct 22, 2024
Aug 22, 2024
Mar 23, 2025
Apr 17, 2025

Repository files navigation

MoviePilot

GitHub Repo stars GitHub forks GitHub contributors GitHub repo size GitHub issues Docker Pulls Docker Pulls V2 Platform

基于 NAStool 部分代码重新设计,聚焦自动化核心需求,减少问题同时更易于扩展和维护。

仅用于学习交流使用,请勿在任何国内平台宣传该项目!

发布频道:https://t.me/moviepilot_channel

主要特性

安装使用

访问官方Wiki:https://wiki.movie-pilot.org

参与开发

需要 Python 3.12Node JS v20.12.1

git clone https://github.com/jxxghp/MoviePilot
  • 克隆资源项目 MoviePilot-Resources ,将 resources 目录下对应平台及版本的库 .so/.pyd/.bin 文件复制到 app/helper 目录
git clone https://github.com/jxxghp/MoviePilot-Resources
  • 安装后端依赖,设置app为源代码根目录,运行 main.py 启动后端服务,默认监听端口:3001,API文档地址:http://localhost:3001/docs
pip install -r requirements.txt
python3 main.py
git clone https://github.com/jxxghp/MoviePilot-Frontend
  • 安装前端依赖,运行前端项目,访问:http://localhost:5173
yarn
yarn dev

贡献者