2025-07-03 22:20:04 +08:00
2025-06-29 22:49:58 +08:00
2025-07-03 22:20:04 +08:00
2025-06-27 12:41:03 +08:00
2025-06-29 22:49:58 +08:00
2025-06-29 22:49:58 +08:00
fix
2025-06-24 08:19:10 +08:00
2025-06-29 22:49:58 +08:00
2023-10-09 12:57:52 +08:00
2024-05-25 07:21:26 +08:00
2025-07-03 19:16:36 +08:00
2025-03-23 19:09:48 +08:00
2025-07-03 20:19:36 +08:00

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

主要特性

  • 前后端分离基于FastApi + Vue3前端项目地址MoviePilot-FrontendAPIhttp://localhost:3001/docs
  • 聚焦核心需求,简化功能和设置,部分设置项可直接使用默认值。
  • 重新设计了用户界面,更加美观易用。

安装使用

访问官方Wikihttps://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 启动后端服务,默认监听端口:3001API文档地址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

贡献者

Description
No description provided
Readme GPL-3.0 60 MiB
Languages
Python 99.4%
Shell 0.4%
Dockerfile 0.2%