MCPcopy Index your code
hub / github.com/PhilipTrauner/cmus-osx

github.com/PhilipTrauner/cmus-osx @v3.0.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release v3.0.4 ↗ · + Follow
38 symbols 203 edges 6 files 1 documented · 3%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

Core symbols most depended-on inside this repo

locate_cmus_base_path
called by 3
cmus_osx/util.py
remove_prefix
called by 2
cmus_osx/util.py
source_env_file
called by 2
cmus_osx/util.py
validate
called by 2
cmus_osx/env.py
check_prefix
called by 2
cmus_osx/env.py
build_env
called by 2
cmus_osx/env.py
get_cmus_instances
called by 2
cmus_osx/payload/media_keys.py
locate_editor
called by 1
cmus_osx/util.py

Shape

Function 18
Method 11
Class 9

Languages

Python100%

Modules by API surface

cmus_osx/env.py14 symbols
cmus_osx/util.py9 symbols
cmus_osx/payload/media_keys.py7 symbols
cmus_osx/__init__.py7 symbols
cmus_osx/payload/notify.py1 symbols

For agents

$ claude mcp add cmus-osx \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page