Commit graph

91 commits

Author SHA1 Message Date
838789e687 I lied i added a bit to the wishlist 2026-01-21 16:03:29 -05:00
ded406abcd update wishlist 2026-01-21 16:00:47 -05:00
ab09058c3d Dark mode is working to a level where i am happy with it
Note: i did ask gemini for some help on this, but understand and still wrote everything out
2026-01-21 15:57:35 -05:00
d33ee77693 Moved the creation of the virtual table to the databasegenerator.py 2026-01-21 15:56:55 -05:00
758f399636 tab to songs and playlist items
this actually isnt accessible, but it is something to think about. I don't personally know anyone who needs tab navigation but i know it's good to have and use
2025-10-17 15:49:02 -04:00
7958b4e8bd made the search items not have text go out of the box 2025-10-17 15:44:10 -04:00
6ece2d3ea1 refactored, fixed mp3 length bug, added lossless tag to database 2025-10-17 15:32:19 -04:00
faac93b1f6 flac and wav support 2025-10-10 18:39:56 -04:00
86e3e9cce8 Rearranged and removed comments 2025-10-10 15:30:01 -04:00
b20f0ecad0 Client is now 100% hosted on the included files
no more web references (so you don't need internet access on a closed network)
2025-10-10 15:28:49 -04:00
dcfe7115fa Playlist items text is spaced not stupidly
Playlist Items look like not garbage now
I gave them a giant margin and forgot about it. should be good now
the item holders have padding instead for the edges
2025-10-07 16:36:06 -04:00
e08e9cbcca Fixed a bunch of bugs to make adminpass complete
also added a bunch of comments and a new item design (css) that i'm probably going to undo
2025-10-06 12:47:58 -04:00
d72320aae4 Renamed some dumb variables, started wishlist 2025-10-05 23:27:04 -04:00
0034708091
Merge pull request #5 from kristy-fournier/admin-mode
Admin mode
2025-10-05 09:06:34 -04:00
86fde79305 make VERY CLEAR the password feature is not secure 2025-10-05 09:04:24 -04:00
d24aca7f39 made very clear passwords are not secure 2025-10-05 09:02:48 -04:00
189cafd08a Readme update
Should be good to be pushed to main now
2025-10-03 19:03:49 -04:00
76971ea75e Done adding admin password
Just gotta do documentation
2025-10-03 18:51:12 -04:00
1733a485b4 99% done
also added some new comments and notes about future design changes
2025-10-03 17:26:12 -04:00
36c2286b41 Update readme.md 2025-10-03 15:32:14 -04:00
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