pan93412
ab85c51831
fix(utils/player): preload & autoUnlock ( #1557 )
...
* fix(utils/player): preload & autoUnlock
* style: clang-format & prettier
2022-04-23 17:19:16 +08:00
qier222
f88addc95d
feat: update ga
2022-04-16 03:06:16 +08:00
GalvinGao
ea4b20755d
feat: add copy track link & fixed various visual defects ( #1489 )
...
* feat: add copy track link
* fix: various visual defects
* feat: add track low res fallback
* chore: remove redundant locale strings
* chore: separate playbackState for a new PR
* build: fix netlify failing to build site
2022-04-12 16:16:46 +08:00
amphineko
16b525915e
feat(utils/request): override realIP param with env var ( #1514 )
2022-04-12 00:08:44 +08:00
memorydream
3fca7d16bb
fix: APP启动时检查窗口位置,避免窗口启动在屏幕外
2022-04-05 14:41:48 +08:00
memorydream
7d64dea29b
fix: 禁止在TrackListItem上导航到id为0的歌手页
2022-04-05 14:41:48 +08:00
pan93412
871217713a
revert: isCreateTray 在瀏覽器環境應永遠為應永遠為 false
...
部分環境沒有 process.env.IS_ELECTRON,以致發生錯誤。
This reverts commit 748db54f52 .
2022-04-04 00:46:08 +08:00
pan93412
5ff8868d3e
fix(utils/request): token 過期 (301) 時重新導向至登入頁面 ( #1448 )
2022-03-27 15:16:55 +08:00
Jiang Menghao
626786a008
fix(components/DailyTracksCard): 修复了每日推荐在 Safari 不显示圆角的bug ( #1444 )
2022-03-26 18:55:42 +08:00
memorydream
b1c5873bd6
fix: firefox scrollbar ( #1425 )
2022-03-20 18:05:35 +08:00
memorydream
748db54f52
fix(utils/platform): isCreateTray 在瀏覽器環境應永遠為應永遠為 false
2022-03-16 15:50:20 +08:00
pan93412
fbf695eb16
feat(utils/player): 播放、暫停時淡入淡出
2022-03-16 15:50:20 +08:00
memorydream
ef7f51ecf0
feat(library): i18n & l10n ( #1386 )
...
* Update library translations
* Update zh-TW.js
2022-03-08 12:22:27 +08:00
memorydream
7dad7d810a
fix: 修复部分按钮失效的问题 ( #1380 )
2022-03-06 11:55:57 +08:00
pan93412
3d5d40c476
feat(components/Navbar): 自訂和微調各系統的 titlebar ( #1343 )
...
* feat: linux custom titlebar
* add settings init
* Update zh-TW.js
* fix: color
Co-authored-by: memorydream <34763046+memorydream@users.noreply.github.com>
2022-02-25 07:36:56 +08:00
pan93412
3e1dc62fa0
chore: 更新依賴、更換為 prettier 新規則 ( #1340 )
...
* chore: upgrade dependencies
* style: prettier
2022-02-25 07:36:13 +08:00
memorydream
80b19192c3
fix(views/lyrics): don't open empty artist link ( #1286 )
2022-02-03 20:37:18 +08:00
CNawalol
d15b58d805
feat: mpris support ( #1279 )
...
* feat: mpris support
* fix: 修复网页版无法播放
* fix: 修复在 Player.js 里 ipcRenderer 为空时引发的错误
* docs: update README
* docs: update README
Co-authored-by: memorydream <34763046+memorydream@users.noreply.github.com>
2022-01-30 00:37:12 +08:00
memorydream
c8b9c0dae8
fix(utils/lyrics): format
2022-01-28 15:17:34 +08:00
memorydream
769ba47a1d
fix(utils/lyrics): [min:sec] timestamp lyrics parse ( #1277 )
...
* fix(utils/lyrics): [min:sec] timestamp lyrics parse
* refactor(utils/lyrics): simplify time expression
* style(utils/lyrics): remove duplicate space
Co-authored-by: pan93412 <pan93412@gmail.com>
2022-01-28 14:54:40 +08:00
pan93412
8a6c13e62f
refactor(utils/lyrics): support multi-timestamp lyrics ( #1268 )
...
* refactor(utils/lyrics): support multi-timestamp lyrics
Fully rewrited and improved the performance.
* refactor(utils/lyrics): remove useless .map
* fix(utils/lyrics): enhance the extraction logic
2022-01-27 16:25:45 +08:00
memorydream
171f4708d8
remove comment
2022-01-27 01:49:18 +08:00
pan93412
9ae5e4f059
fix(utils/lyrics): do not preserve the empty lyric
2022-01-27 00:07:09 +08:00
pan93412
3ddfe9c3bb
refactor(utils/lyrics): better parsing logic
2022-01-26 23:41:53 +08:00
pan93412
ebd863f5b6
refactor(ncmapi): manage NCMAPI with submodule
...
also:
- docs: tells user to clone repo recursively
- feat(ci): clone recursively
- feat(ncmapi): backport my change
https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1453
- refactor: rewrite startNeteaseMusicApi()
2022-01-26 18:13:55 +08:00
Wenqi Huang
4b22651a07
fix: set "onend" callback for howler properly ( #1249 )
...
Fix #1090
2022-01-22 20:39:26 +08:00
memorydream
75fed70c38
fix: retry when personalFM not found data ( #1231 )
...
* fix: retry when personalFM not found data
* fix
* fix: retry count
2022-01-17 23:23:39 +08:00
memorydream
d716bb8cde
feat: refactor tray ( #1227 )
...
* feat: support set tray icon tooltip info
* fix: name
* refactor tray impl and add tray playing state change
* fix: linux impl
* add pause icon
* add tray like state
* fix
* fix: linux impl
* better pause icon
2022-01-17 23:23:21 +08:00
memorydream
3cbb8d9b25
fix: wrong trim all white space lyric ( #1233 )
2022-01-17 21:12:40 +08:00
chen310
585691aa0f
fix: 云盘加载歌曲数增加至1000 ( #1242 )
...
FIXME: 超过 1000 的部分仍无法显示
Fix #940
Fix #1024
Fix #1240
2022-01-17 20:38:09 +08:00
GalvinGao
42f3da9b37
feat: add reversed mode & improvements to lyrics animation ( #1226 )
...
* feat(reversed-mode): add reversed mode & improvements to lyrics animation
* feat(lyrics-animation): improve `:active` style
* fix: extra white space after artist in lyrics view
* refactor: remove unused function
* feat: slightly add duration of transition to improve replication from Apple Music style
2022-01-14 15:30:19 +08:00
memorydream
3ea5446fcc
fix : PersonalFM can not found next track ( #1217 )
...
* fix : PersonalFM can not found next track
* do not call _loadPersonalFMNextTrack() when reload personal FM
* fix: revert
* fix: separate playNextTrack
* fix: moveToFMTrash
* fix
* fix: shortcut and _loadPersonalFMNextTrack()
* show toast when personal timeout
* fix: name
2022-01-12 01:04:40 +08:00
chen310
d4ca9d6dcf
fix: 解决云盘和听歌排行歌曲变灰的问题 ( #1215 )
2022-01-11 19:07:35 +08:00
memorydream
76a8742d61
feat: better lyrics filter ( #1210 )
...
* feat: better filter lyrics
* change
* replace filter text with RegExp
* more change
* add try catch
* better author filter
2022-01-11 19:06:47 +08:00
memorydream
73df7f28f4
feat: 当只有一句歌词且内容为'纯音乐,请欣赏'时,隐藏歌词面板 ( #1205 )
2022-01-09 18:34:30 +08:00
Rick
a87686098c
feat: 增加心动模式/智能播放 ( #323 ) ( #1206 )
2022-01-09 18:33:42 +08:00
memorydream
b501214c02
fix: context menu position ( #1207 )
...
* fix: context menu position
* fix: context menu position with player disabled
2022-01-09 18:12:30 +08:00
memorydream
14566b20b2
fix: library extract lyric part ( #1201 )
2022-01-08 17:33:41 +08:00
memorydream
07b5d4de3d
fix: lyrics sort ( #1199 )
2022-01-08 01:12:16 +08:00
Rick
3d71e9fc00
feat: 增加我的听歌排行 ( #274 ) ( #1197 )
2022-01-07 21:32:00 +08:00
chen310
98ac9fd1ac
fix: 解决某些歌曲(如已购专辑)能播放但仍然变灰的问题 ( #1173 )
2022-01-04 18:35:31 +08:00
是虹川飴
cbeb64a65c
fix #1152 ( #1157 )
2021-12-31 18:56:16 +08:00
pan93412
d153810205
fix(views/library): better lyric-picking logic ( #1143 )
...
* fix(views/library): better lyric-picking logic
* feat(views/library): filter out lines with "作詞" and "作曲" included
2021-12-29 07:37:58 +08:00
pan93412
f5cdbea379
refactor(views/library): 修改取词逻辑 ( #1135 )
...
* refactor(views/library): 修改取词逻辑
* refactor(views/library): clean up long-winded code
Co-authored-by: 是虹川飴 <r0akg9yxh@relay.firefox.com>
Closed : #1133
Fixed : #1019 #1127 #1067 #1064 #1058 #1022
2021-12-28 17:58:31 +08:00
Vidocq
e838f1d6d4
fix: toast covered by modal ( #1137 )
2021-12-28 01:04:33 +08:00
pan93412
83b78bab34
feat: allow customizing UNM's sources ( #1134 )
...
* feat(ipcMain/unm): allow passing customized source
* feat(utils/Player): pass settings.unmSource
According to c280221a44608777a69038306a6ea8e92953fb9a,
we can let users customize their desired source now.
* feat(views/settings): allow configuring sources
We haven't supported specifying the environment variable in YPM yet.
2021-12-28 00:49:31 +08:00
memorydream
c73da5c5ad
fix: firefox lyrics scrollbar ( #1128 )
2021-12-25 13:08:01 +08:00
pan93412
836b7d0ce9
fix(player): release object urls ( #1121 )
2021-12-24 17:19:16 +08:00
pan93412
d049eb4903
fix(settings): update URL to our UNM fork's ( #1120 )
2021-12-24 15:22:27 +08:00
是虹川飴
4a99f31aed
fix: 修复 issues #1019 的跟进问题 ( #1113 )
...
* issues #1019 的迫真修复
* 修复 issues #1019
* 修复 issues #1019
* 改回 pickedLyric() 逻辑
* 更进一步的避免取词卡死问题
* 更新网易云 api 到 4.2.0
* Update README.md
* Revert "Update README.md"
This reverts commit b862ef7d4dabd40c8fe57e4837fc6220806a1456.
* Update lyrics.vue
* 过滤歌词
2021-12-21 10:20:04 +08:00