Attente
|
d818ceb8e6
|
fix: 修复了在某些特定场景下,手动整理无法正确获取目标路径的问题。
|
2024-11-02 02:01:29 +08:00 |
|
jxxghp
|
a69d56d9fd
|
Merge pull request #2978 from wikrin/v2
|
2024-10-30 18:57:40 +08:00 |
|
wdmcheng
|
d863a7cb7f
|
改进 SystemUtils.list_files 遍历目录对特殊字符的兼容性(如'[]')
|
2024-10-30 18:29:14 +08:00 |
|
Attente
|
021fcb17bb
|
fix: #2974 #2963
|
2024-10-30 18:16:52 +08:00 |
|
thsrite
|
5e53825684
|
fix 增加开启检查本地媒体库是否存在资源开关,按需开启
|
2024-10-30 16:20:37 +08:00 |
|
jxxghp
|
236d860133
|
fix monitor
|
2024-10-30 08:25:26 +08:00 |
|
jxxghp
|
76d939b665
|
更新 __init__.py
|
2024-10-30 07:16:44 +08:00 |
|
jxxghp
|
63d35dfeef
|
fix transfer
|
2024-10-30 07:12:58 +08:00 |
|
jxxghp
|
3dd7d36760
|
Merge pull request #2970 from wikrin/fix-monitor
|
2024-10-29 17:49:00 +08:00 |
|
jxxghp
|
e4b0e4bf33
|
Merge pull request #2969 from wikrin/fix-notify
|
2024-10-29 06:46:25 +08:00 |
|
Attente
|
980feb3cd2
|
fix: 修复了整理模式为目录监控时, 目标路径不符预期的问题
|
2024-10-29 06:13:18 +08:00 |
|
Attente
|
a1daf884e6
|
增加对配置了媒体库目录但没有设置自动整理的处理
|
2024-10-29 06:06:02 +08:00 |
|
Attente
|
f0e4d9bf63
|
去除多余判断
```
if src_path and download_path != src_path
if dest_path and library_path != dest_path
```
已经能排除`设定 -> 存储 & 目录`中未设置`下载目录`或`媒体库目录`的目录
|
2024-10-29 03:43:57 +08:00 |
|
Attente
|
15397a522e
|
fix: 修复整理整个目录时,不发送通知的问题
|
2024-10-29 02:12:17 +08:00 |
|
Attente
|
1c00c47a9b
|
fix: #2963 ❔可能存在问题的修复
`def get_dir`引用只存在与下载相关模块中, 尝试删除公测看反馈
|
2024-10-29 00:49:36 +08:00 |
|
thsrite
|
7ba2d60925
|
fix
|
2024-10-28 11:36:18 +08:00 |
|
thsrite
|
9686a20c2f
|
fix #2905 订阅搜索不走订阅设置的分辨率等规则
|
2024-10-28 11:29:34 +08:00 |
|
Attente
|
4d6ed7d552
|
- 将计算目录中所有文件总大小移动到 modules.filemanager 模块中。
|
2024-10-28 08:31:32 +08:00 |
|
Attente
|
8add8ed631
|
添加注释
|
2024-10-27 23:32:15 +08:00 |
|
Attente
|
ab78b10287
|
将判断移出, 减少is_bluray_dir调用次数
|
2024-10-27 23:28:28 +08:00 |
|
Attente
|
94ed377843
|
- 修复整理原盘报错的问题
- 添加类型注解
|
2024-10-27 23:02:45 +08:00 |
|
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 |
|