tramhao
|
993cb6d281
|
add config option rename_bytag, fix bug cannot play when queue is empty
|
2021-04-01 00:07:42 +08:00 |
|
tramhao
|
887026a58d
|
minor refactor tageditor.go
|
2021-03-31 16:45:15 +08:00 |
|
tramhao
|
ff531589e5
|
minor fix warning for receiver name
|
2021-03-30 15:17:21 +08:00 |
|
tramhao
|
973be28690
|
minor fix test
|
2021-03-30 15:03:56 +08:00 |
|
tramhao
|
f597722f52
|
fix bug set playingbar.full
|
2021-03-30 14:01:24 +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
|
39c0207637
|
minor fix: lyric_cn.go http response handling and popup.go searchpopup left border fix
|
2021-03-26 16:36:53 +08:00 |
|
tramhao
|
5c616bdbd9
|
minor fix for tageditor.go: function to choose lyric by lang
|
2021-03-26 12:29:51 +08:00 |
|
tramhao
|
03d1f3f401
|
use switch for lang
|
2021-03-26 00:56:15 +08:00 |
|
tramhao
|
01b4c3f692
|
refactor lyric.go
|
2021-03-26 00:48:01 +08:00 |
|
tramhao
|
112bb338a4
|
refactor lrc.go a little bit
|
2021-03-25 16:57:44 +08:00 |
|
tramhao
|
4127144db8
|
fix build error
|
2021-03-25 12:04:58 +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 |
|
raziman
|
61dd6a402d
|
add Playlist.focus
add
|
2021-03-25 11:49:18 +08:00 |
|
tramhao
|
bf37032a94
|
errorPopup should be followed by return
|
2021-03-25 00:04:41 +08:00 |
|
tramhao
|
80011f0c68
|
Merge remote-tracking branch 'upstream/master'
|
2021-03-24 23:54:45 +08:00 |
|
tramhao
|
9d207bb130
|
Fix tageditor getLyricButton concurrency
|
2021-03-24 23:50:54 +08:00 |
|
Raziman Mahathir
|
ddcf91f807
|
Merge pull request #48 from tramhao/master
Fix a bug that Offset is not set correctly
|
2021-03-24 22:53:21 +08:00 |
|
tramhao
|
939328ce32
|
Fix a bug in tag editor, when press q too fast after adding lyrics, the apps will lockup
|
2021-03-24 14:47:12 +08:00 |
|
tramhao
|
2398455023
|
lyric_cn.go: parse tag with json and local struct for a cleaner code
|
2021-03-24 14:07:53 +08:00 |
|
tramhao
|
10b52350ae
|
don't export unnecessary methods in lrc.go
|
2021-03-23 22:33:40 +08:00 |
|
tramhao
|
0bdff6f1b4
|
minor fix: gettag button don't block the program
|
2021-03-22 16:35:01 +08:00 |
|
tramhao
|
54e42beb8a
|
Minor fix: search popup was not shown when paused
|
2021-03-22 13:15:25 +08:00 |
|
tramhao
|
3cbbc78677
|
Minor fix: delay doesn't reload p.subtitle
|
2021-03-22 12:06:02 +08:00 |
|
tramhao
|
2abcd3c429
|
Merge remote-tracking branch 'upstream/master'
|
2021-03-22 11:57:28 +08:00 |
|
tramhao
|
4f0a9f4836
|
Minor fix warning message when switch lyrics
|
2021-03-22 11:57:02 +08:00 |
|
tramhao
|
0965088140
|
Fix a bug that offset is not calculated correctly when showing sylt lyrics
|
2021-03-22 11:40:44 +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
|
4e83312cd7
|
Merge branch 'master' of github.com:issadarkthing/gomu
|
2021-03-19 22:01:05 +08:00 |
|
raziman
|
5a8d3ddf7b
|
fix get lyric button freezes UI
|
2021-03-19 21:30:22 +08:00 |
|
Raziman Mahathir
|
539af915cc
|
Merge pull request #47 from tramhao/master
Fix 2 bugs in lyric
|
2021-03-19 21:16:31 +08:00 |
|
tramhao
|
c98919b3ab
|
Minor Fix: a bug that captions are not merged when offset to negative value
|
2021-03-19 15:41:14 +08:00 |
|
tramhao
|
5c50688cfd
|
fixing format error in NewFromLRC
|
2021-03-19 00:40:19 +08:00 |
|
tramhao
|
7586c8e3ff
|
merge two captions if they're within 2 seconds
|
2021-03-18 14:57:20 +08:00 |
|
tramhao
|
9665eb394c
|
Fix a bug to show lyric when downloaded lyric timestamps are not sorted.
|
2021-03-18 11:16:23 +08:00 |
|
raziman
|
b969362111
|
use anko script to map commands
|
2021-03-17 22:20:10 +08:00 |
|
raziman
|
6777bc924e
|
fix input is displayed in repl after execute, should be otherwise
|
2021-03-17 22:18:21 +08:00 |
|
Raziman Mahathir
|
70167ba6c3
|
Merge pull request #43 from issadarkthing/refactor-color
Better color support
|
2021-03-17 20:06:56 +08:00 |
|
Raziman Mahathir
|
675db29621
|
Merge pull request #42 from tramhao/master
Sylt synchronized lyric support
|
2021-03-17 08:45:11 +08:00 |
|
tramhao
|
bb772de297
|
Merge remote-tracking branch 'upstream/master'
|
2021-03-16 22:58:05 +08:00 |
|
tramhao
|
2c4363d871
|
adjust height of tageditor
|
2021-03-16 22:57:43 +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 |
|
tramhao
|
36ff0c3f7d
|
tageditor fix border color when switching focus
|
2021-03-16 13:31:59 +08:00 |
|
raziman
|
e5de5512d3
|
add keybinding for 'show_colors' command
|
2021-03-16 11:59:16 +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 |
|