{"id":13455116,"url":"https://github.com/osdlyrics/osdlyrics","last_synced_at":"2025-03-24T07:32:23.197Z","repository":{"id":1576249,"uuid":"2025854","full_name":"osdlyrics/osdlyrics","owner":"osdlyrics","description":"Standalone lyrics fetcher/displayer (windowed and OSD mode).","archived":false,"fork":true,"pushed_at":"2023-12-20T14:11:28.000Z","size":4307,"stargazers_count":319,"open_issues_count":31,"forks_count":53,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-03-26T02:23:45.253Z","etag":null,"topics":["gtk","hacktoberfest","linux","lrc","lyrics","osd"],"latest_commit_sha":null,"homepage":"https://twitter.com/OSDLyrics","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"tigersoldier/osd-lyrics","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osdlyrics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2011-07-10T14:17:44.000Z","updated_at":"2024-03-17T02:39:57.000Z","dependencies_parsed_at":"2023-07-05T20:31:59.483Z","dependency_job_id":null,"html_url":"https://github.com/osdlyrics/osdlyrics","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdlyrics%2Fosdlyrics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdlyrics%2Fosdlyrics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdlyrics%2Fosdlyrics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdlyrics%2Fosdlyrics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osdlyrics","download_url":"https://codeload.github.com/osdlyrics/osdlyrics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245227567,"owners_count":20580898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gtk","hacktoberfest","linux","lrc","lyrics","osd"],"created_at":"2024-07-31T08:01:01.444Z","updated_at":"2025-03-24T07:32:22.550Z","avatar_url":"https://github.com/osdlyrics.png","language":"C","funding_links":[],"categories":["Applications","C","应用"],"sub_categories":["Audio","音频"],"readme":"# OSD Lyrics\n\nShow synced lyrics with your favorite media player on Linux.\n\n## Introduction\n\nOSD Lyrics is a desktop application to view lyrics compatible with various media players. It is not a plugin but a standalone program. OSD Lyrics shows lyrics on your desktop, in the style similar to KaraOK. It also provides another displaying style, in which lyrics scroll from bottom to top. OSD Lyrics can download lyrics from the network automatically.\n\n![Screenshot in OSD mode](screenshot.png)\n\n## License\n\nOSD Lyrics is released under GPL v3. See [LICENSE](LICENSE) for more detail.\n\n## How to use\n\nTo use OSD Lyrics, just launch your media player, then launch OSD Lyrics.\nOSD Lyrics will detect and connect to the media player.\n\n## How to install\n\nOSD Lyrics is available for Ubuntu, Debian, Fedora, OpenSUSE, FreeBSD and ArchLinux.\nA list of packages' names, versions, and install instructions for each distribution is [available at pkgs.org](https://pkgs.org/search/?q=osdlyrics).\n\n## Build instructions\n\n### Requirements\n\n* On Ubuntu, dependencies are listed on the [Ubuntu Universe page](https://packages.ubuntu.com/source/focal/osdlyrics).\n* On Debian, dependencies are listed on the [Sid packages' page](https://packages.debian.org/sid/osdlyrics).\n* On ArchLinux, dependencies are listed on the [AUR package](https://aur.archlinux.org/packages/osdlyrics-git).\n\n## Cloning repository\n\nYou can use git to clone our repository with the latest changes, use the following command:\n\n```\ngit clone https://github.com/osdlyrics/osdlyrics.git\n```\n\n## Building\n\nAfter cloning the repository and installing dependencies, issue the following commands at the cloned directory to build and install:\n\n```\n./autogen.sh\n./configure --prefix=/usr PYTHON=/usr/bin/python3\nmake\nsudo make install\n```\n\nYou can read more at [Building wiki page](https://github.com/osdlyrics/osdlyrics/wiki/Building).\n\nSince version `0.5.15` Python 2 is no longer supported. Please upgrade to Python 3.12+.\n\n## Troubleshooting\n\nCheck [Troubleshooting wiki page](https://github.com/osdlyrics/osdlyrics/wiki/Troubleshooting) for more detailed help.\n\n## Contact us\n\nThe official source repository is on Github: https://github.com/osdlyrics/osdlyrics\n\nIf there is any feature request, suggestion, or bug, feel free to report them in [issues page](https://github.com/osdlyrics/osdlyrics/issues).\n\nYou can contact the developers for fast support through [our Discord server](https://discord.gg/vHC2Q3YUuA).\n\n## How to contribute\n\nWe 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.\n\nYou can read more at [Contributing wiki page](https://github.com/osdlyrics/osdlyrics/wiki/Contributing).\n\n## Acknowledgements\n\nThanks to all the people who have directly or indirectly helped in the development of this project.\nSpecial thanks to the original author \"[Tiger Soldier](mailto:tigersoldi@gmail.com)\", first contributors \"[Sarlmol Apple](mailto:sarlmolapple@gmail.com)\", \"[Simply Zhao](mailto:simplyzhao@gmail.com)\" and everybody else listed at [contributors page](https://github.com/osdlyrics/osdlyrics/graphs/contributors).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosdlyrics%2Fosdlyrics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosdlyrics%2Fosdlyrics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosdlyrics%2Fosdlyrics/lists"}