{ "info": { "author": "Filipe Fortes", "author_email": "accounts@fortes.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Multimedia :: Sound/Audio", "Topic :: Multimedia :: Sound/Audio :: Players :: MP3" ], "description": "# 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\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fortes/beets-pitchfork", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "beets-pitchfork", "package_url": "https://pypi.org/project/beets-pitchfork/", "platform": "ALL", "project_url": "https://pypi.org/project/beets-pitchfork/", "project_urls": { "Homepage": "https://github.com/fortes/beets-pitchfork" }, "release_url": "https://pypi.org/project/beets-pitchfork/0.0.6/", "requires_dist": [ "beets (>=1.4.7)", "pitchfork (>=0.1.5)" ], "requires_python": "", "summary": "Pitchfork rating plugin for beets", "version": "0.0.6" }, "last_serial": 4213216, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "fd2e4740ac2c8b9f07964100fc16b573", "sha256": "4570ae5e5fc2ca2d9c5d3d219dcf3f3ba78968181adfdea35b48a03d7af77d2a" }, "downloads": -1, "filename": "beets_pitchfork-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "fd2e4740ac2c8b9f07964100fc16b573", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4028, "upload_time": "2018-08-21T13:31:48", "url": "https://files.pythonhosted.org/packages/2f/59/a1615ae416fbb969decb19e2c19a3f4256518614960eeaa4a40a89296203/beets_pitchfork-0.0.5-py3-none-any.whl" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "509c93c078c9e89ad3a4d3b92f4605bc", "sha256": "dc8d4cc60ab922b5f21c44a4bd44e6e0cd80c078d19b640c679cad8978902c7e" }, "downloads": -1, "filename": "beets_pitchfork-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "509c93c078c9e89ad3a4d3b92f4605bc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4091, "upload_time": "2018-08-28T00:44:04", "url": "https://files.pythonhosted.org/packages/be/69/8c1a3f1c1172f3128f6a1b8187d8d56716cfe0b0f50373f4ba382c9616de/beets_pitchfork-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3fecd129cd358386736afd9c93c23c41", "sha256": "0d21176bae5d1e9a665ccd48a75aa63a8785eb2af7b39c2104a7f76621b11c5a" }, "downloads": -1, "filename": "beets-pitchfork-0.0.6.tar.gz", "has_sig": false, "md5_digest": "3fecd129cd358386736afd9c93c23c41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3596, "upload_time": "2018-08-28T00:44:05", "url": "https://files.pythonhosted.org/packages/b2/5d/9381c09c6f7e4076ebdb1547961255ad85205f42d350767611363af299e9/beets-pitchfork-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "509c93c078c9e89ad3a4d3b92f4605bc", "sha256": "dc8d4cc60ab922b5f21c44a4bd44e6e0cd80c078d19b640c679cad8978902c7e" }, "downloads": -1, "filename": "beets_pitchfork-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "509c93c078c9e89ad3a4d3b92f4605bc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4091, "upload_time": "2018-08-28T00:44:04", "url": "https://files.pythonhosted.org/packages/be/69/8c1a3f1c1172f3128f6a1b8187d8d56716cfe0b0f50373f4ba382c9616de/beets_pitchfork-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3fecd129cd358386736afd9c93c23c41", "sha256": "0d21176bae5d1e9a665ccd48a75aa63a8785eb2af7b39c2104a7f76621b11c5a" }, "downloads": -1, "filename": "beets-pitchfork-0.0.6.tar.gz", "has_sig": false, "md5_digest": "3fecd129cd358386736afd9c93c23c41", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3596, "upload_time": "2018-08-28T00:44:05", "url": "https://files.pythonhosted.org/packages/b2/5d/9381c09c6f7e4076ebdb1547961255ad85205f42d350767611363af299e9/beets-pitchfork-0.0.6.tar.gz" } ] }