So I’m working on getting ready for Brisk 3.0.0 Final, some issues I’m currently working on is cross compiler support and I don’t mean compiling from linux to windows, but more along the lines of not only just supporting clang/gcc mingw, but also msvc, which means reducing from C23 to at least to C17
This should allow support using alternative compilers, but still maintain a more modern codebase for BriskPlayer.
Some planned features beyond the 3.0.0 release will be
- Support for showing album art in tooltips on the playlist
- Support for other platforms (this will be more of a wish than a feature, but it would allow brisk to survive on other platforms instead of just using wine)
- Translations other than english. We already have the large portion of gettext imported, however we do not have translations yet. If you want to help with that feel free to add your translations via pull request, here is the current POT file for the translations
We still have a long way to go, but I do hope I can get this CoolPlayer fork alive