[PR #1262] [MERGED] api: allow forcing on-device processing #1364

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

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1262
Author: @wukko
Created: 5/6/2025
Status: Merged
Merged: 5/6/2025
Merged by: @wukko

Base: developHead: force-local-processing


📝 Commits (8)

  • d053911 api/config: add FORCE_LOCAL_PROCESSING
  • c5acb45 api/core: mark request as session when bearer token is used
  • 4d58279 api/match: force local processing when configured to do so in env
  • c83ab63 docs/api-env-variables: add local processing & youtube audio envs
  • 29b174f docs/api-env-variables: rephrase yt audio & 0/1 value descriptions
  • 1630514 web/i18n/settings: update local processing toggle text
  • 06b865e api/config: limit acceptable FORCE_LOCAL_PROCESSING values
  • 0e836fa docs/api-env-variables: add "never" to FORCE_LOCAL_PROCESSING

📊 Changes

5 files changed (+52 additions, -16 deletions)

View changed files

📝 api/src/config.js (+11 -0)
📝 api/src/core/api.js (+4 -1)
📝 api/src/processing/match.js (+10 -2)
📝 docs/api-env-variables.md (+25 -11)
📝 web/i18n/en/settings.json (+2 -2)

📄 Description

No description provided


🔄 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/1262 **Author:** [@wukko](https://github.com/wukko) **Created:** 5/6/2025 **Status:** ✅ Merged **Merged:** 5/6/2025 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `develop` ← **Head:** `force-local-processing` --- ### 📝 Commits (8) - [`d053911`](https://github.com/imputnet/cobalt/commit/d0539118ce3b69a97629b29411429c1eeadea26c) api/config: add FORCE_LOCAL_PROCESSING - [`c5acb45`](https://github.com/imputnet/cobalt/commit/c5acb45557fade70fe03aead7ff3d9766c15a49f) api/core: mark request as session when bearer token is used - [`4d58279`](https://github.com/imputnet/cobalt/commit/4d582798bf7ba6237f30b66521017e9ab2967cea) api/match: force local processing when configured to do so in env - [`c83ab63`](https://github.com/imputnet/cobalt/commit/c83ab63ade10ebe52611c6f3c20b92c6d4b88b5f) docs/api-env-variables: add local processing & youtube audio envs - [`29b174f`](https://github.com/imputnet/cobalt/commit/29b174fa0b07e2a5a024c3571f7c1b318808f7e6) docs/api-env-variables: rephrase yt audio & 0/1 value descriptions - [`1630514`](https://github.com/imputnet/cobalt/commit/1630514611181a7fff2388adaa986fdb70780771) web/i18n/settings: update local processing toggle text - [`06b865e`](https://github.com/imputnet/cobalt/commit/06b865e965e8394a80bc86ba23ec4ecce1c52a3a) api/config: limit acceptable FORCE_LOCAL_PROCESSING values - [`0e836fa`](https://github.com/imputnet/cobalt/commit/0e836fa4fc8d95c60a95c4756ea48e872fa2a90f) docs/api-env-variables: add "never" to FORCE_LOCAL_PROCESSING ### 📊 Changes **5 files changed** (+52 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `api/src/config.js` (+11 -0) 📝 `api/src/core/api.js` (+4 -1) 📝 `api/src/processing/match.js` (+10 -2) 📝 `docs/api-env-variables.md` (+25 -11) 📝 `web/i18n/en/settings.json` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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:11:30 -06:00
Sign in to join this conversation.