Skip to content
forked from k3an3/isetunes

Mopidy web frontend in Flask with authentication, allowing users to request and vote on songs

License

Notifications You must be signed in to change notification settings

ISEAGE-ISU/isetunes

 
 

Repository files navigation

isetunes

Web frontend for any music player, using Python3.6/Flask with authentication, allowing users to request and vote on songs. Supports whatever backend and music service you're willing to write the API calls for.

To run, you will need to install mopidy and the mopidy-spotify extension. (This can run on a separate host). Once those are installed, add the following to ~/.config/mopidy/mopidy.conf. Consult the internet for ways of finding these values (Spotify changes this semi regularly for.... reasons)

[spotify]
username = 
password = 
client_id = 
client_secret = 

About

Mopidy web frontend in Flask with authentication, allowing users to request and vote on songs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.5%
  • HTML 20.5%
  • JavaScript 14.8%
  • CSS 0.2%