diff --git a/develop/admin/index.html b/develop/admin/index.html index 62a800c44..948a0dc07 100644 --- a/develop/admin/index.html +++ b/develop/admin/index.html @@ -813,5 +813,5 @@

Release Documentation

\ No newline at end of file diff --git a/develop/admin/sitemap.xml.gz b/develop/admin/sitemap.xml.gz index b3323dd52..edd7ecf9c 100644 Binary files a/develop/admin/sitemap.xml.gz and b/develop/admin/sitemap.xml.gz differ diff --git a/develop/commit b/develop/commit index 6fb6db38d..991f6eb65 100644 --- a/develop/commit +++ b/develop/commit @@ -1,41 +1,11 @@ -commit 9c2611ba28fc870a946574472e103ec380e9faff +commit c3ee5228f635938f07709a8a005b54c4dfacd738 Author: Arne Wilken -Date: Wed Nov 22 10:56:59 2023 +0100 +Date: Wed Nov 22 11:51:10 2023 +0100 - Set publication variables in analyze-MP (#5419) + Return ISO 639 language code for language detected by Whisper (#5351) - Similar to #5243 except this creates variables that contain which - publication channels are part of the media package. These new variables - are not created by default. - - The use case for this was that I wanted to publish everything if the - event wasn't published before, including encoding and all, but only - merge specific assets into the publication if it existed. Here's a - snippet if you want to test this for yourself: - - ``` - - - partial-publish - - - - - - partial-publish-generated-captions - - - - ``` - - Since the other one went into 14.x I'm aiming this at that branch as - well, but I can aim at develop instead if somebody disagrees. - - This also contains a small change to the docs that explains which WOHs - can generate workflow variables, because I keep forgetting this. + When Whisper uses language detection, it returns the language name in + English instead of the ISO 639 code for some reason. But we need the + latter for the language tag of the track. This makes an attempt to + translate the language name in English to a matching two-letter language + code using locales. diff --git a/develop/developer/index.html b/develop/developer/index.html index 16effd89c..9e9976f81 100644 --- a/develop/developer/index.html +++ b/develop/developer/index.html @@ -402,5 +402,5 @@

Opencast Development Guides

\ No newline at end of file diff --git a/develop/developer/sitemap.xml.gz b/develop/developer/sitemap.xml.gz index 8d657b082..bd7d8c1d7 100644 Binary files a/develop/developer/sitemap.xml.gz and b/develop/developer/sitemap.xml.gz differ