0.10.2-8 Layout
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user