https://github.com/eNkru/electron-xiami
虾米音乐 & 虾米电台 - Linux & Mac | Xiami Player & Xiami Radio desktop for Linux & Mac supported by Electron
https://github.com/eNkru/electron-xiami
electron electron-app electron-application linux-app macos-app music-player xiami xiami-music
Last synced: 10 months ago
JSON representation
虾米音乐 & 虾米电台 - Linux & Mac | Xiami Player & Xiami Radio desktop for Linux & Mac supported by Electron
- Host: GitHub
- URL: https://github.com/eNkru/electron-xiami
- Owner: eNkru
- License: mit
- Archived: true
- Created: 2017-06-21T05:49:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T00:52:05.000Z (about 5 years ago)
- Last Synced: 2025-04-22T10:09:39.038Z (10 months ago)
- Topics: electron, electron-app, electron-application, linux-app, macos-app, music-player, xiami, xiami-music
- Language: JavaScript
- Homepage:
- Size: 28.9 MB
- Stars: 296
- Watchers: 11
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

# Electron Xiami
[中文说明](README.md)
A [xiami](http://www.xiami.com/) desktop application for Linux.
Supported by [Electron](https://electron.atom.io/).




*This is not the official desktop client. It's released under open source. If you are facing any issue, please use [this link](https://github.com/eNkru/electron-xiami/issues) to report.*
## Feature
* Play Xiami online music on Linux platform
* Xiami Radio (BETA)
* Mini mode
* Desktop Lyrics (BETA)
* Close to minimise
* Dock tray support
* System notification
* Play control in context menu
* Local configuration support
* Multi-language support
## Pre-Request
* [GIT](https://git-scm.com/)
* [NPM](https://www.npmjs.com/)
## Build & Install
Clone the repository and run in development mode.
```
git clone https://github.com/eNkru/electron-xiami.git
cd electron-xiami
npm install
npm start
```
Build the application
```
npm run dist:linux
```
## Release
```
npm version (new release version)
git push origin master
git push origin --tags
npm publish
```
## Download
The released application can be downloaded [here](https://github.com/eNkru/electron-xiami/releases).
## License
[MIT](https://github.com/eNkru/electron-xiami/blob/master/LICENSE)