Skip to content

Anthony-Maxwell1/spotify-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

3D printed files for stand inclusive of esp32 knob coming soon!

A spotify controller. Pages are mainly oriented around iPhone 8 size, however should work for larger/smaller screens.

Features:

  • No spotify premium required. Works through spicetify.
  • Setup script, no technical knowledge required.
  • Play, pause, skip.
  • Play from album
  • Discover, play playlists or search for artists/songs/albums/playlists.
  • Like/unlike songs
  • Up next view
  • Themes (mostly broken themes, to be fixed. Main theme is good though)
  • Extra esp32 knob!

Prerequisites:

Installation:

Run the following command. python -c "import os, subprocess, sys, platform; subprocess.check_call([sys.executable,'-m','venv','venv']); py=os.path.join('venv','Scripts' if os.name=='nt' else 'bin','python'); subprocess.check_call([py,'-m','pip','install','-r','requirements.txt']); subprocess.check_call([os.path.join('setup','windows.bat' if os.name=='nt' else 'linux.sh')], shell=True)"

And run spicetify apply to finalise the changes.

Screenshot_20260417_192540 Screenshot_20260417_192624 Screenshot_20260417_192646

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors