Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Client-Server communcation protocol #2

Open
4 of 6 tasks
tbrockman opened this issue Oct 8, 2018 · 0 comments
Open
4 of 6 tasks

Client-Server communcation protocol #2

tbrockman opened this issue Oct 8, 2018 · 0 comments

Comments

@tbrockman
Copy link
Owner

tbrockman commented Oct 8, 2018

Features

- [x] Add an additional part in the protocol where the server sends newly connected clients the song queue

  • Fix bug where queue immediately plays next song upon sending to new clients
  • Paginate the queue returned, scroll to request more from server AND/OR remove sending of album art from server to clients when sending "add" event
  • Include a start-up message from server to client sending the currently playing song information, including songs current play time
  • Implement pause and resume messages for currently playing state changes
  • Remove sending any album art from either server or client, can't trust that images sent from either side are correct and leads to sending more data than necessary.
  • Improve protocol to include password verification on initiation
@tbrockman tbrockman reopened this Feb 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant