116 Commits

Author SHA1 Message Date
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
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
30f98a83c8 add playlist scope keybind 2021-02-14 22:15:31 +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
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
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
2e03c2be77 remove support for fzf in favor of built-in finder 2021-02-11 14:49:14 +08:00
raziman
36d9779f2b fix bug: newly downloaded song does not use correct emoji 2021-02-09 09:57:50 +08:00
tramhao
7c63ee57e8 Minor fix for hotkey in playlist and general 2021-02-06 15:43:41 +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
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
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
raziman
18a879137c fix bug: root folder has emoji despite general.use_emoji is set to false 2021-02-04 21:28:16 +08:00
raziman
91a913b081 add youtube_search command 2021-02-04 21:27:17 +08:00
tramhao
9b1de11d5b Finally fixed the ytdl finished popup 2021-02-04 15:35:58 +08:00
tramhao
6a66e22997 cleanup playlist.go 2021-02-04 14:15:35 +08:00
tramhao
0dbf508d92 upgrade modules and lint all codes 2021-02-04 12:23:32 +08:00
tramhao
b320300191 Trying to fix download popup but failed 2021-02-04 11:25:30 +08:00
tramhao
d98a0fed55 fix bugs: highlight song after rename 2021-02-03 14:53:46 +08:00
tramhao
66a73bae4b finally fixed bugs enqueue while paused 2021-02-03 11:29:22 +08:00
tramhao
5d5bbcf66b enqueue when paused is not correct 2021-02-03 10:50:01 +08:00
tramhao
87a0ac6d5c still fixing titles in queue 2021-02-02 22:52:37 +08:00
tramhao
cafb859a6f updatequeuenames added 2021-02-02 00:00:13 +08:00
tramhao
4efb1994d9 fix the bug for queue song names after rename or paste, is not correct 2021-02-01 23:32:50 +08:00
tramhao
7c6ad10714 Fix a bug for rename. Update queue to avoid panic 2021-02-01 16:41:49 +08:00
tramhao
fc9b3c55a2 fix a bug when bulk_add, if containing sub-folders, will panic 2021-02-01 14:58:03 +08:00
tramhao
837b729177 take out the most time consuming part of start up and update it later with go routine 2021-01-31 19:12:15 +08:00
tramhao
0fd067a111 Add function to copy and paste audiofile and directory with y and p key 2021-01-29 18:20:15 +08:00
tramhao
ac3dabf8c1 1.Adjust value for forward and rewind to avoid panic 2. File scan follow symlink 3. Donload follow symlink 2021-01-27 22:15:40 +08:00
tramhao
27a2c59b16 fix playlist color 2021-01-21 10:30:01 +08:00
tramhao
1ce101613b fix build error 2021-01-21 01:30:16 +08:00
raziman
1689a6208b make history path configurable instead of hard-coded 2020-09-25 17:41:58 +08:00
raziman
e532b5187e add emoji to root directory 2020-08-25 22:05:17 +08:00
raziman
828df0c333 customizeable emoji 2020-08-25 21:44:20 +08:00
raziman
7ad14b673a change padding
change padding
2020-08-25 21:13:09 +08:00
raziman
4ebcfc6951 wrap timedPopup for convenience 2020-08-25 20:45:16 +08:00
raziman
aabaaa170c change all actions to be triggered to a command instead of key-press 2020-08-25 18:17:54 +08:00
raziman
662029970d resizeable progress bar
small refactor
2020-08-22 14:59:10 +08:00
raziman
4a472b0e22 organize color 2020-08-22 14:41:03 +08:00
raziman
e6d180ecef run go fmt 2020-08-18 16:40:22 +08:00
raziman
1acefe96d2 add file/directory renaming 2020-08-18 16:09:43 +08:00
raziman
c6e0af6f4a add built-in fzf (playlist) 2020-08-18 11:16:21 +08:00
raziman
91b8eeecda add help text 2020-08-15 11:25:57 +08:00