Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torchedsammy/opera
💃 MPRIS implementation for osu!
https://github.com/torchedsammy/opera
dbus linux mpris osu
Last synced: about 2 months ago
JSON representation
💃 MPRIS implementation for osu!
- Host: GitHub
- URL: https://github.com/torchedsammy/opera
- Owner: TorchedSammy
- License: mit
- Created: 2022-01-15T17:07:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T02:08:25.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T02:07:52.930Z (7 months ago)
- Topics: dbus, linux, mpris, osu
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 2
- 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