Skip to content

Web ui

Veda Heard requested to merge web-ui into master

Added a web UI

  • Basic Song Browser
  • Plays songs
  • Can control other players TODOs:
  • Re-aranging songs in the song queue
  • Deleting songs in the song queue
  • Exact timestamp for song playing
  • Media keys support
  • Gapless playback
  • Syncplay support
  • Proper login screen

Additionally, the server has had changes:

  • Implemented a build.rs to compile and bundle the client
  • The server now include_bytes! the client, which will make it ~2MB bigger
  • The api key has been completely removed from the server

Merge request reports