A streaming music player, built for Windows.
Enjoy the moment...
--- screenshots will be added ---
Supported platform
-
Netease Music
-
YouTube (Planned, in the long long term)
-
User
- Loading stored playlist
- Loading platform-recommended playlist
-
Player
- Playing tracks
- Dual volume control
- Shortcuts
-
Platform specific (Planned only)
- Searching
- Unblock region limitation (Netease music)
Learn more about the technical part here (Technical README)
Status | Title | Rollout version |
---|---|---|
Complete | Session Login | 0.0.0 Listen |
Complete | Loading user playlist | 0.0.0 |
Complete | Loading home, recent | 0.0.0 |
Complete | Update README: Roadmap | 0.0.0 |
In-progress | Animation design | 0.1.0 Okay Design |
Planned Jan 21 | Design playlist's song table | 0.1.0 |
Planned | Rethink design | 0.2.0 UX (Public preview) |
Planned | Improve Navigation | 0.2.0 |
Planned | Auto-update | 0.2.0 |
Planned Mar 21 | Spacebar play/pause | 0.2.0 |
Planned | Music Player shortcuts | 0.3.0 Shortcuts |
Planned | Settings shortcuts | 0.3.0 |
It is recommended to develop in VSCode
Or the command-line-way...🙄
-
To run the project:
yarn electron:serve
-
To build the project:
vue-cli-service electron:build
For the versions available, see the tags on this repository
- ttdyce - github
This project is licensed under the MIT License - see the LICENSE.md file for details
Dependencies
- NeteaseCloudMusicApi by Binaryify
- electron-store by sindresorhus
- mousetrap by ccampbell
- custom-electron-titlebar by AlexTorresSk (I wrote a simple one so... kind of... depended on it? right?)