[PR #476] [MERGED] best audio picking improvements for youtube, tiktok, and soundcloud #10599

Closed
opened 2026-04-27 14:58:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/476
Author: @wukko
Created: 4/30/2024
Status: Merged
Merged: 4/30/2024
Merged by: @dumbmoron

Base: currentHead: youtube-audio-fix


📝 Commits (3)

  • 276caa0 youtube: fall back to m4a audio if opus isn't available
  • ed8af6c tiktok & soundcloud: proper best audio picking
  • 95925c9 soundcloud: replace filter with find and clean up

📊 Changes

5 files changed (+48 additions, -59 deletions)

View changed files

📝 src/modules/processing/matchActionDecider.js (+8 -26)
📝 src/modules/processing/services/soundcloud.js (+14 -13)
📝 src/modules/processing/services/tiktok.js (+9 -8)
📝 src/modules/processing/services/youtube.js (+17 -10)
📝 src/modules/processing/servicesConfig.json (+0 -2)

📄 Description

  • youtube: fall back to m4a if opus isn't available
  • tiktok & soundcloud: proper best audio picking
  • tiktok: improved audio file naming scheme

🔄 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/476 **Author:** [@wukko](https://github.com/wukko) **Created:** 4/30/2024 **Status:** ✅ Merged **Merged:** 4/30/2024 **Merged by:** [@dumbmoron](https://github.com/dumbmoron) **Base:** `current` ← **Head:** `youtube-audio-fix` --- ### 📝 Commits (3) - [`276caa0`](https://github.com/imputnet/cobalt/commit/276caa011aa153b05dec2a5cc37a240d74c8df48) youtube: fall back to m4a audio if opus isn't available - [`ed8af6c`](https://github.com/imputnet/cobalt/commit/ed8af6ca96e6f70771b950f9dd7bb8c777522f57) tiktok & soundcloud: proper best audio picking - [`95925c9`](https://github.com/imputnet/cobalt/commit/95925c9864bac9a2f08d9b79d1851495a95dc54f) soundcloud: replace filter with find and clean up ### 📊 Changes **5 files changed** (+48 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/processing/matchActionDecider.js` (+8 -26) 📝 `src/modules/processing/services/soundcloud.js` (+14 -13) 📝 `src/modules/processing/services/tiktok.js` (+9 -8) 📝 `src/modules/processing/services/youtube.js` (+17 -10) 📝 `src/modules/processing/servicesConfig.json` (+0 -2) </details> ### 📄 Description - youtube: fall back to m4a if opus isn't available - tiktok & soundcloud: proper best audio picking - tiktok: improved audio file naming scheme --- <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 2026-04-27 14:58:58 -05:00
Sign in to join this conversation.