0.10.2-8 Layout
This commit is contained in:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "ripster-backend",
|
||||
"version": "0.10.2-7",
|
||||
"version": "0.10.2-8",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "ripster-backend",
|
||||
"version": "0.10.2-7",
|
||||
"version": "0.10.2-8",
|
||||
"dependencies": {
|
||||
"archiver": "^7.0.1",
|
||||
"cors": "^2.8.5",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ripster-backend",
|
||||
"version": "0.10.2-7",
|
||||
"version": "0.10.2-8",
|
||||
"private": true,
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
|
||||
@@ -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