Skip to content

Node.JS module to update an LCD display when the Sonos track changes

Notifications You must be signed in to change notification settings

Rocketeer007/sonos-lcdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonos-LCDd

Sonos-LCDd is a Node.JS module that automatically displays the currently playing track on all local Sonos devices on an LCD display managed by LCDd

Installation

First install and configure LCDproc, and get it working with your LCD display

Install latest via source

$ git clone https://github.com/Rocketeer007/sonos-lcdd.git
$ cd sonos-lcdd
$ npm install

Example usage

$ node index.js

Searching for Sonos devices on network...
Found: Kitchen (@192.168.1.70:1400)
Successfully subscribed, with subscription id uuid:RINCON_B8E937B336B001400_sub0000002317
Now PAUSED_PLAYBACK
        Track: Mr. Brightside / The Killers / Hot Fuss (International Version Ecopac)
        Radio: Muse Radio /  /

Development

$ git clone https://github.com/Rocketeer007/sonos-lcdd.git
$ cd sonos-lcdd
$ npm install
$ node index.js

Internally, Sonos-LCDd is a thin wrapper around the node-lcdd and node-sonos packages.

Changelog

See CHANGELOG.md

About

Node.JS module to update an LCD display when the Sonos track changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published