nilsding / qmmp-macosintegration

A Qmmp plug-in that provides better integration with the MacOS desktop (for now only Media Player Controls)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qmmp-macosintegration

A plug-in for Qmmp that provides better integration with the MacOS desktop (tested with Monterey on arm64).

Installation

Your mileage will vary:

mkdir build && cd build

# set up pkg-config to look for a qmmp installed into ~/opt/qmmp (I built mine
# from source), and also for qt@5 (installed via homebrew)
export PKG_CONFIG_PATH=~/opt/qmmp/lib/pkgconfig:/opt/homebrew/opt/qt@5/lib/pkgconfig

cmake ..
make
make install

Usage

Start Qmmp, go to the settings, and enable the MacOS Integration plug-in (listed in General).

Contributing

  1. Fork it (https://github.com/nilsding/qmmp-macosintegration/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

A Qmmp plug-in that provides better integration with the MacOS desktop (for now only Media Player Controls)

License:GNU General Public License v2.0


Languages

Language:Objective-C++ 55.3%Language:C++ 34.9%Language:CMake 9.8%