From 181c0423ff3bbd36ef0065a3558c3b2db16dee42 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 16 Oct 2023 12:54:29 -0700 Subject: [PATCH] admin: show go-vod clone tag Signed-off-by: Varun Patil --- .../admin/sections/VideoTranscoder.vue | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/components/admin/sections/VideoTranscoder.vue b/src/components/admin/sections/VideoTranscoder.vue index 6754d346..bb9df995 100644 --- a/src/components/admin/sections/VideoTranscoder.vue +++ b/src/components/admin/sections/VideoTranscoder.vue @@ -17,16 +17,20 @@ {{ binaryStatus('go-vod', status.govod) }} - - {{ t('memories', 'Enable external transcoder (go-vod {version})', { version: status.govod_want }) }} - + {{ t('memories', 'If you want to use an external go-vod, make sure you have the correct tag.') }} +
+ git clone -b {{ status.govod_want }} https://github.com/pulsejet/go-vod + + {{ t('memories', 'Enable external transcoder') }} + +