npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@sovpro/cl-heos

v1.1.4

Published

A command-line utility to command a HEOS device

Downloads

13

Readme

CL-HEOS

A command-line utility to command a HEOS device.

npm i -g @sovpro/cl-heos

cl-heos --help

Usage: cl-heos <command> <params...>
       cl-heos --help [<command>] | <command> --help

       required: --host or set HEOS_HOST in environment
       optional: --port or set HEOS_PORT in environment
                 --limit-props prop [...prop]

       Tip: Set CL_HEOS_<parameter name> in environment to set a default
            example: export CL_HEOS_RANGE=0,4 # sets default for: --range
                     export CL_HEOS_PID=123456789 # sets default for: --pid

       cl-heos get-players

       cl-heos get-player-info --pid ..

       cl-heos get-play-state --pid ..

       cl-heos set-play-state --pid .. --state ..

       cl-heos get-now-playing-media --pid ..

       cl-heos get-volume --pid ..

       cl-heos set-volume --pid .. --level ..

       cl-heos volume-up --pid .. --step ..

       cl-heos volume-down --pid .. --step ..

       cl-heos get-mute --pid ..

       cl-heos set-mute --pid .. --state ..

       cl-heos toggle-mute --pid ..

       cl-heos get-play-mode --pid ..

       cl-heos set-play-mode --pid .. --repeat .. --shuffle ..

       cl-heos get-queue --pid .. --range ..

       cl-heos play-queue-item --pid .. --qid ..

       cl-heos remove-from-queue --pid .. --qid ..

       cl-heos save-queue --pid .. --name ..

       cl-heos clear-queue --pid ..

       cl-heos move-queue-item --pid .. --sqid .. --dqid ..

       cl-heos play-next --pid ..

       cl-heos play-previous --pid ..

       cl-heos get-music-sources

       cl-heos get-source-info --sid ..

       cl-heos browse-source --sid .. --range ..

       cl-heos browse-source-containers --sid .. --cid .. --range ..

       cl-heos get-source-search-criteria --sid ..

       cl-heos browse-search --sid .. --search .. --scid .. --range ..

       cl-heos play-station --sid .. --cid .. --mid .. --pid .. --name ..

       cl-heos play-preset-station --pid .. --preset ..

       cl-heos play-input-source --pid .. --input ..

       cl-heos play-input-source-from --pid .. --spid .. --input ..

       cl-heos play-url --pid .. --url ..

       cl-heos add-container-to-queue --sid .. --cid .. --aid .. --pid ..

       cl-heos add-track-to-queue --sid .. --cid .. --mid .. --aid .. --pid ..

       cl-heos get-heos-playlists --range ..

       cl-heos get-heos-favorites --range --

       cl-heos rename-heos-playlist --sid .. --cid .. --name ..

       cl-heos delete-heos-playlist --sid .. --cid ..

       cl-heos get-heos-history --type .. --range ..

       cl-heos retrieve-metadata --sid .. --cid ..

       cl-heos set-service-option --sid .. --option .. --pid ..

Links

Notice

This unsponsored software is provided, subject to a MIT license, unofficially and independently of Sound United, LLC, its affiliates, subsidiaries and brands (such as HEOS, Denon and any such not listed here).