0.10.2-8 Layout

This commit is contained in:
2026-03-16 09:13:54 +00:00
parent ed44d866df
commit 45b2272f1a
10 changed files with 121 additions and 20 deletions
+19
View File
@@ -11562,6 +11562,7 @@ class PipelineService extends EventEmitter {
{
contextPatch: {
outputPath: incompleteOutputPath,
completedChapterCount: index,
currentChapter: {
index: index + 1,
total: outputFiles.length,
@@ -11618,6 +11619,24 @@ class PipelineService extends EventEmitter {
chapterTitle,
outputPath: entry.outputPath
});
await this.updateProgress(
'ENCODING',
endPercent,
null,
`Audiobook-Encoding Kapitel ${index + 1}/${outputFiles.length} abgeschlossen`,
jobId,
{
contextPatch: {
completedChapterCount: index + 1,
currentChapter: {
index: index + 1,
total: outputFiles.length,
title: chapterTitle
}
}
}
);
}
ffmpegRunInfo = {