GithubHelp home page GithubHelp logo

rrevanth / ncmpcpp-control Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 24 KB

Support media keys for ncmpcpp player

CMake 43.60% C 8.79% Makefile 7.31% Ruby 16.22% Objective-C 24.08%
ncmpcpp ncmpcpp-config mpc mpd mpd-client media-keys

ncmpcpp-control's Introduction

Ncmpcpp Control

Inspiration from Cmus Control

Control ncmpcpp with Media Keys ⏪ ▶️ ⏩ under OS X.

Requirements

Install

  1. You need to install cmake: brew install cmake
  2. Run make install to compile Control Daemon and install ncmpcppcontrold under /usr/local/bin path. A launchd.plist file named at.fox21.ncmpcppcontrold.plist will be created under ~/Library/LaunchAgents to start Control Daemon automatically on login.

If you just want to compile Control Daemon without installing run make. The binary will be created at build/release/bin/ncmpcppcontrold.

Uninstall

Just run make uninstall. Doing so

  • ncmpcppcontrold will be unloaded via launchctl;
  • ~/Library/LaunchAgents/at.fox21.ncmpcppcontrold.plist will be removed;
  • /usr/local/bin/ncmpcppcontrold will be removed.

Load/Unload

After a successful manual installation the ncmpcppcontrold is loaded/started automatically with launchctl. You can unload the daemon manually:

make unload

Or load it manually:

make load

Re-build

After changing the source code you might want to re-build the binary and re-install it.

  1. make unload
  2. make -C build/release
  3. make install

License

Copyright (C) 2015 Revanth Revoori http://rrevanth.github.io

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

ncmpcpp-control's People

Contributors

rrevanth avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.