https://github.com/nilsding/qmmp-macosintegration
A Qmmp plug-in that provides better integration with the MacOS desktop (for now only Media Player Controls)
https://github.com/nilsding/qmmp-macosintegration
macos qmmp qmmp-plugin
Last synced: over 1 year ago
JSON representation
A Qmmp plug-in that provides better integration with the MacOS desktop (for now only Media Player Controls)
- Host: GitHub
- URL: https://github.com/nilsding/qmmp-macosintegration
- Owner: nilsding
- License: gpl-2.0
- Created: 2021-12-27T01:07:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T18:25:31.000Z (over 4 years ago)
- Last Synced: 2025-02-06T13:51:33.197Z (over 1 year ago)
- Topics: macos, qmmp, qmmp-plugin
- Language: Objective-C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# qmmp-macosintegration
A plug-in for [Qmmp](http://qmmp.ylsoftware.com/) that provides better
integration with the MacOS desktop (tested with Monterey on arm64).
## Installation
Your mileage will vary:
```sh
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 ()
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