UDJ-Server
UDJ-Server copied to clipboard
The Social Music Player!
Hi, i'm getting following error under Windows 8 on Startup: ``` Explicitly setting server cas Doing auth request Got good auth reply Setting player state to playing Starting playlist auto...
When bad value is given for max_results on a URL like the one for recently played the server 500s. We should give an actual descriptive error.
For the Join Player player interaction method (`[PUT] /udj/0_6/players/player_id/users/user`), the `X-Udj-Forbidden-Reason` set to `player-full`. It seems that the standard for header values is to use underscores rather than dashes. This...
Header values like `begin-participating` and `sorting-algorithm` should be located in a single file so that they can be easily maintained and not repeated.
Right now there are no tests the confirm we return proper errors when a client attempts to change a players sorting algorithm to a nonexistent sorting algorithm. We should write...
You need it. Sooner rather than later. It will be easier to work it into the app now then later.
Kurtis- it'd be easy to implement a tiled interface for choosing a player, and I'd love to have an image for each player in that interface. Can you write something...
When a user requests a list of players to join, filter out any players the user is banned from.
We should have something analgous to [GET] /udj/0_6/players/player_id/available_music/artists/artist_name for albums.
Currently, when the server is polled for the current queue, it responds with the entire list of songs in the queue. This is costly for the server and the client...