spotify2lcd (for LCD Smartie)
Latest version: v1.0.1
Displays the name of the current playing music from Spotify.
REQUIREMENTS:
- LCD Smartie (>= 5.3 beta 3)
- Spotify (the actual program, not just the web app)
USAGE:
Unzip the download file below into the “plugins” directory of LCD Smartie and then…
$dll(spotify2lcd,1,[full/artist/track (0/1/2)],0)
The first parameter is always 1, the last is always 0.
Set the second parameter to 0 to display the full “Artst – Track Name” info.
Set to 1 to display just the artist. “Artist”
Set to 2 to display just the track name. “Track Name”
EXAMPLE:
$dll(spotify2lcd,1,0,0)
$dll(spotify2lcd,1,1,0)
$dll(spotify2lcd,1,2,0)
Yields:
Artist – Track Name
Artist
Track Name
CHANGELOG:
v1.0 – Initial release
v1.0.1 – Fixed a bug with artists that have “-” in their name.