Attente
|
b2a88b2791
|
修正注释
|
2024-10-27 02:10:10 +08:00 |
|
Attente
|
88f451147e
|
fix: 不知道算不算bug
- 修复 `新增订阅搜索` 阶段 `包含` 和 `排除` 不生效的问题
|
2024-10-27 01:36:38 +08:00 |
|
jxxghp
|
51099ace65
|
Merge pull request #2947 from InfinityPacer/feature/push
|
2024-10-26 17:11:33 +08:00 |
|
InfinityPacer
|
0564bdf020
|
fix(event): ensure backward compatibility
|
2024-10-26 15:56:10 +08:00 |
|
jxxghp
|
bbac709970
|
更新 __init__.py
|
2024-10-26 14:17:26 +08:00 |
|
jxxghp
|
bb9690c873
|
Merge pull request #2946 from InfinityPacer/feature/push
|
2024-10-26 13:40:38 +08:00 |
|
jxxghp
|
00be46b74f
|
Merge pull request #2944 from wikrin/fix-message
|
2024-10-26 08:10:00 +08:00 |
|
Attente
|
646349ac35
|
fix: 修正msg => message
|
2024-10-26 07:10:42 +08:00 |
|
InfinityPacer
|
915388c109
|
feat(commands): support sending CommandRegister events for clients
|
2024-10-26 04:51:45 +08:00 |
|
InfinityPacer
|
3c24ae5351
|
feat(telegram): add delete_commands
|
2024-10-26 04:48:55 +08:00 |
|
InfinityPacer
|
e876ba38a7
|
fix(wechat): add error handling
|
2024-10-26 04:47:42 +08:00 |
|
Attente
|
01546baddc
|
fix: 2941
`delete_media_file` 返回值现修改为:
- `目录存在其他媒体文件`时返回`文件删除状态`
- `目录不存在其他媒体文件`时返回`目录删除状态`
|
2024-10-26 00:38:42 +08:00 |
|
thsrite
|
e58911397a
|
fix dc3240e9
|
2024-10-25 19:06:32 +08:00 |
|
jxxghp
|
be785f358d
|
Merge pull request #2938 from InfinityPacer/feature/push
|
2024-10-25 17:37:11 +08:00 |
|
InfinityPacer
|
eff8a6c497
|
feat(wechat): add retry mechanism for message requests
|
2024-10-25 17:27:58 +08:00 |
|
InfinityPacer
|
5d89ad965f
|
fix(telegram): ensure image cache path exists
|
2024-10-25 17:26:56 +08:00 |
|
thsrite
|
dc3240e90a
|
fix 种子过滤包含规则
|
2024-10-25 16:05:54 +08:00 |
|
thsrite
|
90901d7297
|
fix 获取站点最新数据的时候排除掉错误的数据
|
2024-10-25 13:24:29 +08:00 |
|
jxxghp
|
1b76f1c851
|
feat:站点未读消息发送
|
2024-10-25 13:10:35 +08:00 |
|
jxxghp
|
3d9853adcf
|
fix #2933
|
2024-10-25 12:58:06 +08:00 |
|
jxxghp
|
81384c358e
|
Merge pull request #2933 from wikrin/v2-transfer
|
2024-10-25 12:12:30 +08:00 |
|
InfinityPacer
|
a46463683d
|
Merge branch 'v2' of https://github.com/jxxghp/MoviePilot into feature/push
|
2024-10-25 10:51:38 +08:00 |
|
Attente
|
1f6fa22aa1
|
fix: 修复 storagechain.list_files 递归得到的列表被覆盖的问题
|
2024-10-25 02:54:41 +08:00 |
|
Attente
|
d108b0da78
|
仅取消缩进,没有其他任何改动
减少`for`嵌套, 汇总遍历目录, 这样能提供更准确的`文件数`
|
2024-10-25 01:28:59 +08:00 |
|
Attente
|
0ee21b38de
|
fix:
- 修复因首个子目录中无目标文件而不处理整个文件夹的问题
- 添加同时整理音轨
|
2024-10-25 01:27:39 +08:00 |
|
InfinityPacer
|
b1858f4849
|
fix #2931
|
2024-10-25 00:42:00 +08:00 |
|
InfinityPacer
|
ac086a7640
|
refactor(wechat): optimize message handling and add menu deletion
|
2024-10-24 20:27:41 +08:00 |
|
jxxghp
|
1d252f4eb2
|
Merge pull request #2930 from InfinityPacer/feature/push
|
2024-10-24 19:26:50 +08:00 |
|
jxxghp
|
ab354ef0e8
|
Merge pull request #2929 from InfinityPacer/feature/setup
|
2024-10-24 19:25:48 +08:00 |
|
InfinityPacer
|
9cf7547a8c
|
fix(downloader): ensure default downloader config fallback
|
2024-10-24 19:12:07 +08:00 |
|
InfinityPacer
|
823b81784e
|
fix(setup): optimize logging
|
2024-10-24 16:50:03 +08:00 |
|
InfinityPacer
|
d9effb54ee
|
feat(commands): support background initialization
|
2024-10-24 16:26:37 +08:00 |
|
jxxghp
|
1a8d9044d7
|
fix #2926
|
2024-10-24 14:28:30 +08:00 |
|
InfinityPacer
|
0a2ce11eb0
|
fix(setup): adjust dir name
|
2024-10-24 12:48:54 +08:00 |
|
InfinityPacer
|
2bae866f70
|
Merge branch 'v2' of https://github.com/jxxghp/MoviePilot into feature/setup
|
2024-10-24 11:21:45 +08:00 |
|
InfinityPacer
|
2470a98491
|
fix(setup): remove pkg_resources import and add working_set
|
2024-10-24 11:21:37 +08:00 |
|
jxxghp
|
9d70b117d7
|
Merge remote-tracking branch 'origin/v2' into v2
|
2024-10-24 11:14:45 +08:00 |
|
jxxghp
|
119919da51
|
fix:附属文件整理报错
|
2024-10-24 09:56:39 +08:00 |
|
InfinityPacer
|
684e518b87
|
fix(setup): remove unnecessary comments
|
2024-10-24 09:53:44 +08:00 |
|
InfinityPacer
|
86dec5aec2
|
feat(setup): complete missing dependencies installation
|
2024-10-24 02:55:54 +08:00 |
|
InfinityPacer
|
874572253c
|
feat(auth): integrate Plex auxiliary authentication support
|
2024-10-23 20:11:23 +08:00 |
|
jxxghp
|
d6f8c364bf
|
refactor: 删除历史记录时删除空目录(无媒体文件)
|
2024-10-23 18:02:31 +08:00 |
|
jxxghp
|
a6f0792014
|
refactor: get_parent
|
2024-10-23 17:47:01 +08:00 |
|
jxxghp
|
a4419796ac
|
Merge remote-tracking branch 'origin/v2' into v2
|
2024-10-23 17:05:28 +08:00 |
|
jxxghp
|
dad980fa14
|
fix 附属文件整理
|
2024-10-23 17:05:20 +08:00 |
|
InfinityPacer
|
c128dd9507
|
fix(command): delay module import
|
2024-10-23 16:32:12 +08:00 |
|
jxxghp
|
dbf1b691d6
|
目录监控服务去重
|
2024-10-23 15:58:00 +08:00 |
|
jxxghp
|
a0ad8faaf7
|
fix #2913
|
2024-10-23 14:43:47 +08:00 |
|
thsrite
|
51f8fc07eb
|
fix transfer notify
|
2024-10-23 13:24:08 +08:00 |
|
thsrite
|
f7357b8a71
|
feat 目录自定义是否通知
|
2024-10-23 12:57:51 +08:00 |
|