-
Notifications
You must be signed in to change notification settings - Fork 76
11 Party Mode
CraigD edited this page May 11, 2024
·
2 revisions
As of version 3.0.0 this skin can be run in 'party' mode. In this mode is designed to allow your party guests to add tracks to the play queue, but to restrict other options. The list of restricted features is:
- Don't allow changing ratings
- Don't list local files when browsing
- Only allow adding tracks to the queue - disable replacing the queue
- Don't allow the queue to be re-ordered, tracks removed, or saved
- Don't allow playlists to be edited, deleted, or created
- Don't allow virtual libraries to be created
- Don't allow favourites to be created or edited
- Don't allow volume changes
- Don't allow prev/next tracks
- Don't allow changing repeat or shuffle
- Don't allow sleeping of players
- Don't allow access to player or server settings
- Don't allow access to synchronisation
- Don't allow access to power
To access 'party' mode you can either:
- Use the
?party
query parameter - e.g.http://SERVER:9000/material/?party
- Use
http://SERVER:9000/materialparty/
URL - Set LMS's default skin to
Material Skin (Party)
As suggested by d6jg on the LMS forums, you can use this mode using the following guide:
- Guests need to access your WiFi. Use QiFi to generate a QR code. Unlike other web resources that do this QiFi is entirely JS in your browser - i.e. you don’t send your SSID and WiFi password to some random web server.
- Open the URL from step 1 in Chrome. Then click the share icon (or the three dots on desktop) where there is an option to generate a QR code.
- Print the two QR codes out so your guests can use them!
To restrict Material to a single player you can add single&player=Name
or singe&player=ID
to the Material URL. e.g.
http://SERVER:9000/material/?party&single&player=Dining%20Room
http://SERVER:9000/materialparty/?single&player=Dining%20Room