From 1a30a5a31a31e608341f909100065c713ab2a073 Mon Sep 17 00:00:00 2001 From: dylan-fournier <124598538+dylan-fournier@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:20:37 -0400 Subject: [PATCH] dark mode setting added --- Client/index.html | 9 ++++++++- readme.md | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Client/index.html b/Client/index.html index e9aee2f..ffda3ea 100644 --- a/Client/index.html +++ b/Client/index.html @@ -53,6 +53,13 @@ changes visibility with JS-->

Client Settings (Saved to device)

+

Server IP:

IP of the device running the song server

@@ -65,7 +72,7 @@ changes visibility with JS-->

Server Settings (Saved to server)

-

Party mode:

+

Party Mode:

Add random songs to the queue when it is about to be empty

diff --git a/readme.md b/readme.md index 910ff13..264631f 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ ## Purpose The **Party Jukebox** is a program that allows many people to add music, skip songs, play, and pause from any web device to the same device and playlist. \ This was created for a personal use case for parties, and is a simple, (mostly) functional solution to have a collective playlist for local mp3 files. \ -Main strenghts compared to doing something similar using Spotify are that you can limit the songs that can be played to your selection. Songs can be chosen, but only from a list +Main advantage compared to doing something similar using Spotify is that you can limit the songs that can be played to your selection. Songs can be chosen, but only from a list ## Basic Setup ### Client Setup: The client is a web application that can be hosted on any server, it need not be the same device running the music player.