If this is still a problem, then no, but please confirm if switch to English works so I will add this problem to mantis as a bug because provided solution is just a workaround but not a real fix of the problem.
Edit:
Problem is in videoextension comparer in Util.cs -> public static bool IsVideo(string strPath)
where code do a following:
string extensionFile = Path.GetExtension(strPath).ToLower(); so .IFO became something else in case of Turkish language and extension comparer fail and returns False, with result that DVD is not a video file.
Edit:
Problem is in videoextension comparer in Util.cs -> public static bool IsVideo(string strPath)
where code do a following:
string extensionFile = Path.GetExtension(strPath).ToLower(); so .IFO became something else in case of Turkish language and extension comparer fail and returns False, with result that DVD is not a video file.
Croatia