tramhao
|
92f29b4b0c
|
cleanup and error handling
|
2021-03-03 16:56:41 +08:00 |
|
tramhao
|
0df12bcc38
|
Stop parsing endTime as it's not in lrc files
|
2021-03-03 16:10:06 +08:00 |
|
tramhao
|
51ec659418
|
respect offset from lyric to adjust the delay. Stop using resync.
|
2021-03-03 13:09:38 +08:00 |
|
tramhao
|
f8ee98f0a1
|
mod tidy only.
|
2021-03-03 02:18:16 +08:00 |
|
tramhao
|
ace95a0b45
|
change playingbar to fixed size so progressbar and lyric won't disappear when font is too large
|
2021-03-03 02:13:47 +08:00 |
|
tramhao
|
3cb145cf10
|
lyric-test works with lrc file
|
2021-03-03 01:56:04 +08:00 |
|
tramhao
|
40c5d1a316
|
cleanLRC before embeding the lyric
|
2021-03-03 00:32:07 +08:00 |
|
tramhao
|
5122ed3213
|
Merge remote-tracking branch 'upstream/master'
|
2021-03-02 23:51:56 +08:00 |
|
tramhao
|
e4deba451e
|
handle errors of lyric embed
|
2021-03-02 23:49:27 +08:00 |
|
tramhao
|
be2d4f5ef3
|
comment debug code
|
2021-03-02 23:37:52 +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 |
|
Raziman Mahathir
|
f364c20735
|
Merge pull request #30 from tramhao/master
Add lyric search services
|
2021-03-02 20:25:56 +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
|
ffeef53510
|
fix a minor bug that the song title is not set after pause
|
2021-03-02 12:27:23 +08:00 |
|
tramhao
|
c954c13e16
|
1. Change the logic of switch lyrics 2. Remove a module level variable playringBar.langConfigFromConfig
|
2021-03-02 00:19:41 +08:00 |
|
tramhao
|
0150f6b3da
|
Merge remote-tracking branch 'upstream/master'
|
2021-03-01 12:04:52 +08:00 |
|
Raziman Mahathir
|
82f9cf0b88
|
Merge pull request #28 from issadarkthing/refactor
Move player.go into subpackage
|
2021-03-01 10:33:55 +08:00 |
|
tramhao
|
146daafa37
|
Fix comment format
|
2021-02-28 23:19:42 +08:00 |
|
tramhao
|
83872c9b3d
|
fix a bug of panic when lyric is empty
|
2021-02-28 13:52:22 +08:00 |
|
tramhao
|
efc3a43ef8
|
cleanup debug code
|
2021-02-28 13:32:07 +08:00 |
|
tramhao
|
f304407b60
|
Merge branch 'lyriccn'
|
2021-02-28 13:26:59 +08:00 |
|
tramhao
|
f75dbcec48
|
Lyric provider added for chinese songs with 2 and 3
|
2021-02-28 13:26:42 +08:00 |
|
tramhao
|
a30b871b5c
|
lyric chinese in progress
|
2021-02-27 23:11:17 +08:00 |
|
raziman
|
d2a0a25f89
|
Merge branch 'master' of github.com:issadarkthing/gomu into refactor
|
2021-02-27 16:08:14 +08:00 |
|
Raziman Mahathir
|
d0f813596c
|
Merge pull request #27 from tramhao/master
Fix a bug p.subtitle is not closed during initialization.
|
2021-02-27 16:07:43 +08:00 |
|
raziman
|
ecb450fb18
|
fix bug: loop does not work properly
|
2021-02-27 16:01:48 +08:00 |
|
raziman
|
1520b685b3
|
fix bug: cannot play next song
|
2021-02-27 15:52:13 +08:00 |
|
raziman
|
0476c1d070
|
add comment
|
2021-02-27 11:53:47 +08:00 |
|
raziman
|
3d2a597934
|
make player.Run async
|
2021-02-27 11:51:12 +08:00 |
|
raziman
|
de9956cca1
|
possible fix for data race
|
2021-02-27 09:56:13 +08:00 |
|
raziman
|
5f6c4a81be
|
fix directory shows incorrect emoji
|
2021-02-26 15:31:55 +08:00 |
|
raziman
|
030faa7596
|
fix playingbar not working
|
2021-02-26 15:26:23 +08:00 |
|
raziman
|
4b4a371e08
|
successfully made the song playable
|
2021-02-26 12:59:22 +08:00 |
|
raziman
|
cd66c72709
|
move player.go into seperate package
|
2021-02-26 11:18:58 +08:00 |
|
tramhao
|
d8694d5bdc
|
Fix a bug p.subtitle is not closed during initialization. This is lead to a small bug: when a song has subtitle, and 2nd song doesn't have, 3rd song will show the subtitle of 1st song.
|
2021-02-25 23:18:01 +08:00 |
|
Raziman Mahathir
|
a24d334638
|
Merge pull request #26 from tramhao/master
Fix a bug of embedLyric and add a function to adjust lyric delay
|
2021-02-25 20:15:28 +08:00 |
|
tramhao
|
d4fe9dc04e
|
merge upstream
|
2021-02-25 19:56:19 +08:00 |
|
tramhao
|
c71dfb5905
|
1. Fix a bug when embedLyric, need to delete the old frame with same language id and content descriptor 2. Add a function to adjust the delay time of lyrics
|
2021-02-25 19:50:52 +08:00 |
|
raziman
|
e8513abccd
|
rename progress chan int to update struct{}
|
2021-02-25 16:47:24 +08:00 |
|
raziman
|
1c340cc167
|
rename _progress to progress
|
2021-02-25 16:46:52 +08:00 |
|
raziman
|
2e5c84fee7
|
rename _volume to vol
|
2021-02-25 16:45:03 +08:00 |
|
raziman
|
1825c2c431
|
remove resampler member in Player since it is not used anywhere
|
2021-02-25 16:43:56 +08:00 |
|
raziman
|
ff3949b1ca
|
update README.md
|
2021-02-25 16:15:42 +08:00 |
|
Raziman Mahathir
|
7c4af10eaf
|
Merge pull request #24 from tramhao/master
lyrics in progress bar
v2.0.0
|
2021-02-25 08:58:29 +08:00 |
|
raziman
|
1dfcb7dd06
|
remove comment
|
2021-02-24 13:32:35 +08:00 |
|
raziman
|
a376822854
|
add embedLyric test
|
2021-02-24 13:32:30 +08:00 |
|
tramhao
|
048fc397c9
|
move embedLyric to utils.go and update related code
|
2021-02-24 11:36:26 +08:00 |
|
tramhao
|
d334a90ab3
|
Fix comment format
|
2021-02-24 10:32:29 +08:00 |
|
raziman
|
bd1a2eb38e
|
set ContentDescriptor to 'en' when using lyric package
|
2021-02-23 22:00:24 +08:00 |
|