Skip to content
forked from ryanwa18/spotipi

Displays current song's cover art on 32x32 or 64x64 led matrix

License

Notifications You must be signed in to change notification settings

SitrucL/spotipi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotipi

Overview

This project is to display information on 32x32 led matrix from the Spotify web api.

Getting Started

  • Create a new application within the Spotify developer dashboard
  • Edit the settings of the application within the dashboard.
  • First step is to ssh to your raspberry pi to clone the repository
  • Install python and pip
sudo apt install python3-pip
  • Next go ahead and change into the directory using
cd spotipi
  • Install the software:
cd spotipi
sudo bash setup.sh
  • Edit settings on the web app:
navigate to http://<raspberrypi_hostname or ip_address> within a web browser

Useful commands

Restart spotipi service

sudo service spotipi restart

Tail the logs

systemctl status spotipi -f

Alternative to the previous command

journalctl -u spotipi.service -f

About

Displays current song's cover art on 32x32 or 64x64 led matrix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 42.9%
  • HTML 33.7%
  • Shell 23.2%
  • CSS 0.2%