WinUI 3 based media player. This is an on-going development.
There are currently no automated build binaries available. In order to use it you need to built it yourself:
- Download and install Visual Studio 2022 community edition
- Install the following workloads:
- .net desktop development
- universal windows platform development
- desktop development with C++
- windows 11 SDK (10.0.22000.0)
- C++ v143 Universal Windows Platform tools
- Open the SLN file
- Build and run the project
At the moment you will need to get your own API key from OpenSubtitles.com in order to be able to access the API. Additionally, you will need an account there (which you will need anyways for the API key). Both are free. Create an environment variable for your user with the ID mayazuc.opensubtitles.apikey and the value of your API key.