From f84fdc40ba817b6a2d907484b1e1500197ceeafe Mon Sep 17 00:00:00 2001 From: RblSb Date: Sun, 12 Jan 2025 19:35:56 +0300 Subject: External audiotrack support This works as voice over if video also has audio, changing video volume to 0.3. Also improve autoplay by playing videos muted and unmute on first page click. There is no mute if you use Firefox and allow autoplay on page (navigator.getAutoplayPolicy check). --- res/langs/en.json | 1 + 1 file changed, 1 insertion(+) (limited to 'res/langs/en.json') diff --git a/res/langs/en.json b/res/langs/en.json index 3f5d47a..488af78 100644 --- a/res/langs/en.json +++ b/res/langs/en.json @@ -82,6 +82,7 @@ "mediaUrl": "Media URL", "optionalTitle": "Title (optional)", "subtitlesUrlOptional": "Subtitles URL (optional)", + "voiceOverAudioTrackUrlOptional": "Voice-over audio URL (optional)", "addTemplateUrl": "Add template URL", "queueNext": "Queue next", "queueLast": "Queue last", -- cgit v1.2.3