From 33d6ae36a4859fbc46e730e4e7630acf2db264e1 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sun, 15 Jul 2007 14:52:42 +0000 Subject: - Audio and Subtitle down-downs now populated on DVD Title selection. - Verbose bug fixed in GenerateQuery() - Setup frmDvdInfo ready to be populated with plain text output from handbrake. - Removed the EncodeOutput window. This can wait till another version. - A few other small changes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@688 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Parsing/DVD.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'win/C#/Parsing') diff --git a/win/C#/Parsing/DVD.cs b/win/C#/Parsing/DVD.cs index 50751ccf2..4b09ac828 100644 --- a/win/C#/Parsing/DVD.cs +++ b/win/C#/Parsing/DVD.cs @@ -27,6 +27,7 @@ namespace Handbrake.Parsing while (!output.EndOfStream) { string curLine = output.ReadLine(); + if (curLine.Contains("Scanning title")) { thisDVD.m_titles.AddRange(Title.ParseList(output)); -- cgit v1.2.3