Page 1 of 1
MakeMKV is case sensitive on file extension
Posted: Sat May 09, 2020 11:19 am
by thetoad
wanted to open an iso file that had an ISO extension (got messed up on a case insenstive file system) and the file browser / chooser in MakeMKV on linux didn't display it. When I renamed it to .iso, it instantly appeared in the open browser/chooser. my guess is that the case sensitive flag should not be set?
Re: MakeMKV is case sensitive on file extension
Posted: Sat May 09, 2020 3:14 pm
by Woodstock
MakeMKV is as case-sensitive as the operating system it is running on.To be able to fake case-insensitivity in the browse window on Linux, you would have to search for "*.[iI][sS][oO]"
Re: MakeMKV is case sensitive on file extension
Posted: Sat May 09, 2020 9:39 pm
by thetoad
Woodstock wrote: ↑Sat May 09, 2020 3:14 pm
MakeMKV is as case-sensitive as the operating system it is running on.To be able to fake case-insensitivity in the browse window on Linux, you would have to search for "*.[iI][sS][oO]"
you can't specify extension when trying to open an iso (or at least I don't see how to). The file picker can specify to use a case insensitive filter in QT.
Re: MakeMKV is case sensitive on file extension
Posted: Sat May 09, 2020 11:39 pm
by Woodstock
I can't test on Linux but... If you enter *.ISO in the file name box on Windows, the picker searches for *.ISO. While you cannot change the contents of the pull-down, you should be able to change what is actually searched for. We have to wait for Mike to change the program itself.
Re: MakeMKV is case sensitive on file extension
Posted: Sun May 10, 2020 8:30 pm
by thetoad
as far as I can tell (perhaps I've missed it), on Linux, you can't specify this. Hence, I view this as sort of a bug report. It seems my instinct was wrong and one can't make it case insensitive with a simple boolean, others have the same issues in different QT programs. also my issue might be in particular an ubuntu issue
see:
https://stackoverflow.com/questions/348 ... filedialog and
https://github.com/LibreCAD/LibreCAD/issues/791
mostly reporting this in the hopes Mike sees it and perhaps can do something simple for it. personally, in worse case, I'd say one doesn't have to enumerate all possibilities of "iso" iso/ISO are probably sufficient.