Skip to content

Commit

Permalink
admin: show go-vod clone tag
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <radialapps@gmail.com>
  • Loading branch information
pulsejet committed Oct 16, 2023
1 parent 75881b3 commit 181c042
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions src/components/admin/sections/VideoTranscoder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,20 @@
{{ binaryStatus('go-vod', status.govod) }}
</NcNoteCard>

<NcCheckboxRadioSwitch
:disabled="!enableTranscoding"
:checked.sync="config['memories.vod.external']"
@update:checked="update('memories.vod.external')"
type="switch"
>
{{ t('memories', 'Enable external transcoder (go-vod {version})', { version: status.govod_want }) }}
</NcCheckboxRadioSwitch>
{{ t('memories', 'If you want to use an external go-vod, make sure you have the correct tag.') }}
<br />
<code>git clone -b {{ status.govod_want }} https://github.com/pulsejet/go-vod</code>
</template>

<NcCheckboxRadioSwitch
:disabled="!enableTranscoding"
:checked.sync="config['memories.vod.external']"
@update:checked="update('memories.vod.external')"
type="switch"
>
{{ t('memories', 'Enable external transcoder') }}
</NcCheckboxRadioSwitch>

<NcTextField
:disabled="!enableTranscoding"
:label="t('memories', 'Binary path (local only)')"
Expand Down

0 comments on commit 181c042

Please sign in to comment.