No description
Find a file
2025-02-18 08:51:02 +02:00
__pycache__ asf 2025-01-20 00:05:29 +02:00
templates asf 2025-01-18 21:36:13 +02:00
.cache asf 2025-01-20 00:05:29 +02:00
.env fuck nvm 2025-01-18 21:14:49 +02:00
app.py asf 2025-01-20 00:05:29 +02:00
LICENSE Create LICENSE 2025-02-17 21:21:38 +02:00
README.md Update README.md 2025-02-18 08:51:02 +02:00
requirements.txt s 2025-01-18 20:20:55 +02:00
run.bat s 2025-01-18 20:20:55 +02:00

Queue

this repository hosts the source code of my spotify queue manager application at music.prigoana.com

Roadmap

  • Switch to actual WSGI server
  • Improve front-end
  • add lastfm integration
  • add next/previous track and pause/resume

Deployment

NOTE: This won't work for you if you don't have Spotify Premium.

Download and extract the repository, open it, and replace the Spotify Client ID and Secret in .env with your own. You can generate your own [here] (https://developer.spotify.com/dashboard/).

install requirements using
pip install -r requirements.txt
then
python app.py

Usage

Play a track or playlist on the account associated with your API key, then on the web app and add tracks to queue there.