I want to write a small app which would allow users to request songs to be played. For example, I host a party and I have a local stash of mp3 songs, my friends will be able to visit the app on wifi and select a song which will be added to the playlist. Now, sounds to me like I would need to have a music server with an API so I can send requests from the Meteor clients (probably just a web interface, not sure yet).
Do you guys have any suggestions for such a music server? Would be nice to have features like: read the playlist, add songs, etc
some googlieness should help bubble up some options. there are loads of media servers with API hooks for automation out there…in addition to more ‘full flavor’ media servers like XMBC (which apparently was renamed to Kodi)