foo_openlyrics icon indicating copy to clipboard operation
foo_openlyrics copied to clipboard

Port to MacOS?

Open MrSimmo opened this issue 1 year ago • 5 comments

Hi,

With the Mac/MacOS native version of Foobar2000; it would be great if OpenLyrics could be ported to run on the Mac.

Many Thanks

MrSimmo avatar Mar 27 '24 09:03 MrSimmo

In theory it would be good yes, but I can't do this (at least not any time soon).

I don't own any Mac devices so I have no way of setting up a local build for testing, let alone updating CI to build it as part of the usual release. This would also require significant changes to the code to isolate the Windows-specific calls in a way that can be swapped out for Mac equivalents. That's something I can keep in mind generally while making other changes but ultimately it's going to require the CI system to produce a Mac build.

jacquesh avatar Mar 30 '24 20:03 jacquesh

I also hope that the plugin can be ported to the macos version, the development environment can be built with virtual box, performance should be no problem

Ting2024 avatar May 17 '24 07:05 Ting2024

That'd be great. Are there any plans yet / Is the main problem the setup of the build system?

Lars-BottomLine avatar Aug 03 '25 14:08 Lars-BottomLine

There are no plans yet. The build system is one problem, another is the tight integration with the win32 API for all of the UI work (and more, but the UI is the largest and most difficult to change case of this).

Unless fb2k has some magic sneakery to make that somehow do sensible things with that on Mac, all of the UI would need to be rewritten using something sensible that works cross-platform.

jacquesh avatar Aug 04 '25 07:08 jacquesh

Related https://github.com/jacquesh/foo_openlyrics/issues/138

Rexadev avatar Aug 04 '25 07:08 Rexadev