<DependentUpon>frmOptions.cs</DependentUpon>\r
</Compile>\r
<Compile Include="Functions\CLI.cs" />\r
- <Compile Include="Functions\Update.cs" />\r
<Compile Include="Parsing\AudioTrack.cs" />\r
<Compile Include="Parsing\Chapter.cs" />\r
<Compile Include="Parsing\DVD.cs" />\r
\r
private void procMonitor(object state)\r
{\r
+ //******* BUG HERE, hbProc is not getting passed in here.\r
MessageBox.Show("The encode process has now started.", "Status", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);\r
hbProc.WaitForExit();\r
hbProc.Close();\r
}\r
\r
drp_audioChannels.Items.Clear();\r
- drp_subtitle.Items.Add("Automatic");\r
+ drp_audioChannels.Items.Add("Automatic");\r
drp_audioChannels.Items.AddRange(selectedTitle.AudioTracks.ToArray());\r
if (drp_audioChannels.Items.Count > 0)\r
{\r
} \r
\r
// The Query Generation Function\r
- // This function was imported from old vb.net version of this application.\r
- // It could probably do with being cleaned up a good deal at some point\r
- \r
public string GenerateTheQuery()\r
{\r
string source = text_source.Text;\r