/Playr

Primary LanguageJavaScript

#Playr

Look at the vNext Branch!

I'm not going to lie this is basically a rip off of play but writen in .net and using the Microsoft stack. It was a side project to learn new stuff when we, the Azure Portal Team, moved to a team room.

Playr Presentation

##Setup

  • Install iTunes
  • Make sure iTunes DJ is enabled & configured
  • In order to help keep your media organized it is highly recommended that you enable the "keep iTunes Media Folder organized" setting. If you choose not to do this uploaded file names with be random GUIDs.
  • Build and run Playr.Api Console Application (Needs to be run as an admin)
  • Be default Server is running at http://localhost:5555 and the signalr notification service is running on http://localhost:5554
  • Navigate to whatever port Playr.Web is running on and start enjoying

##API Endpoints

/pause PUT
/play PUT
/playpause PUT
/next POST
/previous POST
/volume/up POST
/volume/down POST
/current GET
/queue GET
/queue/{id} POST
/songs/{id}/download GET
/songs/{id}/artwork GET
/songs/{id}/favorite PUT
/songs/{id}/favorite DELETE
/albums/{name}/download GET
/upload POST
/say POST
/users/register POST
/users/{email} GET
/users/{email}/token PUT
/artists/{name} GET
/artists/{name}/{file} GET

Screenshots

Main Page

License

WTFPL

###Special Thanks

to Black Raven, where most of this app was coded, to my lovely wife to be for understanding my desire to work on side projects, and to all the folks, too numerous to list, who have helped get bits and pieces working.