nfo文件封面识别失败问题处理

This commit is contained in:
jianzhichu
2026-01-28 09:56:18 +08:00
parent 8af041cf91
commit 3578962a4c
5 changed files with 43 additions and 23 deletions
+2 -2
View File
@@ -64,9 +64,9 @@ namespace dy.net.utils
}
},
Author = DouyinFileNameHelper.SanitizeLinuxFileName(video.Author, "", true),
Poster = $"{video.AwemeId}_poster.jpg",
Poster = "poster.jpg",
Title = video.VideoTitle,
Thumbnail = $"{video.AwemeId}_poster.jpg",// 使用poster作为缩略图
Thumbnail = "poster.jpg",// 使用poster作为缩略图
ReleaseDate = video.CreateTime,
Genres = new List<string> { video.Tag1, video.Tag2, video.Tag3 }.Where(t => !string.IsNullOrWhiteSpace(t)).ToList()
};