Skip to content

LabyStudio/spotify-addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Addon

A module to display the currently playing Spotify song.

It will show the track cover, track title and artist with progress on top of the image.
You can hover with your mouse over the image to extend the module with a detailed progress bar and control buttons.

This addon uses the java-spotify-api to access the Spotify data.

Supported features:

  • Track title & artist
  • Track progress & length
  • Playing state
  • Track cover
  • Previous song, play/pause & next song buttons

Supports Windows and macOS

Preview

Lyrics

This addon has an additional module that displays the lyrics to the song.

The currently supported lyrics sources are

Preview

Installation

This addon requires the core application DesktopModules

You can download the addon jar file here
Put the built jar file into the following directory: C:/Users/<name>/AppData/Roaming/DesktopModules/addons/
And then you are ready to launch the core application.

Run in IDE

Launch the main class StartSpotify