48 Commits

Author SHA1 Message Date
raziman
05cb4f1534 fix gomu does not read config volume 2020-08-02 16:36:47 +08:00
raziman
138f534d4d fix volume not save if no song playing 2020-07-27 22:46:40 +08:00
raziman
ebc7985391 creat functions to convert between float64 volume to int 2020-07-24 17:06:18 +08:00
raziman
6385abf459 increase volume limit to 100 2020-07-24 15:47:36 +08:00
raziman
289c32548d add comments 2020-07-23 15:34:56 +08:00
raziman
0fb7b63c39 change all to be unexported 2020-07-23 15:15:39 +08:00
raziman
691b835b6f fix pausing when no song playing crash 2020-07-22 21:08:55 +08:00
raziman
a03bdaa5ad change logging 2020-07-22 21:01:13 +08:00
raziman
4f4c91c9d2 refactor error handling 2020-07-21 12:22:00 +08:00
raziman
175af7697f run go fmt 2020-07-21 01:21:59 +08:00
raziman
538da0c2b6 wrap lines 2020-07-20 21:48:13 +08:00
raziman
26ff9a8be9 remove appLog 2020-07-18 00:08:47 +08:00
raziman
e77aeb1586 add loop feature 2020-07-13 14:43:34 +08:00
raziman
8e3515f19c add variable dimension to timedPopup 2020-07-13 14:43:34 +08:00
raziman
77c8c7615b add persistent volume 2020-07-13 14:43:34 +08:00
raziman
2ac7584c2b read volume from config 2020-07-13 14:43:34 +08:00
raziman
5e35308a0e set player.Run to accept AudioFile struct as argument
set player.Run to accept AudioFile struct as argument
2020-07-13 14:43:34 +08:00
raziman
b45cbf5547 remove Song struct 2020-07-10 23:30:28 +08:00
raziman
5f0b7d546d refactor method 2020-07-06 21:04:18 +08:00
raziman
0ee57dbd1f add unit test 2020-07-06 18:58:27 +08:00
raziman
90b2a6405b small refactor 2020-07-06 17:02:59 +08:00
raziman
bac09ec5b0 change all global variables into one global struct 2020-07-04 16:16:57 +08:00
raziman
cc3d55fe08 fix volume bug 2020-07-04 10:17:52 +08:00
raziman
26d3312b6d use popup timeout from config file 2020-07-04 09:47:41 +08:00
raziman
e2593cb541 change hard-coded timeout to config timeout 2020-07-03 11:32:19 +08:00
raziman
3e096990a9 small refactor 2020-07-03 00:50:32 +08:00
raziman
79dad65711 move GetLength function to player.go 2020-07-02 20:47:20 +08:00
raziman
44151023fc add logging utility 2020-07-02 16:11:10 +08:00
raziman
08a9e6f8d6 code clean up 2020-07-01 17:48:33 +08:00
raziman
86edf6012b change popupTimeout to timedPopup 2020-06-28 14:03:30 +08:00
raziman
8129fa4074 run go fmt 2020-06-27 17:18:10 +08:00
raziman
c96e3416a3 add popup messages 2020-06-26 17:09:15 +08:00
raziman
2b9d1758e1 move panels as globals 2020-06-26 12:54:48 +08:00
raziman
1e486f2741 fix song skip bug 2020-06-25 19:17:59 +08:00
raziman
ecf5ed628c refactor 2020-06-25 14:12:02 +08:00
raziman
7d1d50dffb add config 2020-06-24 20:09:47 +08:00
raziman
323d36506b remove unused code 2020-06-24 15:25:34 +08:00
raziman
b635b445b6 fix race condition 2020-06-24 12:05:30 +08:00
raziman
763ab10d30 fix pause error 2020-06-23 22:26:28 +08:00
raziman
e26cb46e5e run go fmt 2020-06-23 20:15:29 +08:00
raziman
0e85518099 small refactor 2020-06-23 19:28:12 +08:00
raziman
f95bf27681 implement skip current song 2020-06-23 18:42:18 +08:00
raziman
fcc9309886 small refactor 2020-06-22 21:18:42 +08:00
raziman
0dd9d3ced4 implement delete songs from queue 2020-06-22 13:18:25 +08:00
raziman
af1ed144e4 pause progress bar 2020-06-22 10:22:28 +08:00
raziman
bf65fdc39c update license 2020-06-22 00:05:56 +08:00
raziman
d73bcb66e4 implement progress bar 2020-06-21 23:47:02 +08:00
raziman
56318c2ec7 add player.go 2020-06-20 23:00:19 +08:00