Bandcamp to Discogs (B2D) - is a Google Chrome extension designed to assist in converting a Bandcamp artist release page into a draft CSV file for Discogs.
- Exports Bandcamp artists release information into a CSV file
- The CSV file can be imported into Discogs as a draft (CSV to Draft page)
- Limit amount of Bandcamp keywords that can be transformed into the Discogs genres and styles (TODO)
- OS: Windows, macOS, Linux
- Node.js: 20.x or later
- npm: 10.x or later
- Firefox Developer Edition: Download
- Google Chrome: Download
Clone the repository:
gh repo clone Serhii-DV/bandcamp-to-discogs
cd bandcamp-to-discogs
Install dependencies:
npm install
Development
npm run dev
Production
npm run build
The extension files will be created in the dist/
folder.
Linting:
npm run lint
Fix lint issues:
npm run lint:fix
Prettier check:
npm run prettier:check
Fix code formatting:
npm run prettier:fix
Build:
npm run build
Load in Firefox:
Open about:debugging#/runtime/this-firefox
in Firefox Developer Edition and click "Load Temporary Add-on", selecting the manifest.json
.
Build:
npm run build
Load in Chrome:
- Open Chrome and go to
chrome://extensions/
. - Enable Developer mode (top right corner).
- Click "Load unpacked" and select the build folder containing
manifest.json
.
Serhii Diahovchenko - Serhii-DV
This project is licensed under the GPL License - see the LICENSE file for details