Commit graph

71 commits

Author SHA1 Message Date
1910b30acc everything but the auto-updating settings should be working
and also skipping isnt working on the playlist page
2025-07-18 20:13:18 -04:00
f41255e456 added server side password verification to everything that needs it 2025-07-18 19:21:21 -04:00
d110657d8f Added base of password system and check for adding a song 2025-07-18 18:31:46 -04:00
ea0380e3eb changed a for loop to fix for testing 2025-07-18 18:31:22 -04:00
26e8e93785 Fixed adminperms labels 2025-07-18 18:31:02 -04:00
a291e4626a added options 2025-07-12 22:09:18 -04:00
9c35196867
Merge pull request #4 from kristy-fournier/sqlite
Complete backend redesign to using SQLite
2025-07-06 14:00:53 -04:00
824bbdea45 added new file format for artist/song info 2025-07-06 13:55:30 -04:00
776ebbbd34 soundlocation is used for the file playing 2025-07-06 13:42:31 -04:00
d63847761c Fixes to partymode and playlist retrival 2025-07-06 13:16:12 -04:00
2d26d0d63a change readme for new database 2025-07-06 12:50:31 -04:00
ea183794c1 SQLite is Completely done, json is not used at all anymore 2025-07-06 12:46:01 -04:00
488f426d02 The database generator can make a functional SQLite database 2025-07-01 21:08:56 -04:00
d5481cbc57 Added AGPLv3 reference to the actual web app to make it compliant i think
if anyone actually knows how this liscense works please do a PR
2025-03-27 16:15:54 -04:00
fc49e710ee Add AGPL3 license 2025-03-25 15:30:12 -04:00
152325c9ed Update readme.md 2025-03-11 10:31:51 -04:00
a7c9f8ec4b updated manifest for PWA
solved some more issues, added some more issues, you know how it goes
2025-03-11 10:10:07 -04:00
0f81492332 Removed a comment for an issue i fixed 2025-03-10 13:42:38 -04:00
3e770fe66d added a colon 2025-03-10 12:55:38 -04:00
058d1a9a3c Not defaulting to new mode 2025-03-10 12:40:38 -04:00
3bb92bfc73
Merge pull request #3 from kristy-fournier/dev
Update mode working again
2025-03-10 10:33:05 -04:00
83fbdc7658 Update mode back to working, non mp3's are not added to the database 2025-03-10 10:32:27 -04:00
44bd5dc481 Remove "update" database mode temporarily 2025-03-10 10:05:07 -04:00
247c684b58 bleh 2025-03-10 10:01:40 -04:00
49c1b0bf25 trying to fix deleteymode, work in progress 2025-03-07 21:33:05 -05:00
49d50462ab made the qrcode generator a function
its now called when the ip is changed too, so you don't need to refresh
2025-03-06 11:24:06 -05:00
7505bc28d3 Volume cannot be changed when player isn't playing 2025-03-06 10:45:51 -05:00
48d4577c53 made a few more items per line visible on desktop 2025-03-06 10:22:12 -05:00
42e78ca977 Empty search error displayed 2025-03-06 10:14:17 -05:00
dfc068abf3
Merge pull request #2 from kristy-fournier/dev
Completely redid database layout
2025-03-05 15:50:35 -05:00
018fc7579d changed some prints 2025-03-05 15:50:14 -05:00
b0c1fa979f removed some unnecesary console logs 2025-03-05 15:37:32 -05:00
03bb059558 Fixed the freaking bug in ordering
i went from array, to json, to realising json can't have duplicates, to now converting the json back to an array (with the help of chatgpt D: )
Its fine though it works now
2025-03-05 15:34:28 -05:00
cf8796a3a1 Playlist mode, adding songs work in new format 2025-03-05 15:18:05 -05:00
9a3008b29e Update readme to match new generator use 2025-03-05 11:15:33 -05:00
968d30897e New JSON layout 2025-03-05 11:07:55 -05:00
f23ddc79ca added new minor details 2025-03-03 10:37:07 -05:00
44fcd881fc Changed error message 2025-03-03 10:17:42 -05:00
072d04930a fixed a bug in the client js 2025-01-21 20:41:47 -05:00
bdcb955165 dark mode testing 2025-01-19 19:14:18 -05:00
b1f1a38748 Finally
Changing the settings on mobile actually  works as intended
also other rearranging of the backend or whatever
2025-01-19 11:16:54 -05:00
1802ec3b79 renamed a variable
also crashing out in the comments
2025-01-15 11:19:44 -05:00
7c580b7bef tons of comment updates
probaby gonna make some incompatible changes soon to the format of the songDatabase
2024-11-27 17:21:39 -05:00
da423f49aa just updating some comments 2024-11-27 15:59:30 -05:00
39ed9fb5cb Update readme.md 2024-11-09 00:08:26 -05:00
fc12e5e1d1 Update readme.md
changed my mind on some wording
2024-11-08 23:18:40 -05:00
dc0cfd80a0 I made the directory where the mp3 files are a variable, so they can be stored on an external drive for example 2024-11-08 23:15:37 -05:00
5f4e2365a2 added comment 2024-10-22 13:18:08 -04:00
c6d457efbf added qrcode generator in settings 2024-10-17 16:26:17 -04:00
9a9e54f4b9 Update readme.md
added --port option to the server section
2024-10-17 15:52:05 -04:00