[PR #326] [CLOSED] feat: bandcamp support #1101

Closed
opened 2025-11-09 10:05:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/326
Author: @steveberdy
Created: 1/18/2024
Status: Closed

Base: currentHead: feat/bandcamp


📝 Commits (1)

📊 Changes

7 files changed (+59 additions, -3 deletions)

View changed files

📝 README.md (+1 -0)
📝 package.json (+1 -0)
📝 src/modules/processing/match.js (+7 -0)
src/modules/processing/services/bandcamp.js (+29 -0)
📝 src/modules/processing/servicesConfig.json (+6 -0)
📝 src/modules/processing/servicesPatternTesters.js (+6 -3)
📝 src/test/tests.json (+9 -0)

📄 Description

Added support for Bandcamp. Tests pass.

This works on the tracks from any artist subdomain. Here is an example track link that works (this track is from an album that is already free to download):
https://home96.bandcamp.com/track/5


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/326 **Author:** [@steveberdy](https://github.com/steveberdy) **Created:** 1/18/2024 **Status:** ❌ Closed **Base:** `current` ← **Head:** `feat/bandcamp` --- ### 📝 Commits (1) - [`7609800`](https://github.com/imputnet/cobalt/commit/760980032a4aa258083cef03afd7a92a1b1aa1ce) support for bandcamp ### 📊 Changes **7 files changed** (+59 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `package.json` (+1 -0) 📝 `src/modules/processing/match.js` (+7 -0) ➕ `src/modules/processing/services/bandcamp.js` (+29 -0) 📝 `src/modules/processing/servicesConfig.json` (+6 -0) 📝 `src/modules/processing/servicesPatternTesters.js` (+6 -3) 📝 `src/test/tests.json` (+9 -0) </details> ### 📄 Description Added support for Bandcamp. Tests pass. This works on the tracks from any artist subdomain. Here is an example track link that works (this track is from an album that is already free to download): https://home96.bandcamp.com/track/5 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:05:47 -06:00
Sign in to join this conversation.