125 Commits

Author SHA1 Message Date
tramhao
3f59c16e95 Use Length from Tag to speed up loading of program 2021-03-07 00:31:08 +08:00
tramhao
437ec29c12 remove title in playingbar fix 2021-03-06 03:36:49 +08:00
tramhao
71c4561a2f Tag editor is working 2021-03-06 02:32:30 +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
6e483bae51 add new function loadlyric to load before switch lyric 2021-03-04 13:39:56 +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
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
ffeef53510 fix a minor bug that the song title is not set after pause 2021-03-02 12:27:23 +08:00
tramhao
c954c13e16 1. Change the logic of switch lyrics 2. Remove a module level variable playringBar.langConfigFromConfig 2021-03-02 00:19:41 +08:00
raziman
ecb450fb18 fix bug: loop does not work properly 2021-02-27 16:01:48 +08:00
raziman
3d2a597934 make player.Run async 2021-02-27 11:51:12 +08:00
raziman
030faa7596 fix playingbar not working 2021-02-26 15:26:23 +08:00
raziman
4b4a371e08 successfully made the song playable 2021-02-26 12:59:22 +08:00
raziman
cd66c72709 move player.go into seperate package 2021-02-26 11:18:58 +08:00
tramhao
4d36efae9a Embed all lyrics and T key to switch lyrics 2021-02-23 15:46:51 +08:00
raziman
f712fbab75 add hook tests 2021-02-20 11:18:33 +08:00
raziman
92765747e0 prevent from range over nil 2021-02-19 22:24:32 +08:00
raziman
94d83bc464 setup hooks
setup hooks
2021-02-19 22:23:57 +08:00
raziman
1f0e990e2a setup hooks 2021-02-19 16:28:50 +08:00
raziman
dcce622458 set correct progress bar length when screen is drawn 2021-02-19 15:08:10 +08:00
raziman
42c78535f9 fix cpu spike when no songs playing on startup 2021-02-19 13:16:22 +08:00
raziman
d0bac491c6 add repl keybinding 2021-02-19 10:24:21 +08:00
raziman
2e8789d9bf add helper modules 2021-02-18 10:24:34 +08:00
raziman
d24a47e351 move variables into modules 2021-02-18 10:23:15 +08:00
raziman
25cbf166ea add support for ctrl and alt keybindings 2021-02-17 15:23:08 +08:00
raziman
35e75ba83e disable global keybindings when repl is running 2021-02-16 13:38:36 +08:00
raziman
b422cd25de clean up 2021-02-15 20:35:02 +08:00
raziman
cf54af8d74 capitalize module 2021-02-15 14:27:45 +08:00
raziman
77320960c6 make commands execute in main goroutine
make
2021-02-15 13:56:10 +08:00
raziman
9969c5eaf0 clean up 2021-02-15 12:14:03 +08:00
raziman
4faf11b5c0 add constant 2021-02-15 11:56:02 +08:00
raziman
c0bf256256 define commands before executing config file 2021-02-15 11:54:32 +08:00
raziman
1ff788ffd5 clean up 2021-02-14 21:37:31 +08:00
raziman
cf50bde7a0 abstract keybinding 2021-02-14 20:33:24 +08:00
raziman
738c0fa778 move Anko to sub package 2021-02-14 14:35:36 +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
945613db64 add comment 2021-02-14 11:20:21 +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
2c6ca69e0b remove unused constant 2021-02-13 21:59:21 +08:00
raziman
6b5e96df61 replace viper with anko scripting language 2021-02-13 21:59:21 +08:00
raziman
2e03c2be77 remove support for fzf in favor of built-in finder 2021-02-11 14:49:14 +08:00
raziman
cc1e50d5e8 delay setDefault() call 2021-02-10 15:06:08 +08:00
raziman
f2f225a058 Merge branch 'master' into youtube-search 2021-02-06 11:14:26 +08:00
tramhao
d867fc07af Fix issues:1. add popups for yank and paste 2. Return errors for paste function 2021-02-06 00:18:31 +08:00