From 44962dd0641e6d13b8c62e127f05db0789e2bbb0 Mon Sep 17 00:00:00 2001 From: Philip de Nier Date: Fri, 15 Mar 2024 14:48:44 +0000 Subject: [PATCH 1/2] Add bmx doc / code references to RDD 6 XML creator app --- meta/rdd6_xml_creator/css/custom.css | 3 +++ meta/rdd6_xml_creator/index.html | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/rdd6_xml_creator/css/custom.css b/meta/rdd6_xml_creator/css/custom.css index d095fba0..aea87919 100644 --- a/meta/rdd6_xml_creator/css/custom.css +++ b/meta/rdd6_xml_creator/css/custom.css @@ -6,3 +6,6 @@ width:auto; } +.doc-references { + font-size: small; +} \ No newline at end of file diff --git a/meta/rdd6_xml_creator/index.html b/meta/rdd6_xml_creator/index.html index 74332e2b..dd8b088d 100644 --- a/meta/rdd6_xml_creator/index.html +++ b/meta/rdd6_xml_creator/index.html @@ -6,7 +6,7 @@ - RDD 6 XML Creator + bmx RDD 6 XML Creator @@ -17,7 +17,11 @@
From fb96fc0e76275252e86dcb2e548f7dc1ebc39cf4 Mon Sep 17 00:00:00 2001 From: Philip de Nier Date: Fri, 15 Mar 2024 14:53:30 +0000 Subject: [PATCH 2/2] Update RDD 6 XML creator README to reference the github.io page --- meta/rdd6_xml_creator/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/rdd6_xml_creator/README.md b/meta/rdd6_xml_creator/README.md index f380c1ee..01fb9337 100644 --- a/meta/rdd6_xml_creator/README.md +++ b/meta/rdd6_xml_creator/README.md @@ -2,9 +2,9 @@ The [SMPTE RDD 6](https://ieeexplore.ieee.org/document/7290141) (Dolby E Audio Metadata) XML Creator is a basic HTML web page application that creates an XML file suitable for `bmxtranswrap` to embed a static RDD 6 serial bitstream in an MXF file. -Copy the [index.html](./index.html) and supporting directories ([css](./css) and [js](./js)) to a local file system, or use a clone of this Git repository. +The [RDD 6 XML Creator](https://bbc.github.io/bmx/meta/rdd6_xml_creator/) can be found online in github.io. It can also be run locally by coping the [index.html](./index.html) and supporting directories ([css](./css) and [js](./js)) to a local file system, or by using a clone of this Git repository. -Open `index.html` in a web browser and fill-in the RDD 6 metadata. Select "Save XML" to export to a local file. +Open [RDD 6 XML Creator](https://bbc.github.io/bmx/meta/rdd6_xml_creator/) or `index.html` in a web browser and fill-in the RDD 6 metadata. Select "Save XML" to export to a local file. >The file name includes a hash of the file contents (`var filename = "dpp_rdd6_" + hash_djb2(rdd6_xml) + ".xml"`) and therefore files will have a different name if the contents are different.