deepakg / spotify_collage

A Python GUI app to make album art collages from Spotify playlist URIs
3 stars 0 forks source link

Any chance of updating to support new playlist URL format? #1

Open jeremymeyers opened 2 years ago

jeremymeyers commented 2 years ago

as above

deepakg commented 2 years ago

Could you please try a new tool I launched today instead: https://github.com/deepakg/spotify_collage_maker

Moving away from BimPy to a web-based version that uses Flask and HTML Canvas to get the job done.

jeremymeyers commented 2 years ago

Yup, trying and getting a flask error about running in a production environment. Do i need some other kind of wrapper or web server thing?

" * Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.

Error: While importing 'app', an ImportError was raised."

deepakg commented 2 years ago

Nope, the web server is not the problem here. You are missing some dependencies. I've updated the repository's README.md with instructions on how you could install them on your machine or use Docker to run the app.