Combining all my work #1

Merged
kristy-fournier merged 10 commits from dev into main 2024-06-12 13:01:31 -04:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit bc823e2e60 - Show all commits

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Before After
Before After

View file

@ -11,7 +11,7 @@ The client is a web application that can be hosted on any server, it need not be
### Server Setup: ### Server Setup:
**Pre-setup:** If you want the songs to have art associated with them, it is all hosted on and retrieved from LastFM, and you will need to sign up for a developer app, and put your key in the database generator \ **Pre-setup:** If you want the songs to have art associated with them, it is all hosted on and retrieved from LastFM, and you will need to sign up for a developer app, and put your key in the database generator \
\ \
The server side consists of 3 files The server side consists of 3 files:
``` ```
sound/ sound/
@ -68,4 +68,5 @@ From left to right:
- Server IP allows you to change the ip that the site connects to - Server IP allows you to change the ip that the site connects to
- Alert time changes how long error/confirmation messages are shown for (Default 2s) - Alert time changes how long error/confirmation messages are shown for (Default 2s)
- Party Mode adds new songs to the queue when the queue has only 1 song in it - Party Mode adds new songs to the queue when the queue has only 1 song in it
- Volume controls the VLC volume of the connected server - Volume controls the VLC volume of the connected server
- *Because the volume can be controlled in the client, for best usage set your device volume as high as possible and turn it down using this slider*