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 |
|
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 |
|
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
|
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 |
|
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 |
|
raziman
|
e2090d475c
|
update README.md
v1.6
|
2021-02-06 11:28:12 +08:00 |
|
Raziman Mahathir
|
15c5a09678
|
Merge pull request #9 from issadarkthing/youtube-search
Add ability to query youtube using invidious api
|
2021-02-06 11:18:40 +08:00 |
|
raziman
|
85ad2028f9
|
return unwrap error message to provide better error message
|
2021-02-06 11:15:18 +08:00 |
|
raziman
|
f2a1f9b9cf
|
change keybinding youtube_search keybinding to 's'
|
2021-02-06 11:14:51 +08:00 |
|
raziman
|
f2f225a058
|
Merge branch 'master' into youtube-search
|
2021-02-06 11:14:26 +08:00 |
|
Raziman Mahathir
|
d4603026b4
|
Merge pull request #7 from tramhao/master
Forward and rewind with "f F b B" keys
|
2021-02-06 10:03:18 +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 |
|
raziman
|
2099a144e2
|
make fetching search result non-blocking
|
2021-02-05 18:29:43 +08:00 |
|
raziman
|
83ce3894bb
|
add keybinding to README.md
|
2021-02-05 12:35:59 +08:00 |
|
raziman
|
269398c610
|
add autocomplete suggestion
|
2021-02-05 12:31:07 +08:00 |
|
raziman
|
d07e695637
|
set default before reading the config file to ensure new options can be added properly
|
2021-02-04 23:22:16 +08:00 |
|
raziman
|
a2d3362823
|
add option to change invidious instance
|
2021-02-04 23:21:08 +08:00 |
|
tramhao
|
3500a07df6
|
after delete a song, if it's playing, also delete it from queue
|
2021-02-04 22:06:59 +08:00 |
|
tramhao
|
0986f645ad
|
After delete a song, also delete it from queue if it's in there
|
2021-02-04 21:58:24 +08:00 |
|