{"id":16592544,"url":"https://github.com/jakestanger/mpd-lyricsd","last_synced_at":"2026-04-22T07:32:21.300Z","repository":{"id":187081210,"uuid":"613605171","full_name":"JakeStanger/mpd-lyricsd","owner":"JakeStanger","description":"Lyrics fetching service for MPD.","archived":false,"fork":false,"pushed_at":"2023-03-13T22:49:35.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T22:37:45.042Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JakeStanger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-03-13T22:44:35.000Z","updated_at":"2023-03-13T22:45:19.000Z","dependencies_parsed_at":"2023-08-08T23:02:01.247Z","dependency_job_id":null,"html_url":"https://github.com/JakeStanger/mpd-lyricsd","commit_stats":null,"previous_names":["jakestanger/mpd-lyricsd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeStanger%2Fmpd-lyricsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeStanger%2Fmpd-lyricsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeStanger%2Fmpd-lyricsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JakeStanger%2Fmpd-lyricsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JakeStanger","download_url":"https://codeload.github.com/JakeStanger/mpd-lyricsd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242241245,"owners_count":20095339,"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":[],"created_at":"2024-10-11T23:21:15.920Z","updated_at":"2026-04-22T07:32:21.256Z","avatar_url":"https://github.com/JakeStanger.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mpd-lyricsd\n\nLyrics fetching service for MPD.\n\nCurrently capable of fetching lyrics from Genius only.\n\n## Installation\n\n### Cargo\n\n```bash\ncargo install mpd-lyricsd\n```\n\n[crate](https://crates.io/crates/mpd-lyricsd)\n\n### From source\n\n```bash\ngit clone https://github.com/jakestanger/mpd-lyricsd\ncd mpd-lyricsd\ncargo build --release\n```\n\n## Configuration\n\nmpd-lyricsd uses [universal-config](https://github.com/jakestanger/universal-config-rs), \nwhich means it supports any of JSON, YAML, TOML, and [Corn](https://github.com/jakestanger/corn).\n\nCreate a file of your preferred type at `~/.config/mpd-lyricsd/` called `config`, for example `config.corn`.\n\n| Name                  | Type   | Default          | Description                                            |\n|-----------------------|--------|------------------|--------------------------------------------------------|\n| `lyrics_path`         | String | `null`           | **[Required]** Path to save lyrics on disk.            |\n| `genius.access_token` | String | `null`           | **[Required]** Access token for Genius API. See below. |\n| `mpd.address`         | String | `localhost:6600` | TCP or Unix socket to connect to MPD on.               |\n\n### Example\n\n`config.toml`:\n\n```toml\nlyrics_path = \"/home/jake/Music/.lyrics\"\n\n[genius]\naccess_token = \"\u003credacted\u003e\"\n\n[mpd]\naddress = \"media-server:6600\"\n```\n\n### Genius access token\n\nGenius requires you to provide an access token to authenticate against the API. \n\nTo create one, you require a Genius account, and then must create an API Client registration.\nCreate one here: https://genius.com/api-clients/new.\n\nYou can use any app name and website URL.\n\nOnce created, generate an access token and copy it into your config.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakestanger%2Fmpd-lyricsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakestanger%2Fmpd-lyricsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakestanger%2Fmpd-lyricsd/lists"}