Web ui
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