DiscogsCSV - CSV-based API client for discogs.com

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • This is DiscogsCSV - my CSV-based API client for discogs.com
    It is coded in JavaScript / TypeScript, NodeJS, and Vue.js
    DiscogsCSV is intended to do the following:
    - Take as input a .csv file, the first column of which contains valid discogs release IDs
    - Look these release IDs up on discogs API api.discogs.com/
    - Return as output a new .csv file, with discogs release data for various columns appended to the release IDs:
    - release_id
    - artist
    - format
    - qty
    - format descriptions
    - label
    - catno
    - country
    - year
    - genres
    - styles
    - barcode
    - tracklist
    It is a 'work in progress' as the formatting of the output CSV file is not always correct due to a bug, and it has no error handling for release IDs which aren't found, as yet.

КОМЕНТАРІ •