Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tim6her/discogs_finder
FIND Every Release in your collection
https://github.com/tim6her/discogs_finder
Last synced: 8 days ago
JSON representation
FIND Every Release in your collection
- Host: GitHub
- URL: https://github.com/tim6her/discogs_finder
- Owner: tim6her
- License: mit
- Created: 2017-01-13T19:34:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T14:45:55.000Z (almost 8 years ago)
- Last Synced: 2024-12-14T05:32:27.676Z (about 2 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
discogs\_finder
===============**FIND** **E**\ very **R**\ elease in your collection
.. image:: https://travis-ci.org/tim6her/discogs_finder.svg?branch=master
:alt: build
.. image:: https://coveralls.io/repos/github/tim6her/discogs_finder/badge.svg?branch=master
:target: https://coveralls.io/github/tim6her/discogs_finder?branch=master
.. image:: https://readthedocs.org/projects/discogs-finder/badge/?version=latest
:target: http://discogs-finder.readthedocs.io/en/latest/?badge=latest
:alt: Documentation StatusThis 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 CoreaIt 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. `_