Skip to main content

FIND Every Release in your collection

Project description

FIND Every Release in your collection

build https://coveralls.io/repos/github/tim6her/discogs_finder/badge.svg?branch=master Documentation Status

This is a small commandline tool that fetches your discogs collection and performs a deep key value search.

$ discogs-finder --u tim6her name=Chick
Searching for {'name': 'Chick'}
1)  Herbie Hancock & Chick Corea: An Evening With Herbie Hancock & Chick Corea In Concert 1978 (530041)
    basic_information.artists.1.name = Chick Corea
2)  Chick Corea & Friedrich Gulda: The Meeting (2210545)
    basic_information.artists.0.name = Chick Corea
3)  Wolfgang Amadeus Mozart, Chick Corea, Friedrich Gulda, Concertgebouworkest, Nikolaus Harnoncourt: Double Concerto / Compositions (4764105)
    basic_information.artists.1.name = Chick Corea

It can also return the whole json entry for the matched releases using the --v option.

$ discogs-finder --u tim6her --v name=Pob
Searching for {'name': 'Pob'}
{
  "instance_id": 207732124,
  "date_added": "2017-01-14T05:32:34-08:00",
  "basic_information": {
    "formats": [
      {
        "qty": "1",
        "descriptions": [
          "LP",
          "Album", ...

For help on usage run discogs-finder --help or consult the Docs.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page