515 Commits

Author SHA1 Message Date
raziman
ac43b61004 remove unnecessary things 2021-02-15 12:43:00 +08:00
raziman
b7d969be17 add type casting 2021-02-15 12:37:05 +08:00
raziman
9969c5eaf0 clean up 2021-02-15 12:14:03 +08:00
raziman
8e7fd5673d add reload_config command
add reload_config
2021-02-15 12:13:54 +08:00
raziman
4faf11b5c0 add constant 2021-02-15 11:56:02 +08:00
raziman
0f824b3f62 add space after // in comment 2021-02-15 11:55:34 +08:00
raziman
00cacf814f add comments 2021-02-15 11:55:09 +08:00
raziman
c0bf256256 define commands before executing config file 2021-02-15 11:54:32 +08:00
raziman
82899366cd add custom keybinding for queue 2021-02-15 11:33:04 +08:00
raziman
66f5cdfbd9 use '#' as comment instead of '//' 2021-02-15 11:32:36 +08:00
raziman
0975609d2b use module instead of map 2021-02-15 11:32:23 +08:00
raziman
30f98a83c8 add playlist scope keybind 2021-02-14 22:15:31 +08:00
raziman
1ff788ffd5 clean up 2021-02-14 21:37:31 +08:00
raziman
a358b3a2b2 add keybinding scope 2021-02-14 20:33:37 +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
tramhao
23fa8c036f
Merge pull request #4 from issadarkthing/master
Merge upstream changes
2021-02-13 23:19:15 +08:00
raziman
60cc4fab39 fix build error 2021-02-13 22:49:26 +08:00
raziman
8ffac20916 add local test config 2021-02-13 22:49:14 +08:00
raziman
15e11a3d5e change run command to use local config 2021-02-13 22:48:17 +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
4f201217bd run go fmt 2021-02-13 21:49:37 +08:00
raziman
72971873f6 fix #17 2021-02-13 21:48:46 +08:00
tramhao
048bc86d20
Merge pull request #3 from issadarkthing/master
remove support for fzf in favor of built-in finder
2021-02-12 10:45:23 +08:00
raziman
2e03c2be77 remove support for fzf in favor of built-in finder 2021-02-11 14:49:14 +08:00
tramhao
8cc4e47b20
Merge pull request #2 from issadarkthing/master
merge upstream changes
2021-02-11 02:18:33 +08:00
raziman
cc1e50d5e8 delay setDefault() call 2021-02-10 15:06:08 +08:00
raziman
e59a80ea15 fix last played song gets saved even though the song has finished playing 2021-02-10 15:02:08 +08:00
raziman
1a3dc8ef5f fix bright white border color 2021-02-10 13:18:10 +08:00
tramhao
9208191dc3
Merge pull request #1 from issadarkthing/master
fix bug: newly downloaded song does not use correct emoji
2021-02-09 13:34:06 +08:00
raziman
36d9779f2b fix bug: newly downloaded song does not use correct emoji 2021-02-09 09:57:50 +08:00
raziman
962c25a7b1 remove unnecessary delay when skipping songs 2021-02-08 15:35:41 +08:00
Raziman Mahathir
394b2c270f
Merge pull request #15 from issadarkthing/bug-fix
Bug fix: new songs not playing once the queue is exhausted
v1.6.1
2021-02-08 15:24:35 +08:00
Raziman Mahathir
d79431c1d1
Merge pull request #14 from tramhao/master
Bug fix for long press 'n' causes app to crash
2021-02-08 15:18:30 +08:00
raziman
8c1839a0e0 clean up comment 2021-02-08 15:07:20 +08:00
raziman
32a1d18c09 use empty struct channel instead of bool channel 2021-02-08 15:07:20 +08:00
raziman
d81d2e248e fix bug: cannot play newly added song once the queue is exhausted 2021-02-08 15:07:20 +08:00
tramhao
9a702aacf3 remove recover and remove close(done) instead 2021-02-08 14:59:29 +08:00
tramhao
0575193062 Fix the bug that press n continuously app will stop working 2021-02-08 12:00:51 +08:00
tramhao
becc62907e handle errors for seek 2021-02-08 01:06:21 +08:00
tramhao
b26bdbda84 fix a bug pressing n key several times and panic due to send on closed channel, didn't fix when press n continuously and app will stop working 2021-02-08 00:56:12 +08:00
tramhao
6993626e53 Fix a small bug that the search command is not f in queue 2021-02-07 03:25:04 +08:00
tramhao
584ec812d0 Fix a small bug, in playlist, after search, cannot add to queue, have to switch panels to do it 2021-02-07 03:01:49 +08:00
Raziman Mahathir
025fd500c5
Merge pull request #12 from tramhao/master
Minor fix for hotkey in playlist and general
2021-02-06 21:02:43 +08:00
tramhao
7c63ee57e8 Minor fix for hotkey in playlist and general 2021-02-06 15:43:41 +08:00