1
0
Commit Graph

23 Commits

Author SHA1 Message Date
7c34a3a632
A func Site was added to return a schema://host string. 2024-05-10 00:09:35 +04:00
5575408560
Remove unused inode watcher. 2024-04-20 18:25:04 +04:00
5de3f8e9af
In oggtag.go bufTail was renamed to a more suitable bufLast. 2023-10-09 00:15:21 +04:00
eb65071b51
In OggFile.GetTag() was added another layer of indexing, this time we are looking for a capitalised tag name (e.g. Artist). Why there's no consistency in OGG vorbis tags..? *Sigh* 2023-10-08 01:23:28 +04:00
6ae8a40493
In oggtag.go a struct named OggFIle was created, ReadFile turned into a constructor NewOggFile. And GetTag and GetDuration turned into methods. 2023-10-05 17:26:13 +04:00
a741e3eb9a
In oggtag a prefix Ogg was removed from funtions and consts. Also added the consts that hold len of sequences. 2023-10-02 01:25:43 +04:00
17eeebf1f3
Implemented OggReadFile() func to get raw data from an OGG file. Also a func OggGetDuration() was implemented that returns duration of a song. 2023-10-02 01:08:24 +04:00
10b817df2e
In oggtag handle a case when tag name are in upper case. 2023-10-01 06:36:47 +04:00
18bd1fb12d
Implementation of a simple OGG tag reader. 2023-10-01 03:34:16 +04:00
83cdc222c7
Change arav.top to arav.su. 2023-02-23 17:49:01 +04:00
37643156fe
pkg/logging package was removed. 2023-02-07 02:27:57 +04:00
91329ceaec
Server moved to internal/http. 2023-02-07 02:26:10 +04:00
adbab10507
To MainSite() added an Yggdrasil address. 2022-08-01 01:12:10 +04:00
0d701dba34
Removed unused HTTP methods handler setters. 2022-06-30 00:26:36 +04:00
ec06099d89
Added Reopen() method for Logger. 2022-05-24 23:33:37 +04:00
ef27662de5
ModMask const modified with IN_IGNORED mask and now called ModIgnMask. 2022-05-24 23:17:35 +04:00
4730e62808
Refactor of ToClientTimezone that made it look better. 2022-04-02 04:30:46 +04:00
d3ffd01e0a
Removed blank line in ToClientTimezone func. 2022-04-01 20:43:43 +04:00
d60da459ac
This way returns look just prettier. 2022-03-31 18:22:20 +04:00
3da4bd9aed
Copied Inotify watcher with addition of ModMask. 2022-03-31 15:33:55 +04:00
6f152673f2
Added ToClientTimezone() function to convert time to client's local time. 2022-03-31 02:54:04 +04:00
d601ec607b
Logger replaced with a variant that don't write date to stdout. 2022-03-30 18:52:35 +04:00
6ff024b25e
Initial commit. 2022-03-08 01:17:24 +04:00