fix: 05_Finalize_Move - add JSDoc block + atomare Sidecar-Erzeugung, 0-Byte-Pruefung, Remux-Verifikation
This commit is contained in:
parent
ecabc8f996
commit
858ceb563a
1 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,14 @@
|
|||
/**
|
||||
* @name 05_Finalize_Move
|
||||
* @description Verschiebt das Working File nach /tdarr/converted/, loescht das Original,
|
||||
* behandelt Untertitel (Text-Subs als .srt-Sidecar, Bild-Subs Disposition neutralisieren).
|
||||
* SICHERHEITS-FIX 17.07.2026: atomare Sidecar-Erzeugung, 0-Byte-Pruefung,
|
||||
* nur erfolgreich extrahierte Textspuren entfernen, Remux-Verifikation.
|
||||
* @author Sascha + Trulla
|
||||
* @revision 2
|
||||
* @output OK
|
||||
* @output Fehler
|
||||
*/
|
||||
function Script(SourceRoot, DestRoot)
|
||||
{
|
||||
SourceRoot = SourceRoot || '/tdarr/complete/';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue