Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        





Logo

cmus-rpc


Discord Rich Presence integration for the C* Music Player in rust




Report Bug
·
Request Feature


---

Table of Contents


  1. Preview


  2. Getting Started


  3. Usage

  4. License

  5. Contact

  6. Inspired by

### **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
```

(back to top)

## **Usage**

```bash
cmus-rpc --help
```

if you don't want notifications when playing or pausing songs

```bash
cmus-rpc --no-notifications
```

(back to top)

## **License**

See [LICENSE](LICENSE).

(back to top)

## **Contact**

Abdalrzag eisa [@senpai400](https://twitter.com/senpai400) - [email protected]

(back to top)

## **Inspired by**

- [cmusrp-rust](https://github.com/pascalpuffke/cmusrp-rust)

(back to top)