148 Commits

Author SHA1 Message Date
tramhao
a30e18c787 Refactor updateCurrentSong into 3 different functions and now it's more clear 2021-04-07 11:52:13 +08:00
tramhao
d5ee151c34 minor fix updatecurrentSong 2021-04-06 23:32:40 +08:00
tramhao
a7ba78fed2 Minor Fix: updateCurrentSong handles folder rename and paste 2021-04-06 17:18:11 +08:00
tramhao
126f7f7820 fix updateCurrentSong to handle delete 2021-04-06 14:55:40 +08:00
tramhao
7695bc6a7f minor fix: updateCurrentSong check for situation of delete song and playlists 2021-04-06 13:34:41 +08:00
tramhao
5593afd785 refactor rename and tageditor rename 2021-04-01 16:09:09 +08:00
tramhao
90cc3c4970 refactor yank paste and rename 2021-04-01 15:24:31 +08:00
tramhao
fda946ae92 fix searchpopup not shown 2021-04-01 11:25:14 +08:00
tramhao
2c6690cf1e fix searchpopup not working 2021-04-01 10:25:08 +08:00
tramhao
39c0207637 minor fix: lyric_cn.go http response handling and popup.go searchpopup left border fix 2021-03-26 16:36:53 +08:00
tramhao
5c616bdbd9 minor fix for tageditor.go: function to choose lyric by lang 2021-03-26 12:29:51 +08:00
tramhao
03d1f3f401 use switch for lang 2021-03-26 00:56:15 +08:00
tramhao
01b4c3f692 refactor lyric.go 2021-03-26 00:48:01 +08:00
tramhao
112bb338a4 refactor lrc.go a little bit 2021-03-25 16:57:44 +08:00
tramhao
4127144db8 fix build error 2021-03-25 12:04:58 +08:00
tramhao
6e5e78e917 Minor fix for GoLint warnings 2021-03-25 12:01:12 +08:00
tramhao
bf37032a94 errorPopup should be followed by return 2021-03-25 00:04:41 +08:00
tramhao
9d207bb130 Fix tageditor getLyricButton concurrency 2021-03-24 23:50:54 +08:00
tramhao
54e42beb8a Minor fix: search popup was not shown when paused 2021-03-22 13:15:25 +08:00
raziman
3eb0e7c5ed add Playlist, Queue and Player module 2021-03-21 16:05:23 +08:00
raziman
6777bc924e fix input is displayed in repl after execute, should be otherwise 2021-03-17 22:18:21 +08:00
Raziman Mahathir
70167ba6c3
Merge pull request #43 from issadarkthing/refactor-color
Better color support
2021-03-17 20:06:56 +08:00
raziman
e5de5512d3 add keybinding for 'show_colors' command 2021-03-16 11:59:16 +08:00
tramhao
eea825e9d3 Merge remote-tracking branch 'upstream/master' 2021-03-16 01:01:05 +08:00
tramhao
87766d1bcb simplify embedLyric and remove unnecessary struct gomusubtitle 2021-03-16 00:12:33 +08:00
raziman
bc4b9a77f2 fix border background color 2021-03-14 18:20:48 +08:00
tramhao
5c57310ca7 Refractoring Lyric and tageditor 2021-03-09 01:48:01 +08:00
tramhao
71c4561a2f Tag editor is working 2021-03-06 02:32:30 +08:00
tramhao
97343b9670 fetch lyric from tag editor is working 2021-03-05 16:39:02 +08:00
tramhao
727f2d5a7a delete lyric is working in tag editor 2021-03-05 12:55:12 +08:00
tramhao
ac5729bd0c Tag editor in progress 2021-03-04 17:11:36 +08:00
tramhao
3d66f57522 tageditor in progress 2021-03-04 13:44:34 +08:00
tramhao
6e483bae51 add new function loadlyric to load before switch lyric 2021-03-04 13:39:56 +08:00
tramhao
92f29b4b0c cleanup and error handling 2021-03-03 16:56:41 +08:00
tramhao
506615b67e cleanup error handling code 2021-03-02 15:40:23 +08:00
tramhao
20f2f0ca7e type DELETE to confirm deleteplaylist 2021-03-02 14:50:25 +08:00
tramhao
0150f6b3da Merge remote-tracking branch 'upstream/master' 2021-03-01 12:04:52 +08:00
tramhao
f75dbcec48 Lyric provider added for chinese songs with 2 and 3 2021-02-28 13:26:42 +08:00
tramhao
a30b871b5c lyric chinese in progress 2021-02-27 23:11:17 +08:00
raziman
cd66c72709 move player.go into seperate package 2021-02-26 11:18:58 +08:00
tramhao
048fc397c9 move embedLyric to utils.go and update related code 2021-02-24 11:36:26 +08:00
raziman
bd1a2eb38e set ContentDescriptor to 'en' when using lyric package 2021-02-23 22:00:24 +08:00
tramhao
f8cab42070 merge push from mainstream 2021-02-23 15:51:36 +08:00
tramhao
4d36efae9a Embed all lyrics and T key to switch lyrics 2021-02-23 15:46:51 +08:00
raziman
d774b7c42d Merge branch 'master' of github.com:issadarkthing/gomu into lyric 2021-02-23 15:21:43 +08:00
raziman
6e0c93cbab add lyricPopup 2021-02-23 10:29:47 +08:00
raziman
b049c075de add SetFieldBackgroundColor 2021-02-22 12:35:43 +08:00
raziman
15cb8c7c43 use errorPopup instead of defaultTimedPopup 2021-02-22 12:34:24 +08:00
raziman
96620b208d use safer QueueUpdateDraw method 2021-02-21 20:21:07 +08:00
raziman
abcf602144 code clean up 2021-02-21 15:58:42 +08:00