178 Commits

Author SHA1 Message Date
Marcelina Hołub
4288b08fee
Make the app more platform agnostic and bump deps versions (#66)
* chore(deps): bump several dependency versions

* fix(playlist): add darwin build constraints

fix(playlist): add darwin build constraint
2023-01-14 18:04:16 +08:00
raziman
3f27aafd10 remove commented code 2022-03-29 12:17:11 +08:00
tramhao
c745a91ec2 Refactor: minor fix: new to initialize struct 2021-04-30 15:53:12 +08:00
tramhao
16a1f7287e refactor: new keyword to initialize the struct 2021-04-30 15:44:24 +08:00
tramhao
dcb8fda7ba refactor: extract audiofile.go from playlist.go 2021-04-30 15:33:53 +08:00
tramhao
5a3f418a2c error handling for deleteSong and deletePlaylist 2021-04-08 03:04:39 +08:00
tramhao
c916a2f914 minor fix: move to next node before delete file and folder, not to go back root every time 2021-04-08 02:24:52 +08:00
tramhao
a30e18c787 Refactor updateCurrentSong into 3 different functions and now it's more clear 2021-04-07 11:52:13 +08:00
tramhao
a7ba78fed2 Minor Fix: updateCurrentSong handles folder rename and paste 2021-04-06 17:18:11 +08:00
tramhao
126f7f7820 fix updateCurrentSong to handle delete 2021-04-06 14:55:40 +08:00
tramhao
7695bc6a7f minor fix: updateCurrentSong check for situation of delete song and playlists 2021-04-06 13:34:41 +08:00
tramhao
010dcc9258 minor fix: refreshbynode fix a bug for rename folders 2021-04-06 12:18:45 +08:00
tramhao
e0ed6b3b17 Minor Fix: remove unnecessary error returned. 2021-04-06 11:38:57 +08:00
tramhao
464b64c9c1 Fixed: paste with duplicated items and rename with duplicated itmes 2021-04-04 00:01:50 +08:00
tramhao
88d72ed2f7 in progress: add updateQueuePath 2021-04-03 18:55:54 +08:00
tramhao
42160b6213 in progress: try to fix paste function but failed 2021-04-03 01:38:01 +08:00
tramhao
8db110282a minor fix: panic when rename sone and not playing 2021-04-02 17:21:39 +08:00
tramhao
6976541a2a minor fix: panic when rename sone and not playing 2021-04-02 17:14:42 +08:00
tramhao
c91f95678c Fix paly new added song when queue is empty and no song is playing 2021-04-01 23:54:38 +08:00
tramhao
5593afd785 refactor rename and tageditor rename 2021-04-01 16:09:09 +08:00
tramhao
90cc3c4970 refactor yank paste and rename 2021-04-01 15:24:31 +08:00
tramhao
5d46449ddd Fix data race in playingbar.go and player.go 2021-03-30 13:22:21 +08:00
Raziman Mahathir
5dacd77cd1
Merge pull request #49 from tramhao/master
refactor lrc.go, lyric.go and minor fixes for GoLint warnings.
2021-03-27 16:33:49 +08:00
tramhao
888fc0e816 change id3v2 package to forked version as the official repo doesn't respond to pull requests 2021-03-26 16:57:19 +08:00
tramhao
112bb338a4 refactor lrc.go a little bit 2021-03-25 16:57:44 +08:00
tramhao
6e5e78e917 Minor fix for GoLint warnings 2021-03-25 12:01:12 +08:00
raziman
801255d227 improve refocus previous node 2021-03-25 11:49:18 +08:00
tramhao
bf37032a94 errorPopup should be followed by return 2021-03-25 00:04:41 +08:00
raziman
3eb0e7c5ed add Playlist, Queue and Player module 2021-03-21 16:05:23 +08:00
raziman
e3376c24b3 fix build error 2021-03-19 23:10:16 +08:00
raziman
b969362111 use anko script to map commands 2021-03-17 22:20:10 +08:00
Raziman Mahathir
70167ba6c3
Merge pull request #43 from issadarkthing/refactor-color
Better color support
2021-03-17 20:06:56 +08:00
tramhao
bb772de297 Merge remote-tracking branch 'upstream/master' 2021-03-16 22:58:05 +08:00
Raziman Mahathir
48758716e8
Merge pull request #41 from issadarkthing/sort-playlist
add support to sort by mtime
2021-03-16 21:36:21 +08:00
raziman
1e9c5864cf add more configurable color 2021-03-16 11:47:35 +08:00
raziman
866b87c6a3 add support to change color of directory nodes in playlist 2021-03-16 09:26:09 +08:00
tramhao
eea825e9d3 Merge remote-tracking branch 'upstream/master' 2021-03-16 01:01:05 +08:00
tramhao
87766d1bcb simplify embedLyric and remove unnecessary struct gomusubtitle 2021-03-16 00:12:33 +08:00
raziman
b9c40ab466 sort by mtime instead of ctime 2021-03-15 11:33:27 +08:00
raziman
a5a5bd140a add support to sort by ctime 2021-03-14 20:32:02 +08:00
raziman
bc4b9a77f2 fix border background color 2021-03-14 18:20:48 +08:00
tramhao
4530b98a47 sylt testing 2021-03-13 01:13:45 +08:00
tramhao
5c57310ca7 Refractoring Lyric and tageditor 2021-03-09 01:48:01 +08:00
tramhao
63156b4eea fix a bug that the newly donwloaded song doesn't have length tag 2021-03-07 02:07:44 +08:00
tramhao
3f59c16e95 Use Length from Tag to speed up loading of program 2021-03-07 00:31:08 +08:00
tramhao
727f2d5a7a delete lyric is working in tag editor 2021-03-05 12:55:12 +08:00
tramhao
ad94609bb5 Big Change: stop using subtitles lib as lrc.go can do everything and cleaner. 2021-03-02 23:34:38 +08:00
tramhao
506615b67e cleanup error handling code 2021-03-02 15:40:23 +08:00
tramhao
20f2f0ca7e type DELETE to confirm deleteplaylist 2021-03-02 14:50:25 +08:00
tramhao
0150f6b3da Merge remote-tracking branch 'upstream/master' 2021-03-01 12:04:52 +08:00