Skip to content

aldemira/spotifyhifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A threaded, raspberrypi based lcdmanager. Catches librespot events and displays them on a 2x16 LCD.

Only dependencies are python-daemon, and library files from https://github.com/lyz508/python-i2c-lcd (Which requires python3-smbus2)

Place LCD.py and utils.py under lib directory. Adjust paths in lcdmanager.py

This project requires a Spotify api account. Get client secret and id and add then to a config file as

   { 
      "client_id": "slkdsdlkjflsd",
      "client_secret": "dlkfjdljfldjfd"
   }

under conf directory

Releases

No releases published

Packages

No packages published