Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/BartWillems/lyriek
- Owner: BartWillems
- License: gpl-3.0
- Created: 2020-04-14T13:42:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T08:21:51.000Z (over 3 years ago)
- Last Synced: 2024-08-02T12:49:34.417Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 277 KB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - BartWillems/lyriek - A multi-threaded GTK 3 application for fetching the lyrics of the current playing song (others)
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.