No description
Find a file
Chandler Swift 9bb7f8d147
Turn off barcode reader after 15m timeout
A future enhancement would be to make sure it only times out 15m after
an album is done playing (possibly by ignoring signals while an album is
playing, and then at the end of the album set the timer again?) but that
wasn't something I've implemented yet.
2026-02-18 20:38:34 -06:00
server Remove /dist/ prefix from served files 2026-02-12 15:29:24 -06:00
src Turn off barcode reader after 15m timeout 2026-02-18 20:38:34 -06:00
.env.example Add .env file 2026-02-11 19:35:20 -06:00
.envrc Add .envrc 2026-01-31 12:32:00 -06:00
.gitignore Add go server 2026-02-12 00:09:06 -06:00
eslint.config.js Add new React app 2026-01-18 20:53:55 -06:00
index.html Make script link relative 2026-02-10 22:19:06 -06:00
LICENSE Add AGPLv3 license 2026-01-19 15:35:27 -06:00
Makefile Fix makefile 2026-02-12 16:35:04 -06:00
package-lock.json Remove subsonic-api package 2026-01-19 23:17:01 -06:00
package.json Remove subsonic-api package 2026-01-19 23:17:01 -06:00
shell.nix Add Makefile 2026-02-11 19:36:36 -06:00
tsconfig.app.json Add new React app 2026-01-18 20:53:55 -06:00
tsconfig.json Add new React app 2026-01-18 20:53:55 -06:00
tsconfig.node.json Add new React app 2026-01-18 20:53:55 -06:00
vite.config.ts Add new React app 2026-01-18 20:53:55 -06:00