Commit Graph

298 Commits

Author SHA1 Message Date
qier222
11844e22fe refactor: background.js 2020-12-29 00:46:48 +08:00
qier222
de4315707b fix: add scrollbar to modal 2020-12-29 00:41:07 +08:00
qier222
313123b42a fix: update localization 2020-12-29 00:38:26 +08:00
qier222
c82f30480a fix: player will play/pause when user are typing in search box 2020-12-28 23:51:09 +08:00
qier222
d9763b9528 feat: support touch bar 2020-12-28 23:42:30 +08:00
qier222
70ef845572 fix: ask before remove track from playlist 2020-12-17 19:27:08 +08:00
qier222
efdbee4b89 fix: bugs 2020-12-17 19:03:10 +08:00
qier222
d1a080eb8f feat: create/delete playlist, add/remove track from playlist 2020-12-17 18:18:19 +08:00
qier222
44df6f5531 feat(electron): remember window size #82 2020-12-16 23:28:54 +08:00
qier222
fa02197254 fix: bugs 2020-12-16 22:16:38 +08:00
qier222
6b3c0383bc feat: add context menu for album and playlist 2020-12-16 22:16:09 +08:00
qier222
b137ee2f72 feat: add new playlist function 2020-12-16 22:15:06 +08:00
qier222
0680d258ae fix: adapt dark mode for modal 2020-12-16 16:01:32 +08:00
njzy
39e461cd5e
fix(common/isTrackPlayable): add cloud storage judgement logic (#85 #84) 2020-12-14 21:30:48 +08:00
njzy
1374fbd450
fix: play unblock song error when disable cache (#81) 2020-12-09 21:22:56 +08:00
qier222
c7c91bccbc fix: typo and update package.json version 2020-12-09 20:35:37 +08:00
qier222
2ee288b9ba Merge branch 'master' of https://github.com/qier222/YesPlayMusic 2020-12-09 20:18:48 +08:00
qier222
5f0828342c fix: UI improvements 2020-12-09 20:18:32 +08:00
njzy
4128d9ac3b
feat: support cache songs (#80)
fix: cache unblock song

refactor: play first and then cache it
2020-12-09 19:53:19 +08:00
njzy
993f867109
fix: the initial music sort error when restart app (#79) 2020-12-09 19:51:35 +08:00
njzy
b394ec0899
refactor: hide window when close app (#78)
fix: window can't be close by shortcutkey

fix: tray does not show in Windows
2020-12-09 19:50:50 +08:00
qier222
95aa6e176c fix(electron): update electron login page 2020-12-09 18:27:19 +08:00
qier222
f68ae5c078 feat: show like buttons to visitors 2020-12-09 18:09:52 +08:00
qier222
fe1ae83b73 feat: add 'Show unavailable song in grey style' to settings #74 2020-12-09 17:20:13 +08:00
qier222
d66ceded6e fix: update colors 2020-12-09 16:55:13 +08:00
qier222
58f1d55641 fix: update context menu hover style 2020-12-09 16:03:20 +08:00
qier222
463aaf7698 fix: update locale 2020-12-09 16:01:17 +08:00
qier222
60989a2572 feat: add toast component 2020-12-09 16:00:38 +08:00
qier222
fe98229056 fix: change 'NetEase Cloud Music' to 'NetEase Music' 2020-12-09 13:28:31 +08:00
qier222
a89fa61162 fix: repeat button title issue #77 2020-12-09 13:13:46 +08:00
njzy
200c49e8c9 refactor: Adjusting music initialization logic
1.  Initial music loads twice on app start, a second load is triggered as soon as the page is clicked. So I close autounlock
2. Unplayable music can’t be play
2020-12-05 22:36:52 +08:00
qier222
ddebec9de9 Merge branch 'master' of https://github.com/qier222/YesPlayMusic 2020-12-05 12:31:00 +08:00
qier222
870e0a4e9e fix(electron): login issue after restart app 2020-12-05 12:30:48 +08:00
qier222
b7f51f02c2 fix(electron): auto update 2020-12-04 18:46:35 +08:00
njzy
6fa6155817 fix(unblockMusic): the song information may fail to be fetched and reduce the request time
1. Increase the timeout time to prevent blocking the rendering process
2. Use the modification package to solve the problem that song information may not be available and repeatedly requested.
2020-12-04 00:25:44 +08:00
qier222
02c4ee9fb2 fix: play artist's popular song issue #70 2020-12-03 22:22:21 +08:00
qier222
a06afe1468 fix(electron): remove search account login 2020-12-03 22:15:26 +08:00
qier222
72c23654c9 fix: bugs 2020-12-03 22:09:30 +08:00
qier222
8cc8ed9273
Merge pull request #69 from njzydark/patch-4
feat: support unblock unplayable music
2020-12-02 13:10:59 +08:00
qier222
cc953b31f5
Merge pull request #68 from njzydark/patch-3
fix(utils/isTrackPlayable): songs that have been removed from the shelves cannot be played either
2020-12-02 13:10:46 +08:00
njzy
01e2dc955e feat: support unblock unplayable music 2020-12-02 01:01:49 +08:00
njzy
ff98dc7d9b fix(utils/isTrackPlayable): songs that have been removed from the shelves cannot be played either 2020-12-02 01:01:27 +08:00
njzy
4f3299ab9f fix(album): page open error 2020-12-02 00:59:23 +08:00
njzy
c1c379098f fix: set cookie when login with phone 2020-11-29 18:45:10 +08:00
qier222
2998e52427 fix(electron): login issue 2020-11-24 15:29:37 +08:00
qier222
fed756f6bd fix(electron): open new window in browser 2020-11-24 13:54:58 +08:00
qier222
86f89239e6 feat: add auto update for electron app 2020-11-23 18:07:03 +08:00
qier222
7d32e8f3bf Merge branch 'electron'
# Conflicts:
#	src/store/actions.js
#	src/store/mutations.js
2020-11-23 16:48:18 +08:00
qier222
43fd1bc536 fix: bugs 2020-11-23 16:44:17 +08:00
qier222
b1ff13a0dd fix: bugs 2020-11-23 16:06:28 +08:00
qier222
bc0de620c1 refactor: organize codes 2020-11-23 16:04:45 +08:00
qier222
379ff6ac64 feat: apply new layout for some special playlists 2020-11-16 23:45:41 +08:00
qier222
6a47e0cb40
fix: improvements 2020-11-04 23:30:42 +08:00
kunkka
e030647720 feat: update electron app with touchbar and menu. 2020-11-03 23:34:43 +08:00
qier222
2e0b18d217
feat: add more categories to explore page 2020-11-02 12:32:22 +08:00
qier222
f17d61c268
fix: bugs 2020-11-01 21:46:05 +08:00
qier222
ff94f011aa
feat: add "Automatically Cache Songs" option to settings page 2020-11-01 21:45:15 +08:00
kunkka
36fa7b312a Merge branch 'master' into electron 2020-11-01 16:40:46 +08:00
kunkka
6663d00b52 feat: login set music_u 2020-10-31 18:12:45 +08:00
kunkka
309ca88c34 fix: conflict 2020-10-31 14:06:28 +08:00
kunkka
d93e7ad015 lint: prettier 2020-10-31 14:03:41 +08:00
kunkka
3e38604119 feat: scrollbar and logic update for electron 2020-10-31 14:03:23 +08:00
qier222
8c17b70f3c
fix: some bugs 2020-10-31 12:05:28 +08:00
qier222
da6b7cdd95
feat: cache songs 2020-10-31 12:02:50 +08:00
qier222
a41719fb48
feat: split album title 2020-10-30 19:55:21 +08:00
kunkka
ae6ecd96fd feat: update electron options and touchbar 2020-10-30 18:17:04 +08:00
qier222
3788f4ae38
refactor: update context menu style 2020-10-30 16:36:33 +08:00
qier222
d828ee79e9
feat: 🌈🐈 2020-10-30 14:58:56 +08:00
qier222
fda5f99c15
fix: bugs 2020-10-30 14:58:02 +08:00
kunkka
a9e153cfd6 lint: prettier lint 2020-10-30 10:59:26 +08:00
qier222
109098c1eb feat: add see more mv button in artist page 2020-10-29 21:13:42 +08:00
kunkka
9db57acb71 feat: electron tray & menu & touchbar supported 2020-10-29 18:46:54 +08:00
kunkka
249ad01cf1 build: icons 2020-10-29 12:09:57 +08:00
kunkka
47311b20ad Merge branch 'master' into electron 2020-10-28 13:56:25 +08:00
kunkka
dae7dff894 feat: hide eps when no eps 2020-10-28 13:21:16 +08:00
kunkka
072288ae1e locale: update locale 2020-10-28 13:20:45 +08:00
qier222
bada4ad494 feat: save mv to your library 2020-10-28 12:49:51 +08:00
kunkka
05aadf5a30 feat: change window width to 1440 2020-10-28 00:04:46 +08:00
kunkka
912839433e fix: conflict 2020-10-27 23:17:15 +08:00
kunkka
f0dd68d1b0 rename: routes 2020-10-27 23:14:32 +08:00
kunkka
74bf714c28 feat: integrate api in electron app 2020-10-27 23:08:38 +08:00
qier222
e3f783cb65 fix: reset document title when music stop 2020-10-27 17:22:47 +08:00
kunkka
bd29570e31 feat: update electron config 2020-10-27 03:56:05 +08:00
kunkka
720d0b3116 fix: conflict 2020-10-27 01:30:10 +08:00
qier222
2f41e0237d feat: add like albums & follow artists function 2020-10-26 15:47:03 +08:00
kunkka
ed0dbc842a Merge branch 'master' into electron 2020-10-26 10:57:02 +08:00
kunkka
cfa5e0c5b1 lint: prettier 2020-10-26 10:56:26 +08:00
qier222
c448230c14 feat: dynamic PWA theme color 2020-10-25 21:55:20 +08:00
qier222
b655c59761
feat: dark mode support (#53) 2020-10-25 21:04:33 +08:00
Hawtim Zhang
4e482941ed
feat: update api comments with jsdoc. (#52) 2020-10-25 14:15:02 +08:00
qier222
e9b6a81bef fix: some bugs 2020-10-25 14:12:31 +08:00
qier222
3449c02d0c feat: automatically get daily signin points 2020-10-25 14:09:13 +08:00
qier222
7d456f7460 feat: refresh cookie every day to keep user logged in 2020-10-25 13:58:41 +08:00
Hawtim Zhang
780b429fa9
feat: using vuex to make login status reactively (#51) 2020-10-24 18:55:10 +08:00
qier222
5ce9c3689a feat: add "Show Playlists by Apple Music" to settings page 2020-10-24 16:13:31 +08:00
qier222
defb8fb565 feat: add "Show Github Icon" option to settings page 2020-10-24 15:14:42 +08:00
Hawtim Zhang
61bb636f17
feat: using jsdoc config to update api comments (#49)
* feat: add config to resolve path alias.

* feat: use vue-i18n for language switch

* feat: add .editorconfig for ide

* fix: add no-referrer to avoid CROB

* fix: setCookie and fix typo

* feat: integrate vue-i18n

* feat: player component i18n support

* fix: duplicate key warning in explore page

* fix: like songs number changed in library page

* fire: remove todo

* fix: same text search on enter will cause error

* fix: scrobble error params type

* feat: prettier task supported

* fix: prettier ignore config update

* fix: conflict

* fix: commitMP3 and countrycode to countryCode

* lint: prettier

* feat: settings page i18n supported

* feat: option for  change default devServer port

* feat: using jsdoc config to update api comments

* feat: update jsdoc comments

* docs: update jsdoc comments

* docs: update jsdoc comments
2020-10-24 11:41:15 +08:00
kunkka
1ea119972d Merge branch 'master' into electron 2020-10-24 00:54:24 +08:00
kunkka
1bf59f704e lint: lint 2020-10-24 00:52:16 +08:00
kunkka
e60caf9018 feat: electron supported 2020-10-24 00:51:29 +08:00
qier222
67db925bfe fix: some bugs 2020-10-23 20:11:19 +08:00
qier222
8096fe40f1 feat: add more albums by this artist section in album page 2020-10-23 18:25:22 +08:00
qier222
23d4ab3b9d fix: set default music quality to 320Kbps 2020-10-23 13:34:17 +08:00
Hawtim Zhang
6c6e1f1a9f
feat: settings page i18n supported (#42)
* feat: add config to resolve path alias.

* feat: use vue-i18n for language switch

* feat: add .editorconfig for ide

* fix: add no-referrer to avoid CROB

* fix: setCookie and fix typo

* feat: integrate vue-i18n

* feat: player component i18n support

* fix: duplicate key warning in explore page

* fix: like songs number changed in library page

* fire: remove todo

* fix: same text search on enter will cause error

* fix: scrobble error params type

* feat: prettier task supported

* fix: prettier ignore config update

* fix: conflict

* fix: commitMP3 and countrycode to countryCode

* lint: prettier

* feat: settings page i18n supported
2020-10-23 11:35:51 +08:00
qier222
01bfe7fa20 Merge branch 'master' of https://github.com/qier222/YesPlayMusic 2020-10-23 00:00:30 +08:00
qier222
23d25433fa feat: add settings page & move change lang button to settings page 2020-10-23 00:00:17 +08:00
qier222
d5ef383999 feat: support music quality options #33 2020-10-22 23:59:33 +08:00
Hawtim Zhang
e3043e7918
fix: commitMP3 and countrycode to countryCode (#41)
* feat: add config to resolve path alias.

* feat: use vue-i18n for language switch

* feat: add .editorconfig for ide

* fix: add no-referrer to avoid CROB

* fix: setCookie and fix typo

* feat: integrate vue-i18n

* feat: player component i18n support

* fix: duplicate key warning in explore page

* fix: like songs number changed in library page

* fire: remove todo

* fix: same text search on enter will cause error

* fix: scrobble error params type

* feat: prettier task supported

* fix: prettier ignore config update

* fix: conflict

* fix: commitMP3 and countrycode to countryCode

* lint: prettier
2020-10-22 22:35:29 +08:00
Hawtim Zhang
c042faa001
feat: prettier task supported (#40)
* feat: add config to resolve path alias.

* feat: use vue-i18n for language switch

* feat: add .editorconfig for ide

* fix: add no-referrer to avoid CROB

* fix: setCookie and fix typo

* feat: integrate vue-i18n

* feat: player component i18n support

* fix: duplicate key warning in explore page

* fix: like songs number changed in library page

* fire: remove todo

* fix: same text search on enter will cause error

* fix: scrobble error params type

* feat: prettier task supported

* fix: prettier ignore config update

* fix: conflict
2020-10-22 21:44:34 +08:00
qier222
650684de47 refactor: change the style of playing track 2020-10-22 21:41:14 +08:00
qier222
281f9fe0bc feat: save lang to localStorage 2020-10-22 18:13:48 +08:00
BeADre
af30eb431d
fix(loginUsername): add throttle for search (#39) 2020-10-22 17:21:23 +08:00
BeADre
f99dbac95f
fix: add some translations (#36)
* feat: add i18n

* refactor: move songs to common
2020-10-22 14:39:02 +08:00
Hawtim Zhang
e4693b1bdf
fix: scrobble error params type (#38)
* feat: add config to resolve path alias.

* feat: use vue-i18n for language switch

* feat: add .editorconfig for ide

* fix: add no-referrer to avoid CROB

* fix: setCookie and fix typo

* feat: integrate vue-i18n

* feat: player component i18n support

* fix: duplicate key warning in explore page

* fix: like songs number changed in library page

* fire: remove todo

* fix: same text search on enter will cause error

* fix: scrobble error params type
2020-10-22 12:21:50 +08:00
qier222
87fe3e9ff2 Merge branch 'master' of https://github.com/qier222/YesPlayMusic 2020-10-22 01:46:26 +08:00
qier222
c02e26cf1f chore: add Sentry to track issues 2020-10-22 01:46:15 +08:00
Hawtim Zhang
580ed6b18a
fix: same text search on enter will cause error (#34)
* feat: add config to resolve path alias.

* feat: use vue-i18n for language switch

* feat: add .editorconfig for ide

* fix: add no-referrer to avoid CROB

* fix: setCookie and fix typo

* feat: integrate vue-i18n

* feat: player component i18n support

* fix: duplicate key warning in explore page

* fix: like songs number changed in library page

* fire: remove todo

* fix: same text search on enter will cause error
2020-10-22 00:19:54 +08:00
BeADre
36faa33c5f
search国际化以及keywords和result的验证 (#32)
* feat: add i18n of modal

* feat: add i18n of search

* fix: checkout keywords

* fix: checkout result

Co-authored-by: wanghaobb <wanghaobb@seeyon.com>
2020-10-21 18:49:57 +08:00
BeADre
3d4d1e9f66
feat: add i18n of modal (#31)
Co-authored-by: wanghaobb <wanghaobb@seeyon.com>
2020-10-21 16:28:18 +08:00
qier222
c92f09328a Merge branch 'master' of https://github.com/qier222/YesPlayMusic
# Conflicts:
#	src/views/library.vue
2020-10-21 15:58:51 +08:00
qier222
f7ce068260 fix: replace http with https in mp3 url 2020-10-21 15:57:24 +08:00
qier222
81d65c2885 feat: add "Save to / remove from my Liked Songs" to track list context menu 2020-10-21 15:55:16 +08:00
qier222
89bb04b51b style: remove mapTrackPlayableStatus from vue components 2020-10-21 15:50:56 +08:00
Hawtim Zhang
e787555127
fix: duplicate key warning in explore page (#29)
* feat: add config to resolve path alias.

* feat: use vue-i18n for language switch

* feat: add .editorconfig for ide

* fix: add no-referrer to avoid CROB

* fix: setCookie and fix typo

* feat: integrate vue-i18n

* feat: player component i18n support

* fix: duplicate key warning in explore page

* fix: like songs number changed in library page
2020-10-21 15:45:42 +08:00
BeADre
c3d0aeff23
style: modify visibility to opacity (#30)
Co-authored-by: wanghaobb <wanghaobb@seeyon.com>
2020-10-21 14:44:26 +08:00
qier222
4fcc6d2aff 支持播放VIP歌曲 2020-10-21 00:32:00 +08:00
qier222
23b68fc401 修复bug和改进翻译 #22 2020-10-20 21:40:01 +08:00
qier222
6ed061eff6 给library的私密歌单加上lock icon 2020-10-20 20:32:36 +08:00
qier222
aadb1be17a 使用.env代替config.js 2020-10-20 19:19:14 +08:00
qier222
2caed48fa5 Merge branch 'master' of https://github.com/qier222/YesPlayMusic
# Conflicts:
#	src/components/Player.vue
#	src/locale/messages.js
2020-10-20 18:44:58 +08:00
qier222
1657935ba1 修改翻译以及locale结构 2020-10-20 18:43:40 +08:00
Hawtim Zhang
88c470278f
feat: player component i18n support (#25)
* feat: add config to resolve path alias.

* feat: use vue-i18n for language switch

* feat: add .editorconfig for ide

* fix: add no-referrer to avoid CROB

* fix: setCookie and fix typo

* feat: integrate vue-i18n

* feat: player component i18n support
2020-10-20 08:56:25 +08:00
Hawtim Zhang
ecee495a18
feat: use vue-i18n for language switch (#23)
* feat: add config to resolve path alias.

* feat: use vue-i18n for language switch

* feat: add .editorconfig for ide

* fix: add no-referrer to avoid CROB

* fix: setCookie and fix typo

* feat: integrate vue-i18n
2020-10-19 23:14:26 +08:00
qier222
00774d3a91 调整tracklist的专辑封面大小 2020-10-19 16:32:20 +08:00
Hawtim Zhang
c39bea4a4a
add .editorconfig for better coding (#14)
* feat: add config to resolve path alias.

* feat: add .editorconfig for ide

* fix: add no-referrer to avoid CROB

* fix: setCookie and fix typo
2020-10-19 13:57:25 +08:00
pan93412
bce09351cd
Make configuring baseURL easier and make the errors friendly (#9)
* feat(utils/request): make configuring baseURL easier

* docs(config/request): update the corresponding changes

5bc29f9200

* feat(utils/request): make the errors friendly

I replaced the ugly if-statement with Map, and
I also make the message user-friendly
since this project is written for users, not only for developers.

And also, I removed the useless "alert", it is useless and annoying for users.
2020-10-18 11:42:12 +08:00
qier222
c860745bfe 合并likeSongs页面和playlist页面 2020-10-18 01:31:56 +08:00
qier222
14a22ccf1e Merge branch 'master' of https://github.com/qier222/YesPlayMusic
# Conflicts:
#	src/store/mutations.js
2020-10-18 01:07:36 +08:00
qier222
b83aeda687 修复刷新页面后音量复原为100%的bug 2020-10-17 23:09:42 +08:00
qier222
e11ad6bf46 优化next页面,删除无用代码 2020-10-17 22:18:08 +08:00
qier222
6ce6f6b167 修复player随机播放的bug 2020-10-17 22:16:44 +08:00
kunkka
19193bbc7d fix: typo and remove code 2020-10-17 21:09:38 +08:00
Kevin Huang
1ec3134597 replaced replaceAll() with replace() + regex 2020-10-16 15:42:12 -04:00
qier222
7f75758b73 增加收藏歌曲和收藏歌单功能,优化播放器逻辑,修复bug以及体验优化 2020-10-17 00:18:24 +08:00
qier222
5f0ef06786 支持登录网易云账号 2020-10-17 00:13:20 +08:00
qier222
861125ea8c 修复bug和优化体验 2020-10-14 21:10:45 +08:00
qier222
b399d5bbdc 支持播放MV 2020-10-14 15:39:41 +08:00
qier222
e4ba16b9a2 first commit 2020-10-10 19:54:44 +08:00