Combining all my work #1
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" id="settings">
|
||||
<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">
|
||||
<h2 for="iptextbox">Server IP:</h2>
|
||||
<p class="italic">IP of the device running the song server</p>
|
||||
|
|
@ -65,7 +72,7 @@ changes visibility with JS-->
|
|||
</div>
|
||||
<h1>Server Settings (Saved to server)</h1>
|
||||
<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>
|
||||
<button title="partymode-button" id="partymode-button">N/A</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue