https://github.com/osdlyrics/osdlyrics
Standalone lyrics fetcher/displayer (windowed and OSD mode).
https://github.com/osdlyrics/osdlyrics
gtk hacktoberfest linux lrc lyrics osd
Last synced: about 1 month ago
JSON representation
Standalone lyrics fetcher/displayer (windowed and OSD mode).
- Host: GitHub
- URL: https://github.com/osdlyrics/osdlyrics
- Owner: osdlyrics
- License: gpl-3.0
- Fork: true (tigersoldier/osd-lyrics)
- Created: 2011-07-10T14:17:44.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T14:11:28.000Z (over 1 year ago)
- Last Synced: 2024-03-26T02:23:45.253Z (about 1 year ago)
- Topics: gtk, hacktoberfest, linux, lrc, lyrics, osd
- Language: C
- Homepage: https://twitter.com/OSDLyrics
- Size: 4.11 MB
- Stars: 319
- Watchers: 25
- Forks: 53
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - 
## License
OSD Lyrics is released under GPL v3. See [LICENSE](LICENSE) for more detail.
## How to use
To use OSD Lyrics, just launch your media player, then launch OSD Lyrics.
OSD Lyrics will detect and connect to the media player.## How to install
OSD Lyrics is available for Ubuntu, Debian, Fedora, OpenSUSE, FreeBSD and ArchLinux.
A list of packages' names, versions, and install instructions for each distribution is [available at pkgs.org](https://pkgs.org/search/?q=osdlyrics).## Build instructions
### Requirements
* On Ubuntu, dependencies are listed on the [Ubuntu Universe page](https://packages.ubuntu.com/source/focal/osdlyrics).
* On Debian, dependencies are listed on the [Sid packages' page](https://packages.debian.org/sid/osdlyrics).
* On ArchLinux, dependencies are listed on the [AUR package](https://aur.archlinux.org/packages/osdlyrics-git).## Cloning repository
You can use git to clone our repository with the latest changes, use the following command:
```
git clone https://github.com/osdlyrics/osdlyrics.git
```## Building
After cloning the repository and installing dependencies, issue the following commands at the cloned directory to build and install:
```
./autogen.sh
./configure --prefix=/usr PYTHON=/usr/bin/python3
make
sudo make install
```You can read more at [Building wiki page](https://github.com/osdlyrics/osdlyrics/wiki/Building).
Since version `0.5.15` Python 2 is no longer supported. Please upgrade to Python 3.12+.
## Troubleshooting
Check [Troubleshooting wiki page](https://github.com/osdlyrics/osdlyrics/wiki/Troubleshooting) for more detailed help.
## Contact us
The official source repository is on Github: https://github.com/osdlyrics/osdlyrics
If there is any feature request, suggestion, or bug, feel free to report them in [issues page](https://github.com/osdlyrics/osdlyrics/issues).
You can contact the developers for fast support through [our Discord server](https://discord.gg/vHC2Q3YUuA).
## How to contribute
We adopt [GitHub flow](https://guides.github.com/introduction/flow/index.html) for development, this means you can use GitHub issues, projects and pull requests pages to respectively submit bugs/suggestions, take a look at current roadmap/Kanban and submit changes.
You can read more at [Contributing wiki page](https://github.com/osdlyrics/osdlyrics/wiki/Contributing).
## Acknowledgements
Thanks to all the people who have directly or indirectly helped in the development of this project.
Special thanks to the original author "[Tiger Soldier](mailto:[email protected])", first contributors "[Sarlmol Apple](mailto:[email protected])", "[Simply Zhao](mailto:[email protected])" and everybody else listed at [contributors page](https://github.com/osdlyrics/osdlyrics/graphs/contributors).