dark mode setting added
This commit is contained in:
parent
fffe0a2022
commit
1a30a5a31a
2 changed files with 9 additions and 2 deletions
|
|
@ -53,6 +53,13 @@ changes visibility with JS-->
|
||||||
<div class="settings-mode" id="settings-mode">
|
<div class="settings-mode" id="settings-mode">
|
||||||
<div class="settings" id="settings">
|
<div class="settings" id="settings">
|
||||||
<h1 >Client Settings (Saved to device)</h1>
|
<h1 >Client Settings (Saved to device)</h1>
|
||||||
|
<!--
|
||||||
|
<div class="item">
|
||||||
|
<h2 for="darkmode-button">Dark Mode:</h2>
|
||||||
|
<p class="italic">opposite of light mode</p>
|
||||||
|
<button title="darkmode-button" id="darkmode-button">Off</button>
|
||||||
|
</div>
|
||||||
|
-->
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<h2 for="iptextbox">Server IP:</h2>
|
<h2 for="iptextbox">Server IP:</h2>
|
||||||
<p class="italic">IP of the device running the song server</p>
|
<p class="italic">IP of the device running the song server</p>
|
||||||
|
|
@ -65,7 +72,7 @@ changes visibility with JS-->
|
||||||
</div>
|
</div>
|
||||||
<h1>Server Settings (Saved to server)</h1>
|
<h1>Server Settings (Saved to server)</h1>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<h2 for="partymode-button">Party mode:</h2>
|
<h2 for="partymode-button">Party Mode:</h2>
|
||||||
<p class="italic">Add random songs to the queue when it is about to be empty</p>
|
<p class="italic">Add random songs to the queue when it is about to be empty</p>
|
||||||
<button title="partymode-button" id="partymode-button">N/A</button>
|
<button title="partymode-button" id="partymode-button">N/A</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
## Purpose
|
## 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. \
|
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. \
|
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
|
## Basic Setup
|
||||||
### Client 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.
|
The client is a web application that can be hosted on any server, it need not be the same device running the music player.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue