Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/BartWillems/lyriek

A multi-threaded GTK 3 application for fetching the lyrics of the current playing song
https://github.com/BartWillems/lyriek

Last synced: 5 days ago
JSON representation

A multi-threaded GTK 3 application for fetching the lyrics of the current playing song

Awesome Lists containing this project

README

        

# Lyriek

A multi-threaded GTK 3 application for fetching the lyrics of the current playing song.

![lyriek window](screenshots/lyriek-window.png)

## Installation

### Arch Linux

```
yay -S lyriek
```

### Ubuntu

```
apt install libgtk-3-dev --no-install-recommends
cargo build --release
```

## Troubleshooting

### No Active Player

Lyriek uses [MPRIS](https://wiki.archlinux.org/index.php/MPRIS) to get song information.

If you see `no active player`, that means that you either have no media player running, or your media player doesn't communicate to D-Bus using MPRIS.