PhilipTrauner / cmus-osx

Adds track change notifications and media key support to cmus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmus-osx

Python version support: 3.7 PyPI version License: MIT CircleCI

cmus-osx adds track change notifications, and media key support to cmus (macOS only).

Installation

macOS automatically launches iTunes on media key presses. Installing noTunes is the recommended solution to prevent this from happening.

pip3 install cmus-osx
cmus-osx install

cmus-osx supports virtual environments natively, so installing it via pipx (or basically any other virtual environment manager) works just as well.

Uninstall

cmus-osx uninstall
pip3 uninstall cmus-osx

pyenv

Framework building has to be enabled, otherwise notifications cannot be created.

export PYTHON_CONFIGURE_OPTS="--enable-framework"

Configuration

cmus-osx config

Credits

About

Adds track change notifications and media key support to cmus.

License:MIT License


Languages

Language:Python 100.0%