57 Commits

Author SHA1 Message Date
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
e59a80ea15 fix last played song gets saved even though the song has finished playing 2021-02-10 15:02:08 +08:00
Raziman Mahathir
394b2c270f
Merge pull request #15 from issadarkthing/bug-fix
Bug fix: new songs not playing once the queue is exhausted
2021-02-08 15:24:35 +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
6993626e53 Fix a small bug that the search command is not f in queue 2021-02-07 03:25:04 +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
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
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
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
914e072089 Fix a bug that when saving the queue, the current song is not saved 2021-01-29 00:14:50 +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
1ce101613b fix build error 2021-01-21 01:30:16 +08:00
raziman
7ad14b673a change padding
change padding
2020-08-25 21:13:09 +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
b288c6c490 add confirmation popup for clearing the queue
bump version
2020-08-18 17:16:20 +08:00
raziman
aeca75990c small refactor 2020-08-18 16:09:12 +08:00
raziman
7b11fda8b1 add built-in fzf (queue) 2020-08-18 11:16:33 +08:00
raziman
e9c195af90 add test 2020-08-10 20:45:13 +08:00
raziman
f7dbc9682e change keybinding for fuzzy finding 2020-07-24 23:06:34 +08:00
raziman
fdfd9c259d improve title look 2020-07-24 14:52:42 +08:00
raziman
289c32548d add comments 2020-07-23 15:34:56 +08:00
raziman
0fb7b63c39 change all to be unexported 2020-07-23 15:15:39 +08:00
raziman
3cbb94f996 fix process hang up when fzf end or during unsuspending 2020-07-23 13:10:29 +08:00
raziman
a03bdaa5ad change logging 2020-07-22 21:01:13 +08:00
raziman
4f4c91c9d2 refactor error handling 2020-07-21 12:22:00 +08:00
raziman
175af7697f run go fmt 2020-07-21 01:21:59 +08:00
raziman
9eaec9ad64 use string builder 2020-07-21 00:26:26 +08:00
raziman
538da0c2b6 wrap lines 2020-07-20 21:48:13 +08:00
raziman
26ff9a8be9 remove appLog 2020-07-18 00:08:47 +08:00
raziman
6a159bc6e6 specific help message every panel 2020-07-17 15:34:50 +08:00
raziman
49bbd36f39 play selected song 2020-07-16 22:52:12 +08:00
raziman
8b1b57d9e3 add shuffle queue 2020-07-14 01:16:30 +08:00
raziman
8e3515f19c add variable dimension to timedPopup 2020-07-13 14:43:34 +08:00
raziman
5e35308a0e set player.Run to accept AudioFile struct as argument
set player.Run to accept AudioFile struct as argument
2020-07-13 14:43:34 +08:00
raziman
b45cbf5547 remove Song struct 2020-07-10 23:30:28 +08:00
raziman
89863c27a6 remove audioFile instance from items 2020-07-10 22:06:13 +08:00
raziman
0eb7662180 add persistent playlist feature 2020-07-10 16:52:37 +08:00
raziman
5f0b7d546d refactor method 2020-07-06 21:04:18 +08:00
raziman
bac09ec5b0 change all global variables into one global struct 2020-07-04 16:16:57 +08:00
raziman
2b9d1758e1 move panels as globals 2020-06-26 12:54:48 +08:00
raziman
e26cb46e5e run go fmt 2020-06-23 20:15:29 +08:00
raziman
f95bf27681 implement skip current song 2020-06-23 18:42:18 +08:00