Squeezebox Now Playing is a a Dashing widget which which displays now playing information from a Logitech Squeezebox player.
Install the widget using dashing install 9714028
or do it manually:
Copy squeezebox.rb
to the '/jobs' directory. Create a folder called squeezebox
under /widgets
. Copy squeezebox.coffee
, squeezebox.html
and squeezebox.scss
into /widgets/squeezebox
.
Add the following code snippet to your dashboard .erb
file:
<li data-row="1" data-col="1" data-sizex="2" data-sizey="2">
<div data-id="now-playing" data-view="Squeezebox" data-title="Squeezebox"></div>
</li>
Edit the two constants at the beginning of squeezebox.rb
:
LMS_URL
: URL to your Squeebox Server (also known as Logitech Media Server). f.e.:http://myhomeserver:9000
SB_PLAYER_ID
: ID of the player, can be the IP address or the MAC address. This information can be found on the webinterface under "Settings".