diff --git a/AMSExplorer/EncodingAMEStandard.cs b/AMSExplorer/EncodingAMEStandard.cs
index da1f5ee4..13136627 100644
--- a/AMSExplorer/EncodingAMEStandard.cs
+++ b/AMSExplorer/EncodingAMEStandard.cs
@@ -115,7 +115,6 @@ public string EncodingOutputAssetName
}
}
-
public string EncodingConfiguration
{
get
@@ -217,7 +216,6 @@ private void buttonLoadJSON_Click(object sender, EventArgs e)
label4KWarning.Text = string.Empty;
buttonOk.Enabled = true;
richTextBoxDesc.Text = string.Empty;
-
}
}
@@ -411,8 +409,6 @@ private void UpdateTextBoxJSON(string jsondata)
sourceentry.Filters = deinterlaceentry;
obj.Sources.Add(sourceentry);
}
-
-
}
@@ -575,7 +571,6 @@ private void buttonSaveXML_Click(object sender, EventArgs e)
{
MessageBox.Show("Error: Could not save file to disk. Original error: " + ex.Message);
}
-
}
}
@@ -661,7 +656,6 @@ private void textBoxConfiguration_TextChanged(object sender, EventArgs e)
Error = true;
}
}
-
labelWarningJSON.Visible = Error;
}
@@ -675,7 +669,6 @@ private void moreinfopresetslink_LinkClicked(object sender, LinkLabelLinkClicked
Process.Start(e.Link.LinkData as string);
}
-
private void timeControlStartTime_ValueChanged(object sender, EventArgs e)
{
UpdateTextBoxJSON(textBoxConfiguration.Text);
@@ -689,9 +682,6 @@ private void timeControlDuration_ValueChanged(object sender, EventArgs e)
}
private void UpdateDurationText()
{
- // textBoxSourceDurationTime.Text = (timeControlEndTime.GetTimeStampAsTimeSpanWithOffset() - timeControlStartTime.GetTimeStampAsTimeSpanWithOffset()).ToString();
-
-
if (checkBoxSourceTrimmingStart.Checked)
{
if (checkBoxSourceTrimmingEnd.Checked)
@@ -762,7 +752,6 @@ private void checkBoxDisableAutoDeinterlacing_CheckedChanged(object sender, Even
private void linkLabelMoreInfoPreserveResRotation_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
Process.Start(e.Link.LinkData as string);
-
}
private void checkBoxPreserveResAfterRotation_CheckedChanged(object sender, EventArgs e)
diff --git a/AMSExplorer/Properties/AssemblyInfo.cs b/AMSExplorer/Properties/AssemblyInfo.cs
index ffd624a7..c6d86e21 100644
--- a/AMSExplorer/Properties/AssemblyInfo.cs
+++ b/AMSExplorer/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("3.36.0.5")]
-[assembly: AssemblyFileVersion("3.36.0.5")]
+[assembly: AssemblyVersion("3.37.0.0")]
+[assembly: AssemblyFileVersion("3.37.0.0")]
diff --git a/AllReleaseNotes.html b/AllReleaseNotes.html
index ed4c01dd..7a433e3e 100644
--- a/AllReleaseNotes.html
+++ b/AllReleaseNotes.html
@@ -1,4 +1,15 @@
-
Untitled Document.md
+Untitled Document.md
+Version 3.37.0.0 brings the following features and improvements :
+
+- A way to change the video index and audio indexes and languages for an existing encoding live channel (RTP)
+- Update to Media Encoder Standard dialog box
+
+- Update to thumbnails (percentage mode)
+- Support for PreserveResolutionAfterRotation flag with Media Encoder Standard (MES)
+
+
+- Bug fixes and improvements
+
Version 3.36.0.0 brings the following features and improvements :
- New Live Archive Integrity check. This feature checks the timestamps in the manifest and the segments in the blob storage for a live archive. It will detect timestamps in overlap or gap, and missing segments.
diff --git a/AllReleaseNotes.md b/AllReleaseNotes.md
index 38b3e080..384fa3ba 100644
--- a/AllReleaseNotes.md
+++ b/AllReleaseNotes.md
@@ -1,3 +1,11 @@
+Version 3.37.0.0 brings the following features and improvements :
+
+* A way to change the video index and audio indexes and languages for an **existing encoding live channel (RTP)**
+* Update to **Media Encoder Standard** dialog box
+ * Update to thumbnails (percentage mode)
+ * Support for PreserveResolutionAfterRotation flag with Media Encoder Standard (MES)
+* Bug fixes and improvements
+
Version 3.36.0.0 brings the following features and improvements :
* New **Live Archive Integrity check**. This feature checks the timestamps in the manifest and the segments in the blob storage for a live archive. It will detect timestamps in overlap or gap, and missing segments.
diff --git a/ReleaseNotes.html b/ReleaseNotes.html
index 883dab58..a549fb87 100644
--- a/ReleaseNotes.html
+++ b/ReleaseNotes.html
@@ -1,15 +1,13 @@
-Untitled Document.md
-Version 3.36.0.0 brings the following features and improvements :
+Untitled Document.md
+Version 3.37.0.0 brings the following features and improvements :
-- New Live Archive Integrity check. This feature checks the timestamps in the manifest and the segments in the blob storage for a live archive. It will detect timestamps in overlap or gap, and missing segments.
-- Support for disable auto de-interlacing setting with Media Encoder Standard (MES)
-- New feature to check and fix manifests which have a wrong systemBitrate attribute
-- Channels, Programs and Streaming Endpoints can be sorted by clicking a column
-- Update to support latest Azure Media Player update (PlayReady and Widevine tokens)
-- A way to signal that the asset to be uploaded is already CENC/PlayReady encrypted (in Batch and Bulk upload modes)
-- Fixes an issue with text format when copying a preset from Chrome to Explorer
-- Fixes an issue as InstallShield was not shipping the right version of some libraries
-- Better dialog box for selecting a folder
+- A way to change the video index and audio indexes and languages for an existing encoding live channel (RTP)
+- Update to Media Encoder Standard dialog box
+
+- Update to thumbnails (percentage mode)
+- Support for PreserveResolutionAfterRotation flag with Media Encoder Standard (MES)
+
+
- Bug fixes and improvements
diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index 4dcaecee..edb38ff2 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -1,12 +1,7 @@
-Version 3.36.0.0 brings the following features and improvements :
+Version 3.37.0.0 brings the following features and improvements :
-* New **Live Archive Integrity check**. This feature checks the timestamps in the manifest and the segments in the blob storage for a live archive. It will detect timestamps in overlap or gap, and missing segments.
-* Support for **disable auto de-interlacing** setting with Media Encoder Standard (MES)
-* New feature to check and fix manifests which have a **wrong systemBitrate attribute**
-* Channels, Programs and Streaming Endpoints can be sorted by clicking a column
-* Update to support latest Azure Media Player update (PlayReady and Widevine tokens)
-* A way to signal that the asset to be uploaded is already CENC/PlayReady encrypted (in Batch and Bulk upload modes)
-* Fixes an issue with text format when copying a preset from Chrome to Explorer
-* Fixes an issue as InstallShield was not shipping the right version of some libraries
-* Better dialog box for selecting a folder
+* A way to change the video index and audio indexes and languages for an **existing encoding live channel (RTP)**
+* Update to **Media Encoder Standard dialog box**
+ * Update to thumbnails (percentage mode)
+ * Support for PreserveResolutionAfterRotation flag with Media Encoder Standard (MES)
* Bug fixes and improvements
\ No newline at end of file
diff --git a/SetupAMSExplorer/SetupAMSExplorer.isl b/SetupAMSExplorer/SetupAMSExplorer.isl
index f6ffb42a..0f746904 100644
--- a/SetupAMSExplorer/SetupAMSExplorer.isl
+++ b/SetupAMSExplorer/SetupAMSExplorer.isl
@@ -4469,9 +4469,9 @@ UwBpAG4AZwBsAGUASQBtAGEAZwBlAAEARQB4AHAAcgBlAHMAcwA=
PROGMSG_IIS_ROLLBACKVROOTS | ##IDS_PROGMSG_IIS_ROLLBACKVROOTS## | |
PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS | ##IDS_PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS## | |
PROGRAMFILETOLAUNCHATEND | [INSTALLDIR]AMSExplorer.Primary output | |
- ProductCode | {3ECEF851-EA3C-444F-9C08-4744D083D9FC} | |
+ ProductCode | {3393C6D6-AE77-4347-8EA5-EB39CEA49E8B} | |
ProductName | Azure Media Services Explorer | |
- ProductVersion | 3.36.0.5 | |
+ ProductVersion | 3.37.0.0 | |
ProgressType0 | install | |
ProgressType1 | Installing | |
ProgressType2 | installed | |