{"id":17602506,"url":"https://github.com/fortes/beets-pitchfork","last_synced_at":"2025-04-30T09:13:17.486Z","repository":{"id":32901831,"uuid":"145128108","full_name":"fortes/beets-pitchfork","owner":"fortes","description":"Plugin for beets music manager that adds album reviews from Pitchfork","archived":true,"fork":false,"pushed_at":"2022-02-07T14:17:47.000Z","size":18,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T09:12:52.996Z","etag":null,"topics":["beets","beets-plugin","pitchfork"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/fortes.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":"2018-08-17T14:06:14.000Z","updated_at":"2025-04-10T16:49:27.000Z","dependencies_parsed_at":"2022-08-07T18:16:08.831Z","dependency_job_id":null,"html_url":"https://github.com/fortes/beets-pitchfork","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortes%2Fbeets-pitchfork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortes%2Fbeets-pitchfork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortes%2Fbeets-pitchfork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fortes%2Fbeets-pitchfork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fortes","download_url":"https://codeload.github.com/fortes/beets-pitchfork/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251674585,"owners_count":21625645,"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":["beets","beets-plugin","pitchfork"],"created_at":"2024-10-22T13:08:34.530Z","updated_at":"2025-04-30T09:13:17.451Z","avatar_url":"https://github.com/fortes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pitchfork Plugin for Beets\n\n![build status](https://travis-ci.org/fortes/beets-pitchfork.svg?branch=master)\n\nPlugin for [Beets](http://beets.io/) that adds ratings from [Pitchfork](https://pitchfork.com/).\n\n## Installation\n\n```bash\npip install beets-pitchfork\n```\n\nTo install bleeding edge instead, use:\n\n```bash\npip install git+git://github.com/fortes/beets-pitchfork.git@master\n```\n\n## Configuration\n\nMake sure to add `pitchfork` to your `plugins` setting in `config.yaml`. In the unlikely event you don't have any other plugins, just add a new line like:\n\n```yaml\nplugins: pitchfork\n```\n\nIf you'd like to automatically fetch reviews on import, add the following (default is `False`):\n\n```yaml\npitchfork:\n  auto: true\n```\n\n### Use\n\nFetch album ratings via:\n\n```bash\nbeet pitchfork [options] [QUERY...]\n```\n\n* `-f`/`--force`: Force updating even if review already exists\n\nUse `pitchfork_score` in your queries. You can find this year's highly rated albums in your library like so:\n\n```bash\nbeet ls -a pitchfork_score:8..10 year:2018\n```\n\nThe following fields are available via this plugin:\n\n* `pitchfork_bnm`: Whether the album was designated [Best New Music](https://pitchfork.com/reviews/best/albums/)\n* `pitchfork_description`: Review summary\n* `pitchfork_score`: Numeric score\n* `pitchfork_url`: Link to the actual review\n\n## Changelog\n\n* `0.0.6`: Don't crash on server errors\n* `0.0.5`: Upload to pypi as [`beets-pitchfork`](https://pypi.org/project/beets-pitchfork/)\n* `0.0.4`: Enable auto-fetching review on import\n* `0.0.3`: Add `pitchfork_bnm`, move back to `pitchfork` library\n* `0.0.2`: Use `pitchfork_api` dependency\n* `0.0.1`: First release\n\n## Possible future work\n\n* Allow manual specification for artist / album query in order to alleviate failures\n* Consider some method of re-trying search if no result found\n* Use [pre-scraped database](https://github.com/nolanbconaway/pitchfork-data) to avoid spamming Pitchfork servers\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffortes%2Fbeets-pitchfork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffortes%2Fbeets-pitchfork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffortes%2Fbeets-pitchfork/lists"}