|
db02047268
|
Now lastPlayedCache's initial capacity is not hardcoded to 10. And it will be filled slowly, instead of initial read of last N songs from a playlist.log.
|
2023-03-12 02:19:07 +04:00 |
|
|
47e3ff37ba
|
Reduced bufferSize because 16KiB is more than enough for a max of 10 songs.
|
2023-03-12 02:16:55 +04:00 |
|
|
38f995302d
|
Added optional dependencies to PKGBUILD.
|
2023-03-12 01:28:34 +04:00 |
|
|
71bbcd1edc
|
Set normalization to its current values, only threshold was changed from -75. to -40..
|
2023-03-12 01:03:46 +04:00 |
|
|
e4ca8e424d
|
Change go version back to 1.17 what the program was initially made with.
|
2023-03-12 01:01:37 +04:00 |
|
|
6424702375
|
Do not keep bin dir since it is being created at compile time.
|
2023-03-12 00:58:59 +04:00 |
|
|
970fd2bb6a
|
Version up to 23.8.1.
|
2023-02-25 14:53:54 +04:00 |
|
|
9a27077d55
|
Made use of replaygain and tweaked normalization, so my radio must become louder.
|
2023-02-25 14:53:31 +04:00 |
|
|
0db75f30a2
|
Version up to 23.8.0.
|
2023-02-23 17:49:59 +04:00 |
|
|
83cdc222c7
|
Change arav.top to arav.su.
|
2023-02-23 17:49:01 +04:00 |
|
|
edfcb9526b
|
Fixed MIME type to text/html.
|
2023-02-19 22:26:25 +04:00 |
|
|
0339ce27f6
|
Check if jade compiler installed in PKGBUILD.
|
2023-02-19 22:08:55 +04:00 |
|
|
4ef674dcb7
|
Upped go version to 1.20 in go.mod.
|
2023-02-19 21:49:19 +04:00 |
|
|
297b8d5985
|
Removed ability to set out name for filelist.html.
|
2023-02-19 21:42:21 +04:00 |
|
|
77183bb14e
|
Added Content-Type header for filelist.
|
2023-02-19 21:41:58 +04:00 |
|
|
e58b44191d
|
Removed robots.txt file.
|
2023-02-19 21:37:38 +04:00 |
|
|
3dc2380e09
|
Comment out Onion-Location header in nginx.conf.
|
2023-02-19 21:24:56 +04:00 |
|
|
7ffc108b11
|
Removed robots.txt endpoint from nginx.conf.
|
2023-02-19 21:23:38 +04:00 |
|
|
aa0d818488
|
Added robots.txt endpoint.
|
2023-02-19 21:22:56 +04:00 |
|
|
182a4c02c9
|
Added reading of filelist.html file from disk.
|
2023-02-19 21:18:36 +04:00 |
|
|
cac1ad56fb
|
Eliminated systemd dir in an init dir.
|
2023-02-19 20:29:42 +04:00 |
|
|
90d683f424
|
Added install-jade target to install a standalone jade compiler. And added installing of a dwelling-radioctl script.
|
2023-02-19 20:22:41 +04:00 |
|
|
4c74b45c58
|
Version up to 23.7.0.
|
2023-02-19 20:21:39 +04:00 |
|
|
44080a8a66
|
Added a helper bash script for radio.
|
2023-02-19 20:21:05 +04:00 |
|
|
fb6ab57a29
|
Changed fallback song format to ogg.
|
2023-02-19 20:19:58 +04:00 |
|
|
c7894bd472
|
Added go generate in Makefile.
|
2023-02-07 03:17:16 +04:00 |
|
|
bd35189caa
|
Updated a year in a template.
|
2023-02-07 02:54:30 +04:00 |
|
|
6d26d695ec
|
Pass ListLastNSongs to an Index template in handlers.go.
|
2023-02-07 02:46:10 +04:00 |
|
|
ac3e2b8e92
|
Updated go:generate statement in web.go.
|
2023-02-07 02:45:40 +04:00 |
|
|
97294bd9f0
|
index.jade was changed to index.pug because... Why not? :)
|
2023-02-07 02:44:31 +04:00 |
|
|
dde372fd5d
|
Pass number of last songs to a template.
|
2023-02-07 02:37:30 +04:00 |
|
|
39486e7cf0
|
Removed section for the most listened song.
|
2023-02-07 02:37:08 +04:00 |
|
|
9e72a59fba
|
Don't store generated index.pug.go.
|
2023-02-07 02:35:10 +04:00 |
|
|
c18c52e839
|
Changed imports in main.go.
|
2023-02-07 02:32:34 +04:00 |
|
|
c1296cb7c5
|
Use new internal/http package.
|
2023-02-07 02:31:57 +04:00 |
|
|
ca8613745f
|
First check if a unix socket used and only then defer a removing of it.
|
2023-02-07 02:31:30 +04:00 |
|
|
3eb739bc28
|
LoadConfiguration() changed to Load() in main.go.
|
2023-02-07 02:30:31 +04:00 |
|
|
dc8ec51530
|
Func LoadConfiguration() was renamed to Load(). Added a comment for it. Edited a comment for SplitNetworkAddress() func.
|
2023-02-07 02:29:45 +04:00 |
|
|
bde8a59a31
|
Removed a comment for type Configuration that was from httpprocprobed service.
|
2023-02-07 02:28:54 +04:00 |
|
|
37643156fe
|
pkg/logging package was removed.
|
2023-02-07 02:27:57 +04:00 |
|
|
7c5e1465af
|
handlers moved to internal/http. Logging changed to std log. Type RadioHandlers renamed to Handlers.
|
2023-02-07 02:27:30 +04:00 |
|
|
91329ceaec
|
Server moved to internal/http.
|
2023-02-07 02:26:10 +04:00 |
|
|
af40ccfd2c
|
r.sock changed to sock in nginx.conf.
|
2023-02-07 02:25:18 +04:00 |
|
|
0ff8f4310e
|
r.sock changed to sock.
|
2023-02-07 02:24:58 +04:00 |
|
|
192fa0d58f
|
Removed ToStdout option from Configuration.
|
2023-02-07 02:24:44 +04:00 |
|
|
98786e6964
|
Ver. -> ver.
|
2023-02-07 02:23:41 +04:00 |
|
|
0bb2cf9a08
|
Removed log-stdout flag. Ditched self-made logging.
|
2023-02-07 02:23:04 +04:00 |
|
|
8db8086c58
|
Updated version number to 23.6.0.
|
2023-02-07 02:17:36 +04:00 |
|
|
62aef657a8
|
Version updated.
|
2022-09-21 04:57:13 +04:00 |
|
|
7e83be82cb
|
Calculate offset for ReadAt() instead of using Seek().
Fixed going out of bounds.
|
2022-09-21 04:56:06 +04:00 |
|