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.
- 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!
- Spicetify
- Python installed.
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.