nodeplayer-plugin-partyplay
v0.2.0
Published
web-based party playlist manager for nodeplayer
Downloads
5
Readme
nodeplayer-plugin-partyplay
Web-based party playlist manager for nodeplayer
Setup
- Enable the
partyplay
module afterexpress
,socketio
andrest
incore.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/partyplay
or if you're usingsetAsRoot
in theplugin-partyplay.json
config 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