Commit Graph

95 Commits

Author SHA1 Message Date
孙诚
7e67e26bb2 1
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Successful in 15s
Docker Build & Deploy / Deploy to Production (push) Failing after 2s
2025-05-26 23:03:57 +08:00
46832d78a2 更新 src/WebApi/Program.cs
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 14s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-05-24 16:40:46 +08:00
孙诚
2c728891a5 1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 15s
Docker Build & Deploy / Deploy to Production (push) Successful in 3s
2025-04-22 19:27:19 +08:00
孙诚
a60c058a49 1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 13s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-04-22 17:52:47 +08:00
孙诚
b492658dc6 优化 ChineseNfoRegistry 类中的季号验证逻辑,简化条件判断以提高代码可读性。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 13s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-04-22 17:51:14 +08:00
孙诚
aa1970a36e 优化季节 NFO 文件处理逻辑,修复季号提取中的字符串分割问题,并增加日志记录以便于调试。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 25s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s
2025-04-22 17:43:09 +08:00
孙诚
1e4da61d68 更新 docker-compose.yml 文件,将用户配置修改为 "1000:1000" 格式,以确保容器的权限设置更加明确。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 4s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-04-22 17:36:04 +08:00
孙诚
90ccaba1a3 更新 ChineseNfoRegistry 类,优化季节 NFO 文件处理逻辑,移除不必要的文件创建步骤,增强季号验证和处理的准确性。
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Failing after 4s
2025-04-22 17:33:44 +08:00
孙诚
cb41791656 1
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Successful in 25s
Docker Build & Deploy / Deploy to Production (push) Failing after 4s
2025-04-22 17:30:11 +08:00
孙诚
8ebab0d6f8 在 JobTriggerController 类中增加了 10 秒的延迟,以防止文件未能创建的问题,确保后续处理的稳定性。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 13s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-04-22 16:19:43 +08:00
孙诚
7a18330524 更新 ChineseNfoRegistry 类,简化季号和集号的处理逻辑,增强错误日志记录,确保在处理 NFO 文件时更好地捕获异常情况。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 14s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-04-22 16:17:09 +08:00
孙诚
84e35fb631 更新 IChineseNfoRegistry 和 ChineseNfoRegistry 类,修改 Job 方法的季号和集号参数类型为 int,增强类型安全性;简化日志记录,减少冗余信息,提高可读性。 2025-04-22 15:57:58 +08:00
孙诚
6c443f2fde 更新 NotifyController 类,修正 JSON 对象转换方式,将 ToObject<string>() 方法改为 ToString(),以提高代码的准确性和可读性。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 14s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-04-22 15:27:56 +08:00
孙诚
3403881b2a 更新 ChineseNfoRegistry 类,优化 Job 方法的锁定逻辑,改为同步执行以避免潜在的并发问题;更新 JobTriggerController 类,增加日志记录以跟踪路径、季号和集号的处理情况。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 15s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s
2025-04-22 15:24:21 +08:00
孙诚
2364e41825 更新 ChineseNfoRegistry 类,简化日志记录逻辑,改进季号和集号的提取方式,增强代码可读性。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Successful in 3s
2025-04-21 17:43:48 +08:00
孙诚
d379f516c5 更新 ChineseNfoRegistry 类,增强日志记录以反映季号和集号的比较结果,改进路径和参数验证逻辑。
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 9s
Docker Build & Deploy / Deploy to Production (push) Has been skipped
2025-04-21 17:27:19 +08:00
孙诚
694db295a9 更新 ChineseNfoRegistry 类,修正路径检查逻辑以使用最新路径;更新 JobTriggerController 类,移除 tmdbId 参数,改为使用路径参数。
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 20s
Docker Build & Deploy / Deploy to Production (push) Has been skipped
2025-04-21 16:20:03 +08:00
孙诚
8ceb88846c 更新 ChineseNfoRegistry 类,增加季节 NFO 文件创建逻辑;更新 JobTriggerController 类,新增根据路径转换中文 NFO 的方法,支持季号和集号参数。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 14s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-04-21 13:23:42 +08:00
孙诚
84357b7f31 更新 ChineseNfoRegistry 类中的日志记录,将错误日志改为信息日志,以改善日志的可读性和准确性。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 13s
Docker Build & Deploy / Deploy to Production (push) Successful in 3s
2025-04-17 19:07:49 +08:00
孙诚
6773efb842 更新 IChineseNfoRegistry 和 ChineseNfoRegistry 类中的 Job 方法,将 tmdbId 参数更改为 path,并在 JobExecute 方法中增加路径、季号和集号的验证逻辑,改进日志记录以增强错误处理。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 17s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-04-17 19:00:56 +08:00
孙诚
25ace6703f 更新 JobTriggerController 中的 ConvertChineseNfo 方法,默认参数改为忽略锁定和已完成的任务。 2025-04-17 18:48:56 +08:00
孙诚
903fd8e256 更新 JobTriggerController 中的 Job 方法,增加参数以忽略锁定和已完成的任务。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 14s
Docker Build & Deploy / Deploy to Production (push) Successful in 6s
2025-04-17 18:48:40 +08:00
孙诚
3288df0f25 更新 ChineseNfoRegistry 类中的 JobExecute 方法,增加可选参数以支持 TMDB ID、季号和集号;改进错误处理,使用日志记录替代控制台输出。
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 15s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s
2025-04-17 18:46:41 +08:00
孙诚
ec3434da82 Improve error handling and logging in ChineseNfoRegistry job methods; adjust delay duration for TMDB API calls
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-04-16 18:54:25 +08:00
孙诚
bf4faca1a7 Enhance ChineseNfoRegistry job method to support optional parameters for TMDB ID, season, and episode; update configuration for HTTP proxy and connection string
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 4s
Docker Build & Deploy / Deploy to Production (push) Has been skipped
2025-04-16 18:26:31 +08:00
孙诚
fae4754df4 1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 20s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s
2025-04-03 17:03:42 +08:00
孙诚
7b0c5f8ce2 Use ExecuteIdentityAsync for record insertion in ChineseNfoRegistry
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 11s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-04-03 17:02:10 +08:00
孙诚
4dbdf69c25 Log information and add delay in ChineseNfoRegistry.GetTmdbTv() method
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 17s
Docker Build & Deploy / Deploy to Production (push) Has been skipped
2025-04-03 16:44:47 +08:00
孙诚
9981dfa211 Update TV URL language parameter handling in ChineseNfoRegistry 2025-04-03 16:39:32 +08:00
孙诚
81e04c90a3 Log information when downgrading to Traditional Chinese in ChineseNfoRegistry
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 11s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s
2025-04-03 16:29:16 +08:00
孙诚
094793930c Change Json property type from varchar(max) to text in ChineseNfoRegistry
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 11s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s
2025-04-03 16:25:06 +08:00
孙诚
acb7330d82 1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 27s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s
2025-04-03 16:22:31 +08:00
孙诚
d41de63887 Update ChineseNfoRegistry to use HTTP instead of HTTPS for API and image URLs
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 11s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-04-03 12:58:52 +08:00
孙诚
60705f90e5 1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 13s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-04-03 12:55:32 +08:00
孙诚
cca7b5857e 1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 11s
Docker Build & Deploy / Deploy to Production (push) Successful in 3s
2025-04-03 12:03:40 +08:00
孙诚
8e3643faeb 1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-04-03 12:02:30 +08:00
孙诚
14e59b48f6 Refactor ChineseNfoRegistry to remove redundant permission setting and improve episode processing logic
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 15s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-04-03 11:28:26 +08:00
孙诚
b008a54fdb Refactor GetTmdbEpisode method to improve parameter readability and logging
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 23s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-03-19 15:27:00 +08:00
孙诚
30813961ad Update file permission setting in ChineseNfoRegistry to allow full access
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-03-19 15:21:29 +08:00
孙诚
fbea48813e Update docker-compose to run as root and modify permission setting in ChineseNfoRegistry to remove sudo
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 11s
Docker Build & Deploy / Deploy to Production (push) Successful in 16s
2025-03-19 15:05:27 +08:00
孙诚
795937d052 Refactor permission setting in ChineseNfoRegistry to use sudo for improved security
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 11s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-03-19 15:00:52 +08:00
孙诚
f3a1b8be3f Remove redundant code for setting file permissions in ChineseNfoRegistry
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Successful in 3s
2025-03-19 14:54:23 +08:00
孙诚
a685a324b6 Add process to set read/write permissions for files in ChineseNfoRegistry 2025-03-19 14:54:08 +08:00
孙诚
ac51d09bc0 Refactor ChineseNfoRegistry to use asynchronous file reading and improve logging for episode files
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 14s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-03-19 14:42:49 +08:00
孙诚
cde3ada5a9 Update comment for clarity and log write operation in ChineseNfoRegistry
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 11s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-03-19 14:40:16 +08:00
孙诚
1b837f6953 Add file attribute modification for read/write permissions in ChineseNfoRegistry
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-03-19 14:31:19 +08:00
孙诚
adb69f6ef4 Refactor ChineseNfoRegistry for improved readability and consistency
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 12s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-03-19 14:03:33 +08:00
孙诚
df1d36975d Improve error logging in ChineseNfoRegistry by including full exception details
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 38s
Docker Build & Deploy / Deploy to Production (push) Successful in 5s
2025-03-19 13:58:14 +08:00
孙诚
79b118ce9b 1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 21s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-03-13 17:20:34 +08:00
孙诚
08ce048614 1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 47s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s
2025-03-13 17:14:35 +08:00