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
+2 -2
View File
@@ -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 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ripster-backend",
"version": "0.10.2-7",
"version": "0.10.2-8",
"private": true,
"type": "commonjs",
"scripts": {
+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 = {