From 6794d1005ff1c1766223e7d45af3feab3cdb0785 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 29 Mar 2021 17:23:48 +0200 Subject: Add log to regenerate thumbnails --- scripts/regenerate-thumbnails.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/regenerate-thumbnails.ts b/scripts/regenerate-thumbnails.ts index b0071efe0..04c6e2b74 100644 --- a/scripts/regenerate-thumbnails.ts +++ b/scripts/regenerate-thumbnails.ts @@ -32,6 +32,8 @@ async function run () { async function processVideo (videoArg: MVideo) { const video = await VideoModel.loadWithFiles(videoArg.id) + console.log('Processing video %s.', video.name) + const thumbnail = video.getMiniature() const preview = video.getPreview() -- cgit v1.2.3