mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-09 14:52:45 +08:00
78 lines
3.5 KiB
Markdown
78 lines
3.5 KiB
Markdown
# MoviePilot
|
|
|
|
[简体中文](README.md) | English
|
|
|
|

|
|

|
|

|
|

|
|

|
|

|
|

|
|

|
|
|
|
Redesigned from parts of [NAStool](https://github.com/NAStool/nas-tools), with a stronger focus on core automation scenarios while reducing issues and making the project easier to extend and maintain.
|
|
|
|
# For learning and personal communication only. Please do not promote this project on platforms in mainland China.
|
|
|
|
Release channel: https://t.me/moviepilot_channel
|
|
|
|
|
|
## Key Features
|
|
|
|
- Frontend/backend separation based on FastApi + Vue3.
|
|
- Focuses on core needs, simplifies features and settings, and allows some options to work well with sensible defaults.
|
|
- Reworked user interface for a cleaner and more practical experience.
|
|
|
|
|
|
## Installation
|
|
|
|
Official wiki: https://wiki.movie-pilot.org
|
|
|
|
|
|
## Local CLI
|
|
|
|
One-command bootstrap script:
|
|
|
|
```shell
|
|
curl -fsSL https://raw.githubusercontent.com/jxxghp/MoviePilot/v2/scripts/bootstrap-local.sh | bash
|
|
```
|
|
|
|
Manage MoviePilot with the `moviepilot` command. Full CLI documentation: [`docs/cli.md`](docs/cli.md)
|
|
|
|
|
|
## Add Skills for AI Agents
|
|
```shell
|
|
npx skills add https://github.com/jxxghp/MoviePilot
|
|
```
|
|
|
|
## Development
|
|
|
|
API documentation: https://api.movie-pilot.org
|
|
|
|
MCP tool API documentation: see [docs/mcp-api.md](docs/mcp-api.md)
|
|
|
|
Development environment setup and local source-run guide: [`docs/development-setup.md`](docs/development-setup.md)
|
|
|
|
Plugin development guide: <https://wiki.movie-pilot.org/zh/plugindev>
|
|
|
|
## Related Projects
|
|
|
|
- [MoviePilot-Frontend](https://github.com/jxxghp/MoviePilot-Frontend)
|
|
- [MoviePilot-Resources](https://github.com/jxxghp/MoviePilot-Resources)
|
|
- [MoviePilot-Plugins](https://github.com/jxxghp/MoviePilot-Plugins)
|
|
- [MoviePilot-Server](https://github.com/jxxghp/MoviePilot-Server)
|
|
- [MoviePilot-Wiki](https://github.com/jxxghp/MoviePilot-Wiki)
|
|
|
|
## Disclaimer
|
|
|
|
- This software is for learning and personal communication only. It must not be used for commercial purposes or illegal activities. The software does not know how users choose to use it, and all responsibility rests with the user.
|
|
- The source code is open source and derived from other open-source code. If someone removes the relevant restrictions and redistributes or publishes modified versions that lead to liability events, the publisher of those modifications bears full responsibility. Public releases that bypass or alter the user authentication mechanism are not recommended.
|
|
- This project does not accept donations and has not published any donation page anywhere. The software itself is free of charge and does not provide paid services. Please verify information carefully to avoid being misled.
|
|
|
|
## Contributors
|
|
|
|
<a href="https://github.com/jxxghp/MoviePilot/graphs/contributors">
|
|
<img src="https://contrib.rocks/image?repo=jxxghp/MoviePilot" />
|
|
</a>
|