mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
web/settings/audio: add a toggle to prefer better audio quality from yt
& also remove the beta label from youtube dub
This commit is contained in:
parent
e3f999ace7
commit
b9c1f2de72
@ -63,6 +63,10 @@
|
||||
"audio.youtube.dub.description": "cobalt will use a dubbed audio track for selected language if it's available. if not, original will be used instead.",
|
||||
"youtube.dub.original": "original",
|
||||
|
||||
"audio.youtube.better_audio": "youtube audio quality",
|
||||
"audio.youtube.better_audio.title": "prefer better quality",
|
||||
"audio.youtube.better_audio.description": "cobalt will try to pick highest quality audio in audio mode. it may not be available depending on youtube's response, current traffic, and server status. custom instances may not support this option.",
|
||||
|
||||
"audio.tiktok.original": "tiktok",
|
||||
"audio.tiktok.original.title": "download original sound",
|
||||
"audio.tiktok.original.description": "cobalt will download the sound from the video without any changes by the post's author.",
|
||||
|
@ -46,10 +46,21 @@
|
||||
</Switcher>
|
||||
</SettingsCategory>
|
||||
|
||||
<SettingsCategory
|
||||
sectionId="youtube-better-audio"
|
||||
title={$t("settings.audio.youtube.better_audio")}
|
||||
>
|
||||
<SettingsToggle
|
||||
settingContext="save"
|
||||
settingId="youtubeBetterAudio"
|
||||
title={$t("settings.audio.youtube.better_audio.title")}
|
||||
description={$t("settings.audio.youtube.better_audio.description")}
|
||||
/>
|
||||
</SettingsCategory>
|
||||
|
||||
<SettingsCategory
|
||||
sectionId="youtube-dub"
|
||||
title={$t("settings.audio.youtube.dub")}
|
||||
beta
|
||||
>
|
||||
<SettingsDropdown
|
||||
title={$t("settings.audio.youtube.dub.title")}
|
||||
|
Loading…
x
Reference in New Issue
Block a user