Commit Graph

23 Commits

Author SHA1 Message Date
qqcomeup
a3b39a534d Add files via upload 2026-01-21 23:31:00 +08:00
qqcomeup
860bbf3556 Add files via upload
PR 改动汇总
核心改动
将自定义多线程处理逻辑改为直接使用系统 TransferChain 队列

代码变化
新增:

导入 TransferTask
__handle_file() 中创建 TransferTask 并推送到队列
删除:

自定义队列和线程池相关代码(_file_queue, _worker_threads, _queue_active, _thread_count)
send_msg() 消息汇总方法
_medias 消息汇总逻辑
interval 和 thread_count 配置项
约 200 行冗余代码
修改:

__handle_file() 从完整处理改为只识别+推送
event_handler() 和 sync_all() 改为直接调用处理
版本号 2.5.9 → 2.6.0
效果
插件只负责监控和识别,整理任务由系统多线程队列统一处理,代码更简洁,功能更完整。
2026-01-21 22:57:12 +08:00
thsrite
ae7d7d8bb1 fix #255 2025-06-09 20:06:14 +08:00
thsrite
a98b90e007 fix #226 2025-03-04 11:10:25 +08:00
thsrite
c4e7c54e3f fix 调整cron组件 2025-01-13 13:48:45 +08:00
thsrite
8907fe661c fix 修复获取目录设置配置 2025-01-06 15:01:53 +08:00
Attente
29c6bea1f7 适配jxxghp/MoviePilot#3343 不影响现有版本 2024-12-08 08:10:33 +08:00
thsrite
cdfd75d7da fix #155 2024-11-27 14:00:22 +08:00
thsrite
a8f3091805 fix 修复目录设置未配置媒体库目录的场景 2024-11-26 10:25:18 +08:00
thsrite
cb3def9680 fix 2024-11-16 17:49:50 +08:00
thsrite
b08e20d604 fix 目录实时监控 默认取目录设置,可自定义覆盖方式 2024-11-16 17:49:26 +08:00
thsrite
a75b0359f7 fix 目录实时监控 默认取目录设置,可自定义覆盖方式 2024-11-16 17:41:34 +08:00
thsrite
c85b70d4ad fix 支持自定义开启二级分类 2024-11-12 09:24:34 +08:00
thsrite
1570f9896c fix 2024-11-11 14:33:37 +08:00
thsrite
dd8bf698a2 fix #121 2024-11-11 14:06:31 +08:00
thsrite
97a59b9096 fix 目录实时监控插件支持联动云盘Strm助手插件 2024-11-11 14:00:32 +08:00
thsrite
732e1ebeaa fix #110 2024-11-09 17:14:02 +08:00
thsrite
fdab81f4a6 fix 2024-10-31 14:27:31 +08:00
thsrite
037fc11307 fix 云盘实时监控兼容v2 2024-10-31 14:20:15 +08:00
thsrite
fc9ceee20d fix 云盘实时监控兼容v2 2024-10-31 13:37:27 +08:00
thsrite
e0931123de fix 移除CloudLinkMonitor插件,可用v2目录设置替代 2024-10-23 13:01:10 +08:00
thsrite
55f7d244ad feat EmbyMetaRefresh support v2 2024-10-16 17:05:37 +08:00
thsrite
408e804e18 feat CloudLinkMonitor support v2 2024-10-16 16:37:37 +08:00