691 Commits

Author SHA1 Message Date
tramhao
464b64c9c1 Fixed: paste with duplicated items and rename with duplicated itmes 2021-04-04 00:01:50 +08:00
tramhao
88d72ed2f7 in progress: add updateQueuePath 2021-04-03 18:55:54 +08:00
tramhao
42160b6213 in progress: try to fix paste function but failed 2021-04-03 01:38:01 +08:00
tramhao
8db110282a minor fix: panic when rename sone and not playing 2021-04-02 17:21:39 +08:00
tramhao
6976541a2a minor fix: panic when rename sone and not playing 2021-04-02 17:14:42 +08:00
tramhao
a6ba20b54a minor fix: subtitle is still showing when queue is empty and stopped 2021-04-02 16:14:16 +08:00
tramhao
93dc45dbb2 minor fix: playingbar is not set correctly when queue is empty 2021-04-02 15:51:56 +08:00
tramhao
45b2957417 minor fix: after a song finish, enqueue it first then playqueue 2021-04-02 15:28:04 +08:00
tramhao
dde95bba20 minor fix: start playing after buld_add 2021-04-02 09:44:47 +08:00
tramhao
c00bc9594b change logic of rename to insert new one and delete old one in queue.go 2021-04-02 01:48:17 +08:00
tramhao
d7c3cb3403 change node after rename in tageditor.go 2021-04-02 00:13:20 +08:00
tramhao
c91f95678c Fix paly new added song when queue is empty and no song is playing 2021-04-01 23:54:38 +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
21019e6884 minor fix: play selected when paused not working 2021-04-01 00:23:51 +08:00
tramhao
993cb6d281 add config option rename_bytag, fix bug cannot play when queue is empty 2021-04-01 00:07:42 +08:00
tramhao
887026a58d minor refactor tageditor.go 2021-03-31 16:45:15 +08:00
tramhao
ff531589e5 minor fix warning for receiver name 2021-03-30 15:17:21 +08:00
tramhao
973be28690 minor fix test 2021-03-30 15:03:56 +08:00
tramhao
f597722f52 fix bug set playingbar.full 2021-03-30 14:01:24 +08:00
tramhao
5d46449ddd Fix data race in playingbar.go and player.go 2021-03-30 13:22:21 +08:00
Raziman Mahathir
5dacd77cd1
Merge pull request #49 from tramhao/master
refactor lrc.go, lyric.go and minor fixes for GoLint warnings.
2021-03-27 16:33:49 +08:00
tramhao
888fc0e816 change id3v2 package to forked version as the official repo doesn't respond to pull requests 2021-03-26 16:57:19 +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
raziman
801255d227 improve refocus previous node 2021-03-25 11:49:18 +08:00
raziman
61dd6a402d add Playlist.focus
add
2021-03-25 11:49:18 +08:00
tramhao
bf37032a94 errorPopup should be followed by return 2021-03-25 00:04:41 +08:00
tramhao
80011f0c68 Merge remote-tracking branch 'upstream/master' 2021-03-24 23:54:45 +08:00
tramhao
9d207bb130 Fix tageditor getLyricButton concurrency 2021-03-24 23:50:54 +08:00
Raziman Mahathir
ddcf91f807
Merge pull request #48 from tramhao/master
Fix a bug that Offset is not set correctly
2021-03-24 22:53:21 +08:00
tramhao
939328ce32 Fix a bug in tag editor, when press q too fast after adding lyrics, the apps will lockup 2021-03-24 14:47:12 +08:00
tramhao
2398455023 lyric_cn.go: parse tag with json and local struct for a cleaner code 2021-03-24 14:07:53 +08:00
tramhao
10b52350ae don't export unnecessary methods in lrc.go 2021-03-23 22:33:40 +08:00
tramhao
0bdff6f1b4 minor fix: gettag button don't block the program 2021-03-22 16:35:01 +08:00
tramhao
54e42beb8a Minor fix: search popup was not shown when paused 2021-03-22 13:15:25 +08:00
tramhao
3cbbc78677 Minor fix: delay doesn't reload p.subtitle 2021-03-22 12:06:02 +08:00
tramhao
2abcd3c429 Merge remote-tracking branch 'upstream/master' 2021-03-22 11:57:28 +08:00
tramhao
4f0a9f4836 Minor fix warning message when switch lyrics 2021-03-22 11:57:02 +08:00
tramhao
0965088140 Fix a bug that offset is not calculated correctly when showing sylt lyrics 2021-03-22 11:40:44 +08:00
raziman
3eb0e7c5ed add Playlist, Queue and Player module 2021-03-21 16:05:23 +08:00
raziman
e3376c24b3 fix build error 2021-03-19 23:10:16 +08:00
raziman
4e83312cd7 Merge branch 'master' of github.com:issadarkthing/gomu 2021-03-19 22:01:05 +08:00