[PR #324] [CLOSED] feat: epidemic sound support #1099

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

📋 Pull Request Information

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

Base: currentHead: current


📝 Commits (2)

📊 Changes

6 files changed (+49 additions, -3 deletions)

View changed files

📝 README.md (+1 -0)
📝 src/modules/processing/match.js (+6 -0)
src/modules/processing/services/epidemicsound.js (+22 -0)
📝 src/modules/processing/servicesConfig.json (+5 -0)
📝 src/modules/processing/servicesPatternTesters.js (+6 -3)
📝 src/test/tests.json (+9 -0)

📄 Description

Added support for Epidemic Sound. Tests pass.

You can try this on any track link. To find some track links, here is an example page: https://www.epidemicsound.com/music/genres/electronic/


🔄 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/324 **Author:** [@steveberdy](https://github.com/steveberdy) **Created:** 1/17/2024 **Status:** ❌ Closed **Base:** `current` ← **Head:** `current` --- ### 📝 Commits (2) - [`7bc5d39`](https://github.com/imputnet/cobalt/commit/7bc5d3990c34948ab9c7ebccc5753cde832702eb) support for epidemic sound - [`9963224`](https://github.com/imputnet/cobalt/commit/996322454bea386d021b4039f0d524a6237ce957) undo linting ### 📊 Changes **6 files changed** (+49 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `src/modules/processing/match.js` (+6 -0) ➕ `src/modules/processing/services/epidemicsound.js` (+22 -0) 📝 `src/modules/processing/servicesConfig.json` (+5 -0) 📝 `src/modules/processing/servicesPatternTesters.js` (+6 -3) 📝 `src/test/tests.json` (+9 -0) </details> ### 📄 Description Added support for Epidemic Sound. Tests pass. You can try this on any track link. To find some track links, here is an example page: https://www.epidemicsound.com/music/genres/electronic/ --- <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:45 -06:00
Sign in to join this conversation.