358 Commits

Author SHA1 Message Date
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
raziman
c25ae8ee98 update README.md 2021-02-04 21:56:46 +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
raziman
edf4c7b729 set general.use_emoji to false by default 2021-02-04 21:24:05 +08:00
tramhao
6e742dcfda cleanup player.go 2021-02-04 16:05:44 +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
f12f0b694e lint the code with vim-go 2021-02-03 11:34:50 +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
6fee79eb52 fix the rename process by set focus to playlist 2021-02-01 14:23:06 +08:00
tramhao
59cecbaf23 Hopefully loop is fixed 2021-02-01 13:48:34 +08:00
tramhao
75e970b5ee doesn't understand the logic for loop yet 2021-02-01 02:51:23 +08:00
tramhao
0a3cc22095 fix for save queue 2021-01-31 22:38:49 +08:00
tramhao
3157ccf37d add option loop 2021-01-31 20:52:04 +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
5b01f04802 Set default name of rename input dialogue 2021-01-29 18:44:49 +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
a58d151817 change buffer bak to see if it's ok 2021-01-29 10:01:01 +08:00
tramhao
914e072089 Fix a bug that when saving the queue, the current song is not saved 2021-01-29 00:14:50 +08:00
tramhao
a25a584416 fix for panel switch 2021-01-28 15:00:02 +08:00
tramhao
1bfefd61a6 There is no need to switch focus to playingbar as nothing happens there 2021-01-28 14:50:05 +08:00
tramhao
7f36efc206 fix position bug 2021-01-28 11:50:08 +08:00
tramhao
d42577f5b6 add an icon in que title to show loop status 2021-01-28 10:57:32 +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
6aefd3b573 add more buffer to get better result during forward and rewind 2021-01-27 02:28:42 +08:00
tramhao
c80170aafe 1.clean the code for forward and rewind. 2. fix a bug for play_selected when no song selected or empty que, program will exit 2021-01-27 01:57:09 +08:00
tramhao
b0f8c6bd77 Merge remote-tracking branch 'upstream/master' 2021-01-27 01:16:05 +08:00
tramhao
0bf47908d5 Add forward and rewind function v1.6.0 2021-01-27 01:10:48 +08:00
Raziman Mahathir
b14eeff330 Merge pull request #6 from tramhao/master
- Bug fixes
- Add j and k keypress for popup dialogue boxes
v1.5.9
2021-01-22 10:05:43 +00:00
tramhao
04d3445819 Fix a bug for builtin fuzzy search. For non-ascii filenames, fuzzy search result is messy. 2021-01-22 13:41:42 +08:00
tramhao
4ead6b16c9 accept j and k in popup dialogue boxes 2021-01-21 14:37:51 +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
176646364b update dependencies 2021-01-17 15:56:10 +08:00