{"id":29828048,"url":"https://github.com/kgarner7/navidrome-listenbrainz-plugin","last_synced_at":"2026-02-03T22:09:03.896Z","repository":{"id":300686055,"uuid":"1006814447","full_name":"kgarner7/navidrome-listenbrainz-plugin","owner":"kgarner7","description":"A Navidrome plugin to fetch various metadata from ListenBrainz/MusicBrainz","archived":false,"fork":false,"pushed_at":"2026-01-20T04:51:21.000Z","size":29,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-20T11:35:33.425Z","etag":null,"topics":["navidrome","navidrome-plugin"],"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/kgarner7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-23T03:15:17.000Z","updated_at":"2026-01-20T04:20:05.000Z","dependencies_parsed_at":"2026-01-13T06:05:20.776Z","dependency_job_id":null,"html_url":"https://github.com/kgarner7/navidrome-listenbrainz-plugin","commit_stats":null,"previous_names":["kgarner7/navidrome-listenbrainz-plugin"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kgarner7/navidrome-listenbrainz-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgarner7%2Fnavidrome-listenbrainz-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgarner7%2Fnavidrome-listenbrainz-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgarner7%2Fnavidrome-listenbrainz-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgarner7%2Fnavidrome-listenbrainz-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kgarner7","download_url":"https://codeload.github.com/kgarner7/navidrome-listenbrainz-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgarner7%2Fnavidrome-listenbrainz-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29059176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T20:13:53.544Z","status":"ssl_error","status_checked_at":"2026-02-03T20:13:40.507Z","response_time":96,"last_error":"SSL_read: 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":["navidrome","navidrome-plugin"],"created_at":"2025-07-29T07:15:16.605Z","updated_at":"2026-02-03T22:09:03.885Z","avatar_url":"https://github.com/kgarner7.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Navidrome ListenBrainz Plugin\n\nA plugin for Navidrome for fetching the metadata from Listenbrainz:\n- Artist homepage\n- Artist top songs\n- Similar artists\n\n**NOTE**: Since the current implementation of `SimilarSongs` is serial, and each request to ListenBrainz is in series, this means that `getSimilarSongs` and `getSimilarSongs2` will take a while (upwards of 10 seconds)\n\n## Requirements\nNavidrome \u003e= 0.60.0. This reworked the plugin API. When upgrading to this version, you will need to install a new plugin.\nFor older versions of Navidrome, see https://github.com/kgarner7/navidrome-listenbrainz-plugin/releases/tag/v1.0.2\n\n## Install instructions\n\n### From GitHub Release\n\nYou can download the `brainz.ndp` from the latest release and then run `navidrome plugin install brainz.ndp`.\nMake sure to run this command as your navidrome user.\nThis will unzip the package, and install it automatically in your plugin directory.\n\n### From source\n\nRequirements:\n- `go` 1.25\n- [`tinygo`](https://tinygo.org/) (recommended)\n\n#### Build WASM plugin\n\n##### Using stock golang\n\n```bash\nmake\n```\n\nThis is a development build of the plugin. Compilation should be _extremely_ fast\n\n##### Using TinyGo\n```bash\nmake prod\n```\n\nThis is the production version of the plugin.\nExpect compilation to be slower, but the binary is also slower.\n\n### Install\n\nCopy the package `listenbrainz-metadata-provider.ndp` to your Navidrome plugin directory.\nAs an admin user open the plugin page (profile icon \u003e plugins) and enable the `listenbrainz-metadata-provider` plugin.\n\nAdd the plugin name (`listenbrainz-metadata-provider`) to your [Agents](https://navidrome.org/docs/usage/configuration/options/#:~:text=Default%20Value-,agents,-ND_AGENTS).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkgarner7%2Fnavidrome-listenbrainz-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkgarner7%2Fnavidrome-listenbrainz-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkgarner7%2Fnavidrome-listenbrainz-plugin/lists"}