559 Commits

Author SHA1 Message Date
Raziman Mahathir
d23f56b1e6
Merge pull request #40 from issadarkthing/fix-border-color
fix border background color
v2.1.1
2021-03-15 08:46:57 +08:00
raziman
bc4b9a77f2 fix border background color 2021-03-14 18:20:48 +08:00
raziman
f36ed15e31 fix popup displays 'language lyric loaded' on song with no lyric 2021-03-13 11:06:30 +08:00
Raziman Mahathir
fc53a63e65
Merge pull request #39 from issadarkthing/bug-fix
Fix playing bar sets to default when paused
2021-03-11 12:33:29 +08:00
raziman
5c5cb2d8cb remove redundancy 2021-03-11 10:58:29 +08:00
raziman
01e1f5e9fd possible fix 2021-03-11 10:57:51 +08:00
raziman
975375329e fix song title and progress set to default when paused 2021-03-10 21:34:38 +08:00
Raziman Mahathir
82cf89c0bb
Merge pull request #38 from tramhao/master
Fix for high cpu usage
2021-03-10 21:30:34 +08:00
tramhao
4efa8da427 Fix for high cpu usage 2021-03-10 13:42:42 +08:00
Raziman Mahathir
5fb0e36ad6
Merge pull request #35 from tramhao/master
Tag editor improvement
v2.1.0
2021-03-10 11:32:20 +08:00
tramhao
f17c2cdcf6 remove commented out codes 2021-03-10 10:55:38 +08:00
tramhao
67def0a86d Fix: Focus of tag editor will remain stable 2021-03-09 17:22:22 +08:00
tramhao
fedaaa58c5 Minor fix: cannot delete lyrics after fetch 2021-03-09 15:00:11 +08:00
tramhao
45be5067f7 Fix:1.Get lyric dropdown 2. Typo in SongTag struct 2021-03-09 13:57:59 +08:00
tramhao
f24f585e02 Minor fix 2021-03-09 12:59:54 +08:00
tramhao
5c57310ca7 Refractoring Lyric and tageditor 2021-03-09 01:48:01 +08:00
tramhao
0d531a2827 Minor fix: don't show lyric and progress when paused 2021-03-08 00:29:51 +08:00
tramhao
d237de2a2a minor fix 2021-03-07 02:21:42 +08:00
tramhao
63156b4eea fix a bug that the newly donwloaded song doesn't have length tag 2021-03-07 02:07:44 +08:00
tramhao
67d1fbbfd1 use strcove.parseint in embedLength 2021-03-07 01:29:54 +08:00
tramhao
3f59c16e95 Use Length from Tag to speed up loading of program 2021-03-07 00:31:08 +08:00
tramhao
4e63298b8f get tags will search two sites and get all results 2021-03-06 21:10:42 +08:00
tramhao
5144b47435 fix dropdown function lost after delete or fetch lyric 2021-03-06 20:10:40 +08:00
tramhao
1e4b307511 left right key is conflicting with dropdown 2021-03-06 19:19:24 +08:00
tramhao
0d78666b03 Fix song title not restored after pause 2021-03-06 17:39:51 +08:00
tramhao
bc03e316bb fix test for embedLyric 2021-03-06 03:38:38 +08:00
tramhao
437ec29c12 remove title in playingbar fix 2021-03-06 03:36:49 +08:00
tramhao
1de95b2d38 fix artist in searchpopup 2021-03-06 03:29:48 +08:00
tramhao
aebf95f218 remove [] in artist 2021-03-06 03:21:25 +08:00
tramhao
71c4561a2f Tag editor is working 2021-03-06 02:32:30 +08:00
tramhao
13b8d6b5ba add tageditor.go 2021-03-05 16:39:33 +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
391f33a956 Merge remote-tracking branch 'upstream/master' 2021-03-04 17:11:50 +08:00
tramhao
ac5729bd0c Tag editor in progress 2021-03-04 17:11:36 +08:00
raziman
517809a043 fix #34 2021-03-04 16:45:45 +08:00
tramhao
2dab0b4c5c Merge remote-tracking branch 'upstream/master' 2021-03-04 13:44:41 +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
raziman
a267f0f3e0 run make format 2021-03-04 12:33:31 +08:00
raziman
7a65a0a08e use ./... instead of *.go 2021-03-04 12:33:03 +08:00
Raziman Mahathir
8dbe057bd2
Merge pull request #32 from tramhao/master
No more need for subtitle package as lrc.go now do everything
2021-03-04 12:31:42 +08:00
raziman
a58c70a1ad fix bug: playingbar flickers when audio is paused while traversing through playlist 2021-03-04 11:32:52 +08:00
raziman
b4ba187be7 fix bug: load last played song eventhough the queue is empty 2021-03-03 22:08:28 +08:00
tramhao
92f29b4b0c cleanup and error handling 2021-03-03 16:56:41 +08:00
tramhao
0df12bcc38 Stop parsing endTime as it's not in lrc files 2021-03-03 16:10:06 +08:00
tramhao
51ec659418 respect offset from lyric to adjust the delay. Stop using resync. 2021-03-03 13:09:38 +08:00
tramhao
f8ee98f0a1 mod tidy only. 2021-03-03 02:18:16 +08:00
tramhao
ace95a0b45 change playingbar to fixed size so progressbar and lyric won't disappear when font is too large 2021-03-03 02:13:47 +08:00
tramhao
3cb145cf10 lyric-test works with lrc file 2021-03-03 01:56:04 +08:00