You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change some logic and help text to stop assuming you have to pick the VIDEO_TS folder for a DVD scan. This should make previewing DVD titles on the Queue Multiple Titles window possible when you've picked the root DVD directory.
Copy file name to clipboardExpand all lines: VidCoder/ViewModel/MainViewModel.cs
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ public bool SetSourceFromFolder()
221
221
this.SourceSelectionExpanded=false;
222
222
}
223
223
224
-
stringfolderPath=FileService.Instance.GetFolderName(Settings.Default.LastVideoTSFolder,"Pick the DVD's VIDEO_TS folder or the Blu-ray's root folder.");
224
+
stringfolderPath=FileService.Instance.GetFolderName(Settings.Default.LastVideoTSFolder,"Pick a DVDor Blu-ray folder.");
225
225
226
226
// Make sure we get focus back after displaying the dialog.
227
227
WindowManager.FocusWindow(this);
@@ -260,15 +260,7 @@ public bool SetSourceFromDvd(DriveInformation driveInfo)
0 commit comments