Skip to content

Commit 245018a

Browse files
committed
AutoFilm v1.5.0
- 支持 BDMV 蓝光原盘文件结构 - 引入 Alist2StrmMode 枚举以简化模式管理 - 优化 LibraryPoster 对多路径媒体库的处理
1 parent 8a32014 commit 245018a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
![LibraryPoster](./img/LibraryPoster.png)
7171

7272
# 更新日志
73+
- 2025.9.26:v1.5.0,支持 BDMV 蓝光原盘文件结构,引入 Alist2StrmMode 枚举以简化模式管理,优化 LibraryPoster 对多路径媒体库的处理
7374
- 2025.7.14:v1.4.0,修复 Ani2Alist 模块时间解析问题,新增 LibraryPoster 美化媒体库封面模块
7475
- 2025.5.29:v1.3.3,Alist2Strm 模块支持添加删除空目录的功能;提高 Alist V3.45 兼容性;添加 m2ts 视频文件后缀到视频扩展集合;修复视频扩展集合中".wmv"缺失前缀错误
7576
- 2025.4.4:v1.3.2,添加 .mpg 视频文件后缀;优化重试装饰器;优化重试装饰器;新增遍历文件间隔时间,防止被风控;修正部分方法名、返回变量类型、文档表述错误

app/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
APP_VERSION = "v1.4.0"
1+
APP_VERSION = "v1.5.0"

0 commit comments

Comments
 (0)