blucli

Control Bluesound/NAD players via BluCLI for discovery, playback, grouping, and volume.

1|1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/kelinfoxy/EZ-Homelab --skill blucli-kelinfoxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blucli
Source: https://github.com/kelinfoxy/EZ-Homelab/tree/main/docker-compose/ez-assistant/skills/blucli
Command: npx skills add https://github.com/kelinfoxy/EZ-Homelab --skill blucli-kelinfoxy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and simplifies controlling Bluesound/NAD players from the command line, replacing scattered apps with a single, scriptable interface.

Core Features & Use Cases

  • Device discovery and listing
  • Playback control (play, pause, stop)
  • Grouping and multi-room synchronization
  • Volume status and adjustment

Quick Start

Install blucli and run blu devices to discover targets, then control playback with blu play on your chosen device.

Frequently Asked Questions about blucli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I control Bluesound players from the command line?

To control Bluesound playback from the command line, run blu devices to discover targets, then execute commands like blu play, pause, or stop on your chosen device for direct playback management.

Can I automate multi-room grouping for Bluesound devices via CLI?

Yes, you can automate multi-room grouping for Bluesound devices via CLI by executing grouping operations that synchronize multiple players across targets within your home-automation scripts.

Do I need any prerequisites to use a CLI for Bluesound home-automation?

Yes, using a CLI for Bluesound home-automation requires the blu executable to be installed and accessible in your system PATH before you can execute discovery, playback, or volume commands.

Does Bluesound CLI playback control support JSON output?

Yes, Bluesound CLI playback control supports optional JSON output when available, allowing you to parse device status and playback queries programmatically within your automation workflows.

What is the best way to script volume management across multiple Bluesound players?

The best way to script volume management across multiple Bluesound players is using a unified CLI that targets devices individually or in groups, replacing scattered apps with a single command interface.