https://github.com/sammy-ette/opera
💃 MPRIS implementation for osu!
https://github.com/sammy-ette/opera
dbus linux mpris osu
Last synced: about 2 months ago
JSON representation
💃 MPRIS implementation for osu!
- Host: GitHub
- URL: https://github.com/sammy-ette/opera
- Owner: sammy-ette
- License: mit
- Created: 2022-01-15T17:07:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T02:08:25.000Z (almost 4 years ago)
- Last Synced: 2025-03-14T18:49:00.161Z (10 months ago)
- Topics: dbus, linux, mpris, osu
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Opera
> 💃 MRPIS implementation for osu!
Opera is a program to send currently playing osu! maps/songs over DBus.
It implements the MPRIS specification and acts as a "music player" to
utilities and tools that read data about MPRIS players.
As a good example, an osu! rich presence with [Clematis](https://github.com/TorchedSammy/Clematis)
;)
# Install
Opera requires running [Gosumemory](https://github.com/l3lackShark/gosumemory) to get info.
## Compiling
Run `go install github.com/TorchedSammy/Opera`, or if you prefer to manually build:
```
git clone https://github.com/TorchedSammy/Opera
cd Opera
go get
go build
```
# Usage
Running Opera standalone will work, and anything which gets info from DBus
for MPRIS will pick up on what Opera sends.
# License
MIT