Compare commits
2 Commits
bc4cdd3d81
...
1c78bb61c6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c78bb61c6 | ||
|
|
180397f10a |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "real-debrid-downloader",
|
"name": "real-debrid-downloader",
|
||||||
"version": "1.7.111",
|
"version": "1.7.112",
|
||||||
"description": "Desktop downloader",
|
"description": "Desktop downloader",
|
||||||
"main": "build/main/main/main.js",
|
"main": "build/main/main/main.js",
|
||||||
"author": "Sucukdeluxe",
|
"author": "Sucukdeluxe",
|
||||||
|
|||||||
@ -10745,22 +10745,6 @@ export class DownloadManager extends EventEmitter {
|
|||||||
pkg.postProcessLabel = "Verschiebe Videos...";
|
pkg.postProcessLabel = "Verschiebe Videos...";
|
||||||
this.emitState();
|
this.emitState();
|
||||||
await this.collectMkvFilesToLibrary(packageId, pkg, shouldAbort);
|
await this.collectMkvFilesToLibrary(packageId, pkg, shouldAbort);
|
||||||
|
|
||||||
// ── Post-MKV-move rename pass ──
|
|
||||||
// During hybrid extraction, files can finish extracting between the
|
|
||||||
// auto-rename scan and MKV-move, causing them to be moved with their
|
|
||||||
// original scene names (e.g. awa-diethundermans03e21hd.mkv).
|
|
||||||
// Run auto-rename on the MKV library dir to catch these stragglers.
|
|
||||||
if (this.settings.autoRename4sf4sj && this.settings.collectMkvToLibrary) {
|
|
||||||
const mkvDir = String(this.settings.mkvLibraryDir || "").trim();
|
|
||||||
if (mkvDir && await this.existsAsync(mkvDir)) {
|
|
||||||
throwIfAborted();
|
|
||||||
const postMkvRenamed = await this.autoRenameExtractedVideoFiles(mkvDir, pkg, shouldAbort);
|
|
||||||
if (postMkvRenamed > 0) {
|
|
||||||
logger.info(`Post-MKV-Move Auto-Rename: pkg=${pkg.name}, renamed=${postMkvRenamed} in ${mkvDir}`);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
throwIfAborted();
|
throwIfAborted();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user