https://github.com/linuxdeepin/deepin-music
Music player for deepin desktop environment.
https://github.com/linuxdeepin/deepin-music
Last synced: about 1 month ago
JSON representation
Music player for deepin desktop environment.
- Host: GitHub
- URL: https://github.com/linuxdeepin/deepin-music
- Owner: linuxdeepin
- License: gpl-3.0
- Created: 2012-05-07T08:33:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T07:56:44.000Z (about 1 month ago)
- Last Synced: 2025-03-17T08:42:19.522Z (about 1 month ago)
- Language: QML
- Homepage:
- Size: 136 MB
- Stars: 191
- Watchers: 27
- Forks: 103
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- fucking-Awesome-Linux-Software -  or other debian-based distro which got deepin-music delivered:
``` shell
$ apt build-dep deepin-music
```2. Build:
```
$ cd deepin-music
$ mkdir Build
$ cd Build
$ cmake ..
$ make
```3. Install:
```
$ sudo make install
```The executable binary file could be found at `/usr/bin/deepin-music`
## Usage
Execute `deepin-music`
## Getting help
- [Official Forum](https://bbs.deepin.org/)
- [Developer Center](https://github.com/linuxdeepin/developer-center)
- [Gitter](https://gitter.im/orgs/linuxdeepin/rooms)
- [IRC Channel](https://webchat.freenode.net/?channels=deepin)
- [Wiki](https://wiki.deepin.org/)## Getting involved
We encourage you to report issues and contribute changes
- [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en) (English)
- [开发者代码贡献指南](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文)## License
deepin-music is licensed under [GPL-3.0-or-later](LICENSE).