Transcodes echo/log audit pass

ramdisk_setup.sh: path/size detail lines → log (already in log block above);
status done → echo. transcode_cleanup.sh: flip-back decision line and status
done → echo. transcode_manager.sh: clean-run single-line summary → echo.
Manual-Transcoding.md: added Output Tiers section.
This commit is contained in:
Gmer4Lfe
2026-05-21 17:07:23 -04:00
parent 5ccfb895c1
commit 588cde1cc4
4 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -650,5 +650,5 @@ if [[ "$SOMETHING_HAPPENED" == true ]]; then
echo "$ICON_TIME Duration: $(format_duration $(( END - START )))"
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
else
log "Transcode manager — all healthy — $MY_ID ($(format_duration $(( END - START ))))"
echo "Transcode manager — all healthy — $MY_ID ($(format_duration $(( END - START ))))"
fi