UniqProject / BDInfo

BDInfo from http://www.cinemasquid.com/blu-ray/tools/bdinfo
GNU Lesser General Public License v2.1
233 stars 58 forks source link

make bdinfo play nicer with mono #28

Open sjpotter opened 3 years ago

sjpotter commented 3 years ago

Currently bdinfo works basically perfect with mono, except for one issue. the file picker. i.e. click on either file pickers and it crashes out because no WPF in mono.

while I can still use it perfectly (mono BDInfo.exe "path to dir or iso"), it seems a waste to not work perfectly on platforms mono supports because one is using WPF for the file picker. It would seem that there must be a more cross platform mechanism for just that functionality?

UniqProject commented 3 years ago

I am currently looking into porting the application over to .NET Core, which should increase the compatibility with Mono