{"id":34140298,"url":"https://github.com/fashni/mxlrc-go","last_synced_at":"2026-03-09T21:02:53.903Z","repository":{"id":50736622,"uuid":"519996477","full_name":"fashni/mxlrc-go","owner":"fashni","description":"Fetch synced lyrics from Musixmatch and save it as *.lrc file, written in Go. Python version https://github.com/fashni/MxLRC","archived":false,"fork":false,"pushed_at":"2022-08-08T17:50:39.000Z","size":29,"stargazers_count":27,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-17T15:23:37.248Z","etag":null,"topics":["go","golang","lrc-files","lrc-maker","lyrics-fetcher","lyrics-search","musixmatch","synced-lyrics"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fashni.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}},"created_at":"2022-08-01T06:48:48.000Z","updated_at":"2025-10-06T02:27:28.000Z","dependencies_parsed_at":"2022-08-12T22:10:29.051Z","dependency_job_id":null,"html_url":"https://github.com/fashni/mxlrc-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fashni/mxlrc-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fashni%2Fmxlrc-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fashni%2Fmxlrc-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fashni%2Fmxlrc-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fashni%2Fmxlrc-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fashni","download_url":"https://codeload.github.com/fashni/mxlrc-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fashni%2Fmxlrc-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30312130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["go","golang","lrc-files","lrc-maker","lyrics-fetcher","lyrics-search","musixmatch","synced-lyrics"],"created_at":"2025-12-15T02:40:19.584Z","updated_at":"2026-03-09T21:02:53.897Z","avatar_url":"https://github.com/fashni.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MxLRC\n[![build](https://github.com/fashni/mxlrc-go/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/fashni/mxlrc-go/actions/workflows/build.yml)\n\nCommand line tool to fetch synced lyrics from [Musixmatch](https://www.musixmatch.com/) and save it as *.lrc file.\n\n---\n\n## Python version\n[Check it here](https://github.com/fashni/MxLRC)\n\n---\n\n## Download\n### Standalone binary\n**TBA**\n\n### Build from source\nRequired Go 1.17+\n```\ngo install github.com/fashni/mxlrc-go@latest\n```\n\n---\n\n## Usage\n```\nUsage: mxlrc-go [--outdir OUTDIR] [--cooldown COOLDOWN] [--token TOKEN] SONG [SONG ...]\n\nPositional arguments:\n  SONG                        song information in [ artist,title ] format (required)\n\nOptions:\n  --outdir OUTDIR, -o OUTDIR  output directory [default: lyrics]\n  --cooldown COOLDOWN, -c COOLDOWN\n                              cooldown time in seconds [default: 15]\n  --depth DEPTH, -d DEPTH     (directory mode) maximum recursion depth [default: 100]\n  --update, -u                (directory mode) update existing lyrics file\n  --bfs                       (directory mode) use breatdth-first-search traversal\n  --token TOKEN, -t TOKEN     musixmatch token\n  --help, -h                  display this help and exit\n```\n\n## Example:\n### One song\n```\nmxlrc-go adele,hello\n```\n### Multiple song and custom output directory\n```\nmxlrc-go adele,hello \"the killers,mr. brightside\" -o some_directory\n```\n### With a text file and custom cooldown time\n```\nmxlrc-go example_input.txt -c 20\n```\n### Directory Mode (recursive)\n```\nmxlrc-go \"Dream Theater\"\n```\n\u003e **_This option overrides the `-o/--outdir` argument which means the lyrics will be saved in the same directory as the given input._**\n\n\u003e **_The `-d/--depth` argument limit the depth of subdirectory to scan. Use `-d 0` or `--depth 0` to only scan the specified directory._**\n\n---\n\n## How to get the Musixmatch Token\nFollow steps 1 to 5 from the guide [here](https://spicetify.app/docs/faq#sometimes-popup-lyrics-andor-lyrics-plus-seem-to-not-work) to get a new Musixmatch token.\n\n## Credits\n* [Spicetify Lyrics Plus](https://github.com/spicetify/spicetify-cli/tree/master/CustomApps/lyrics-plus)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffashni%2Fmxlrc-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffashni%2Fmxlrc-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffashni%2Fmxlrc-go/lists"}