Commit Graph

102 Commits

Author SHA1 Message Date
e573c70497
improve: mobile UX
fix: some UX bugs
2024-11-24 03:58:26 +08:00
f1ecabd523
improve: experience for mobile 2024-11-23 07:20:07 +08:00
2742ba43f2
improve: complete event-driven animation 2024-11-23 06:17:53 +08:00
a4ddd83f91
update: preparation for event-driven animation 2024-11-17 20:32:46 +08:00
93855a3f61
ref: migrating to Svelte 5 2024-11-17 19:21:26 +08:00
57de9f426f
update: use new lyric parser 2024-11-17 17:01:10 +08:00
b3ba38c91c
ref: type 2024-11-09 23:21:12 +08:00
2d10240983
update: font and style 2024-11-08 20:45:29 +08:00
630692b507
fix: when cover resolution too low, image on the UI won't fill the container
improve: adjust margin of cover and interactiveBox
2024-11-03 00:42:05 +08:00
2b6d1e7439
improve: rename unused parameter 2024-10-30 21:10:37 +08:00
935bb64958
ref: clean project, especially for tests 2024-10-30 21:09:46 +08:00
5988c8335c
improve: the effect when two lyrics overlap 2024-10-29 02:45:36 +08:00
f939472329
feature: support word-highlight lyrics 2024-10-29 01:43:23 +08:00
f50ff5c588
feature: parsing signer for TTML 2024-10-28 23:21:45 +08:00
5af6992632
fix: real progress and lyric highlighting inconsistent during interlude 2024-10-27 13:13:38 +08:00
734bce13f6
ref: put components into shared "@core" package 2024-10-27 13:09:00 +08:00
3830df1eec
ref: add monorepo for porting to electron 2024-10-27 12:56:42 +08:00
93e13f9668
improve: fine-tuning parameters of lyrics 2024-10-25 01:07:31 +08:00
57fd2f626b
improve: lyric effect 2024-10-25 00:49:00 +08:00
3ee8361669
fix: incorrect scrolling behaviour 2024-10-24 05:16:44 +08:00
fb36719aad
fix: incorrect import path 2024-10-24 05:06:51 +08:00
d0c216fdaf
merge: branch 'ref-lyric' into dev 2024-10-24 05:03:18 +08:00
4b108d81fb
fix: put font loading at the end to optimize loading 2024-10-19 20:47:57 +08:00
a0c75b14c3
ref: use bun 2024-10-19 20:47:12 +08:00
5d72fa6b64
add: docker support 2024-08-26 02:18:15 +08:00
alikia2x
7947b46af5 fix: LRC parser support 2024-08-03 17:48:47 +08:00
alikia2x
26bb6b5bdf ref: optimize project structure 2024-08-02 19:26:01 +08:00
alikia2x
8b6afd408e improve: fine-tune lyric effect 2024-08-02 03:16:01 +08:00
alikia2x
d19b230809 ref: add new AMLL dynamic lyric 2024-08-01 21:40:09 +08:00
alikia2x
e8b7a6e3d2 feature: singer showing
fix: remove blank line in parsed result
improve: remove unused variable
2024-07-30 01:46:17 +08:00
alikia2x
d562c1c9a5 fix: remove unnecessary units in humanSize.ts 2024-07-29 18:38:13 +08:00
alikia2x
0f01c05830 feature: tap the lyric line to go to corresponding progress 2024-07-29 18:22:19 +08:00
alikia2x
d248a1a084 feature: lyric translation
use lenient mode for lyric parsing
2024-07-29 17:41:06 +08:00
alikia2x
8b541818c9 fix: full-feature LRC parser by umechi migrated into main app 2024-07-28 18:30:56 +08:00
eternal-flame-AD
9e388b66ce
handle alternative line ends
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
2024-07-27 16:53:05 -05:00
alikia2x
3dd9829a43 merge: update from dev branch 2024-07-27 16:19:49 +08:00
eternal-flame-AD
dd675ad710
fix: translation and singer parsing
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
2024-07-27 03:07:23 -05:00
alikia2x
ecaa7c3e1c temp: debug 2024-07-27 15:50:40 +08:00
eternal-flame-AD
9074f800d6
add legacy lrc parse mode
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
2024-07-26 00:05:50 -05:00
alikia2x
c8f8a21b94
merge: pull request #3
Sync with dev branch
2024-07-26 03:29:48 +08:00
alikia2x
504c8772da add: LICENSE 2024-07-26 03:20:22 +08:00
alikia2x
bb27df5c8d fix: prevent negative transform in lyrics update.
ref: let the code in lyrics more structured
add: global truncate function
improve: small improvements in routes/play/[id]
2024-07-25 19:03:09 +08:00
eternal-flame-AD
bf7f2f508b
fixup! feat: parsec based lyric parser 2024-07-24 20:59:40 -05:00
eternal-flame-AD
2341d13721
feat: parsec based lyric parser
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
2024-07-24 20:30:24 -05:00
alikia2x
e4677f4117 merge: update from dev branch
include PR #1
2024-07-25 03:14:47 +08:00
alikia2x
253742f681 merge: branch main into dev 2024-07-25 03:13:05 +08:00
alikia2x
cc97de5353
merge: pull request #1 from eternal-flame-AD/fs-patch
fs robustness patch
2024-07-25 03:05:28 +08:00
alikia2x
b4eab1b1ff merge: branch main into dev 2024-07-25 02:52:45 +08:00
alikia2x
a23a52f5e7 ref: better type support in server side script
fix: a typo in return message at api/database/song/[id]
2024-07-25 02:36:17 +08:00
alikia2x
ab8c32ffb8 merge: update from dev branch 2024-07-25 02:35:19 +08:00