multi player / per user playing and translation

This commit is contained in:
2026-08-28 16:53:05 +02:00
parent 2743dfb4c0
commit e10f2cf7d7
17 changed files with 1432 additions and 482 deletions
+6
View File
@@ -4,6 +4,8 @@ port=8080
[player]
dlna-port=8734
; Set to false when the server itself must not appear as an audio output.
local-output=true
[libraries]
; muziek=D:\Muziek
@@ -22,4 +24,8 @@ session-seconds=604800
[users]
; Generate a hash with (make-password-hash "a long password") from
; rkt-web-player/users. Authentication is disabled while this section is empty.
; you can also run racket -e "(require \"set-user.rkt\") (set-user)" from the
; directory where the rkt-web-player.ini file resides.
;
; hans=$argon2id$v=19$m=19456,t=2,p=1$...
;