UDJ-Server icon indicating copy to clipboard operation
UDJ-Server copied to clipboard

The Social Music Player!

Results 16 UDJ-Server issues
Sort by recently updated
recently updated
newest added

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.

Feature Request

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...

Badness

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.

Badness

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...

Feature Request

You need it. Sooner rather than later. It will be easier to work it into the app now then later.

Feature Request

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...

Feature Request

When a user requests a list of players to join, filter out any players the user is banned from.

Feature Request

We should have something analgous to [GET] /udj/0_6/players/player_id/available_music/artists/artist_name for albums.

Feature Request

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...

Feature Request