refactor: use external moviepilot rust package

This commit is contained in:
jxxghp
2026-05-25 20:51:59 +08:00
parent 05943287c0
commit c33c62b938
20 changed files with 28 additions and 7556 deletions

View File

@@ -116,8 +116,8 @@
| Item | Detail |
|---|---|
| Rust extension | `moviepilot_rust` — optional compiled accelerator for core processing paths |
| Build | Requires Rust `cargo`; built automatically by `moviepilot install deps` |
| Skip flag | `MOVIEPILOT_SKIP_RUST_ACCEL=1` disables build (falls back to Python implementation) |
| Install | Installed from the `moviepilot-rust` PyPI package with normal Python dependencies |
| Source | Maintained in the separate `MoviePilot-Rust` repository |
| Toggle | Can be disabled/re-enabled at runtime via frontend Advanced Settings → Lab |
---