54 Commits

Author SHA1 Message Date
tramhao
c71dfb5905 1. Fix a bug when embedLyric, need to delete the old frame with same language id and content descriptor 2. Add a function to adjust the delay time of lyrics 2021-02-25 19:50:52 +08:00
raziman
1dfcb7dd06 remove comment 2021-02-24 13:32:35 +08:00
tramhao
048fc397c9 move embedLyric to utils.go and update related code 2021-02-24 11:36:26 +08:00
raziman
7ae79c4dfb print error to stderr 2021-02-18 09:49:41 +08:00
raziman
9969c5eaf0 clean up 2021-02-15 12:14:03 +08:00
raziman
2bf5d85b13 create Anko 2021-02-14 13:45:43 +08:00
raziman
a054ebb063 add shell function for the scripting language 2021-02-14 12:01:41 +08:00
raziman
60cc4fab39 fix build error 2021-02-13 22:49:26 +08:00
raziman
482b8f247f add basic support for scripting language 2021-02-13 21:59:21 +08:00
raziman
6b5e96df61 replace viper with anko scripting language 2021-02-13 21:59:21 +08:00
tramhao
f12f0b694e lint the code with vim-go 2021-02-03 11:34:50 +08:00
raziman
2ea7de0efe change error logging setup 2020-11-18 15:47:18 +08:00
raziman
d672b15108 create neccessary parent folder if path does not exists 2020-09-25 17:42:26 +08:00
raziman
db80ab25c7 move defer after err check 2020-09-25 17:14:07 +08:00
raziman
a967c3d6e5 use ldflag in makefile 2020-09-05 17:06:23 +08:00
raziman
7dd2a4f40e remove unused function 2020-08-26 15:51:51 +08:00
raziman
4a472b0e22 organize color 2020-08-22 14:41:03 +08:00
raziman
1acefe96d2 add file/directory renaming 2020-08-18 16:09:43 +08:00
raziman
c6e0af6f4a add built-in fzf (playlist) 2020-08-18 11:16:21 +08:00
raziman
af37f44cc7 fix music directory flag 2020-08-11 13:39:02 +08:00
raziman
7e61859d1f add config options 2020-07-28 11:24:58 +08:00
raziman
4c22c91179 fix queue title when queue is empty 2020-07-26 00:09:13 +08:00
raziman
d1413128b3 add color 2020-07-25 22:53:25 +08:00
raziman
7e43ea36b4 create progressStr 2020-07-24 17:08:34 +08:00
raziman
9912995049 create debugLog 2020-07-24 17:07:53 +08:00
raziman
fdfd9c259d improve title look 2020-07-24 14:52:42 +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
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
5d88bb69ae add flag 2020-07-18 15:43:20 +08:00
raziman
26ff9a8be9 remove appLog 2020-07-18 00:08:47 +08:00
raziman
0a1bcc99d1 name refactor 2020-07-13 14:43:34 +08:00
raziman
3fe6105343 run fmt 2020-07-10 22:05:36 +08:00
raziman
bc0d8e7d0e add more info in log 2020-07-10 16:52:11 +08:00
raziman
5bfda1ba9f move Ytdl function to playlist.go 2020-07-03 11:17:45 +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
b8e58b673f code clean up 2020-07-01 17:49:07 +08:00
raziman
86edf6012b change popupTimeout to timedPopup 2020-06-28 14:03:30 +08:00
raziman
c9d9156372 integration with youtube-dl 2020-06-28 13:41:14 +08:00
raziman
f78aa48108 check if youtube-dl exists in $PATH 2020-06-28 12:52:38 +08:00
raziman
8129fa4074 run go fmt 2020-06-27 17:18:10 +08:00
raziman
be28266224 implement ytdl 2020-06-27 17:16:49 +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
346cea9381 refactor 2020-06-25 14:12:23 +08:00