https://github.com/mesalilac/cmus-rpc
Discord Rich Presence integration for the C* Music Player in rust
https://github.com/mesalilac/cmus-rpc
cmus cmus-discord cmus-rpc cmus-status
Last synced: about 2 months ago
JSON representation
Discord Rich Presence integration for the C* Music Player in rust
- Host: GitHub
- URL: https://github.com/mesalilac/cmus-rpc
- Owner: mesalilac
- License: gpl-2.0
- Created: 2022-07-05T05:50:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T13:04:14.000Z (over 3 years ago)
- Last Synced: 2025-03-06T08:23:49.620Z (over 1 year ago)
- Topics: cmus, cmus-discord, cmus-rpc, cmus-status
- Language: Rust
- Homepage:
- Size: 649 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cmus-rpc
Discord Rich Presence integration for the C* Music Player in rust
Report Bug
·
Request Feature
---
Table of Contents
### **Preview**
#### discord rpc

#### notification

> **Note**: You can add images to your songs using `easytag`
### **Prerequisites**
- build from source: [rust](https://www.rust-lang.org/tools/install)
### **Installation**
- [download from releases](#download-from-releases)
- [build from source](#build-from-source)
#### **Download from releases**
[Download For Linux](https://github.com/Senpai-10/cmus-rpc/releases/latest/download/cmus-rpc)
#### **Build from source**
```bash
cargo install --git https://github.com/Senpai-10/cmus-rpc
```
## **Usage**
```bash
cmus-rpc --help
```
if you don't want notifications when playing or pausing songs
```bash
cmus-rpc --no-notifications
```
## **License**
See [LICENSE](LICENSE).
## **Contact**
Abdalrzag eisa [@senpai400](https://twitter.com/senpai400) - bmjfdrh@gmail.com
## **Inspired by**
- [cmusrp-rust](https://github.com/pascalpuffke/cmusrp-rust)