• This repository has been archived on 30/Dec/2022
  • Stars
    star
    99
  • Rank 334,335 (Top 7 %)
  • Language
    C++
  • License
    BSD 2-Clause "Sim...
  • Created over 7 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Adds the ability for foobar2000 to interact with the Windows 10 media control overlay.

foo_mediacontrol

Adds the ability for foobar2000 to interact with the Windows 10 media control overlay.

Screenshot


Screenshot

Compilation


Windows:

Compilation requires Windows 10 SDK version 10.0.10240.0 or higher.

  • Open the provided solution file (foobar2000/foo_mediacontrol/foo_mediacontrol.sln) in Visual Studio.
  • Change the target to "Release" and platform to "x86".
  • Build the solution (Default: Ctrl+Shift+B).
  • Move the resulting foo_mediacontrol.dll to your foobar2000's components folder.
  • (Re)Start foobar2000.

License


BSD-2-Clause