|
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 |
|
|
52e5f1be55
|
In playlist wrote a full name Yggdrasil instead of just Ygg.
|
2022-09-19 01:59:01 +04:00 |
|
|
f631fdfa7c
|
Playlist log watcher was made into a struct.
|
2022-09-19 01:55:09 +04:00 |
|
|
3727f44381
|
lastPlayedSongs changed to icecastLastPlayedSongs. playlistFired changed to playlistChanged.
|
2022-09-19 01:37:47 +04:00 |
|
|
a7d91dc92e
|
Reflect the changes in main.go.
|
2022-09-19 01:33:52 +04:00 |
|
|
e8e3570a8f
|
Liquidsoap code moved to radio package. ErrNotRunning -> ErrLiquidsoapNotRunning.
|
2022-09-19 01:32:23 +04:00 |
|
|
73fc9861fd
|
Renamed Song() method to more clear name SongName().
|
2022-08-31 00:52:50 +04:00 |
|
|
fb891c5603
|
Removed unused run and clean targets from a Makefile.
|
2022-08-31 00:50:01 +04:00 |
|
|
025bc6509c
|
Version was increased to 22.35.1.
|
2022-08-31 00:47:44 +04:00 |
|
|
3e39839df3
|
Replaced depricated method map_metadata() with metadata.map.
|
2022-08-31 00:46:39 +04:00 |
|
|
98b0a8085a
|
No, it skips 2 tracks instead of 1. Let's get back to -2.
|
2022-08-30 18:20:24 +04:00 |
|
|
49793150b3
|
Install script doesn't needed. A tar.gz archive used instead of git.
|
2022-08-30 02:35:30 +04:00 |
|
|
0620f82940
|
lastPlayedSong was made into lastPlayedSongs. Now it retrieves up to n songs from a log.
|
2022-08-30 02:29:11 +04:00 |
|
|
df67314f2a
|
It didn't allow to run liquidsoap. So these options were removed.
|
2022-08-30 02:13:58 +04:00 |
|