Skip to content

11.2: subtitles, music covers, local processing for everyone, and more#1370

Merged
github-actions[bot] merged 102 commits intomainfrom
develop
Jun 28, 2025
Merged

11.2: subtitles, music covers, local processing for everyone, and more#1370
github-actions[bot] merged 102 commits intomainfrom
develop

Conversation

@wukko
Copy link
Member

@wukko wukko commented Jun 27, 2025

closes #368
closes #1196
closes #1001
closes #1219

closes #1358
closes #1280
closes #1216
closes #1048
closes #863
closes #72

closes #1301

closes #1354

wukko and others added 30 commits June 11, 2025 17:50
it's now disabled by default because if we ever need HLS for youtube in the future, it'll be managed by the processing instance, not the web client. will probably be removed completely in next major release.
allows for prettier layout of text in languages other than english
this took way more effort than i expected it to do, mostly because of youtube locking everything down to shit

local processing doesn't function with subtitles yet, wasm needs to be updated
- fixed unlocalized "original" string
- added subtitle type exports
@cloudflare-workers-and-pages

This comment was marked as spam.

wukko added 2 commits June 28, 2025 14:45
tiktok is a/b testing a new shortLink format that's ±19 characters long but behaves the same way as old format
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jun 28, 2025

Deploying cobalt-tools with  Cloudflare Pages  Cloudflare Pages

Latest commit: a60e94d
Status: ✅  Deploy successful!
Preview URL: https://24acb884.cobalt-tools.pages.dev
Branch Preview URL: https://develop.cobalt-tools.pages.dev

View logs

originalRequest,

cover,
cropCover: basicInfo.author.endsWith("- Topic"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cropCover: basicInfo.author.endsWith("- Topic"),
cropCover: basicInfo.category === 'Music',

@wukko wukko requested a review from dumbmoron June 28, 2025 11:49
dumbmoron
dumbmoron previously approved these changes Jun 28, 2025
Copy link
Member

@dumbmoron dumbmoron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep :3
x

dumbmoron
dumbmoron previously approved these changes Jun 28, 2025
Copy link
Member

@dumbmoron dumbmoron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep

@wukko
Copy link
Member Author

wukko commented Jun 28, 2025

/fast-forward

@github-actions
Copy link

Triggered from #1370 (comment) by @​wukko.

Trying to fast forward main (3553045) to develop (a60e94d).

Target branch (main):

commit 35530459b62cb6171bae5cccd31d431ed39611ed (HEAD -> main, origin/main)
Author: jj <log@riseup.net>
Date:   Wed Jun 11 11:09:04 2025 +0000

    ci: replace WEB_DEFAULT_API var with dummy
    
    why was this a variable wtf

Pull request (develop):

commit a60e94d6288f5a21fa8420348c0bad97594b760a (pull_request/develop)
Author: wukko <me@wukko.me>
Date:   Sat Jun 28 20:47:14 2025 +0600

    web/package: bump version to 11.2

Fast forwarding main (3553045) to develop (a60e94d).

$ git push origin a60e94d6288f5a21fa8420348c0bad97594b760a:main
remote: error: GH006: Protected branch update failed for refs/heads/main.        
remote: 
remote: - At least 1 approving review is required by reviewers with write access.        
To https://github.com/imputnet/cobalt.git
 ! [remote rejected]   a60e94d6288f5a21fa8420348c0bad97594b760a -> main (protected branch hook declined)
error: failed to push some refs to 'https://github.com/imputnet/cobalt.git'

Copy link
Member

@dumbmoron dumbmoron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

omfg

@wukko
Copy link
Member Author

wukko commented Jun 28, 2025

/fast-forward

@github-actions github-actions bot merged commit a60e94d into main Jun 28, 2025
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment