Skip to content

Commit 414b3ca

Browse files
committed
release: 扫描片头预处理优化、恢复MediaInfo命名并优化TMDB替换逻辑
计划任务新增默认触发时间配置。 回滚媒体信息文件命名规则,恢复为 item.FileNameWithoutExtension-mediainfo.json。 优化元数据变动后的媒体信息恢复流程。 重构片头扫描预处理与日志流程,并在刷新后持久化 MediaInfo。 清理未使用 using,修复分析器高风险告警。 增加 DLL 扫描日志输出。 优化 TMDB 域名替换实现。
1 parent e12ab0f commit 414b3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MediaInfoKeeper.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<Description>MediaInfoKeeper Emby plugin</Description>
55
<PackageTags>emby;plugin;pms;media;server;</PackageTags>
66
<BaseOutputPath>Build\bin\</BaseOutputPath>
7-
<AssemblyVersion>1.6.6.2</AssemblyVersion>
8-
<FileVersion>1.6.6.2</FileVersion>
7+
<AssemblyVersion>1.6.6.3</AssemblyVersion>
8+
<FileVersion>1.6.6.3</FileVersion>
99
<Version>1.6.6</Version>
1010
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)