This website requires JavaScript.
Explore
Help
Sign In
GithubBackup
/
MoviePilot
Watch
1
Star
0
Fork
0
You've already forked MoviePilot
mirror of
https://github.com/jxxghp/MoviePilot.git
synced
2026-08-15 19:14:01 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b7ee6ca8c4ff40521e326b540aa80657187ba2b8
MoviePilot
/
app
/
core
History
InfinityPacer
4a4d93e7f9
refactor(plugin): expose plugin list processing helper
2026-04-19 07:07:00 +08:00
..
meta
fix(meta): 修复首括号被误删导致标题识别错误
2026-04-03 06:54:11 +08:00
__init__.py
…
cache.py
fix(helper): 统一redis缓存键
2026-04-05 13:55:54 +08:00
config.py
refactor(plugin): rename local repo paths setting
2026-04-19 07:07:00 +08:00
context.py
refactor: 统一将布尔判断
if var:
和
if not var:
更改为显式的
if var is not None:
和
if var is None:
以正确处理
None
值。
2026-02-02 13:49:32 +08:00
event.py
…
metainfo.py
feat: 文件名为辅助中文标签时使用父目录标题识别
2026-03-25 09:27:52 +08:00
module.py
…
plugin.py
refactor(plugin): expose plugin list processing helper
2026-04-19 07:07:00 +08:00
security.py
…