SwagLyrics / SwagLyrics-For-Spotify

📃 Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later. Very fast.
https://pypi.org/project/swaglyrics/
MIT License
316 stars 35 forks source link

Run webserver on 0.0.0.0 #2880

Closed ssamjh closed 2 years ago

ssamjh commented 2 years ago

This is a simple fix to allow webserver access from other devices on the network.

I did have the idea of allowing the IP and port to be set via command line but I don't know python well enough. Another idea I had was to add a headless toggle, meaning it would not open the browser on launch if the toggle was turned on.