Go to file
Stein Ivar Berghei b770f341d0 Update go.mod/sum 2022-11-28 14:27:05 +01:00
css Handle touch input in chrome mobile 2022-11-22 08:31:44 +01:00
ffmpeg Sometimes brain no work.. 2022-11-20 23:36:14 +01:00
loop Initial commit 2022-11-19 16:51:01 +01:00
opus Add opus streamer used in new ambiance 2022-11-28 00:42:51 +01:00
speaker Make sure the mpd fifo doesnt block and don't send silence over the udp connection. 2022-11-28 10:52:23 +01:00
src Handle ambiance somewhat differently. 2022-11-28 00:40:35 +01:00
tmpl Handle ambiance somewhat differently. 2022-11-28 00:40:35 +01:00
.gitignore Add makefile, clean up some docker stuff 2022-11-21 00:37:49 +01:00
Dockerfile move everything into public instead of src/public 2022-11-21 12:26:33 +01:00
Makefile Have the Makefile rebuild when go.mod/sum changes 2022-11-23 08:39:41 +01:00
ambiance.go Handle ambiance somewhat differently. 2022-11-28 00:40:35 +01:00
bot.go Add mutex and context for better playlist handling 2022-11-28 14:02:17 +01:00
db.go Remove some debug log output 2022-11-23 23:30:40 +01:00
discord.go Give an error if the speaker doesnt init correctly 2022-11-23 10:26:07 +01:00
events.go Add mutex and context for better playlist handling 2022-11-28 14:02:17 +01:00
go.mod Update go.mod/sum 2022-11-28 14:27:05 +01:00
go.sum Update go.mod/sum 2022-11-28 14:27:05 +01:00
mpd.go Remove troubleshooting code 2022-11-28 14:02:38 +01:00
queue.go Handle ambiance somewhat differently. 2022-11-28 00:40:35 +01:00
routes.go Handle ambiance somewhat differently. 2022-11-28 00:40:35 +01:00
ws.go Handle ambiance somewhat differently. 2022-11-28 00:40:35 +01:00
youtube.go Fix youtube api paging 2022-11-22 08:31:44 +01:00
ytdl.go Handle ambiance somewhat differently. 2022-11-28 00:40:35 +01:00