Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aymanbagabas/glyrics
GTK+ lyrics viewer
https://github.com/aymanbagabas/glyrics
gnome gtk linux lyrics mediaplayer mpd mpris
Last synced: about 2 months ago
JSON representation
GTK+ lyrics viewer
- Host: GitHub
- URL: https://github.com/aymanbagabas/glyrics
- Owner: aymanbagabas
- License: gpl-3.0
- Created: 2018-12-17T01:55:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T03:24:17.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T12:56:58.885Z (3 months ago)
- Topics: gnome, gtk, linux, lyrics, mediaplayer, mpd, mpris
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glyrics
A GTK+ lyrics viewer that uses [glyr](https://github.com/sahib/glyr) and [playerctl](https://github.com/acrisci/playerctl) for its back-end.
![]()
## Install
### Flatpak
You can get flatpak builds from the releases page [here](https://github.com/aymanbagabas/Glyrics/releases).### Build
Glyrics depends on the following:
* [meson](https://mesonbuild.com/) >= 0.46.0
* [ninja](https://ninja-build.org/)
* [playerctl](https://github.com/acrisci/playerctl)
* [glyr](https://github.com/sahib/glyr)
* [python-glyr](https://github.com/sahib/python-glyr)**NOTE:** if you're installing these packages locally, make sure to specify `prefix` to `/usr` otherwise you will have trouble getting everything to work.
```
$ git clone https://github.com/aymanbagabas/Glyrics.git
$ cd Glyrics
$ meson build-meson
$ sudo ninja -C build-meson install
```## Todo
See TODO.## Credit
* [sahib](https://github.com/sahib) for [libglyr](https://github.com/sahib/glyr) and [plyr](https://github.com/sahib/python-glyr).
* [acrisci](https://github.com/acrisci) for [playerctl](https://github.com/acrisci/playerctl) library.## License
See LICENSE.Copyright © 2019, Ayman Bagabas