0.2.0 • Published 11 years ago
nodeplayer-plugin-partyplay v0.2.0
nodeplayer-plugin-partyplay
Web-based party playlist manager for nodeplayer
Setup
- Enable the
partyplaymodule afterexpress,socketioandrestincore.json - It is highly advicable to setup the plugin-verifymac module to prevent clients from tampering with song data
- Partyplay can be accessed from
http(s)://yourdomain/partyplayor if you're usingsetAsRootin theplugin-partyplay.jsonconfig file:http(s)://yourdomain - Additionally, read the below notes on REST API paths
Custom REST API paths
The partyplay module adds the following custom REST API paths, make sure they are publicly accessible (they should be unless you've configured otherwise):
/api/partyplay/append- custom song queueing that only allows appending song to end of queue/api/partyplay/vote- API path for song votes
Additionally, make sure the following REST API paths are publicly accessible
(ie. if you have enabled the plugin-passport module, remove them from protectedPaths in
the plugin-passport.json config file):
/search