Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T13:04:14.000Z (about 2 years ago)
- Last Synced: 2024-05-06T06:21:42.733Z (8 months 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
![rpc-preview](./.readme/rpc-preview.png)
#### notification
![notification](./.readme/notification.png)
> **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) - [email protected]
## **Inspired by**
- [cmusrp-rust](https://github.com/pascalpuffke/cmusrp-rust)