Commit Graph

172 Commits

Author SHA1 Message Date
772993a596 Merge pull request 'chore(deps): update golang:1.26.1-trixie docker digest to 96b2878' (#57) from renovate/golang-1.26.1-trixie into dev
Reviewed-on: #57
2026-03-17 17:39:14 +00:00
f809b08c37 chore(deps): update golang:1.26.1-trixie docker digest to 96b2878
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 6m56s
2026-03-17 11:02:10 +00:00
4f3b30885e Merge pull request 'chore(deps): update debian:13-slim docker digest to 26f98cc' (#55) from renovate/debian-13-slim into dev
Reviewed-on: #55
2026-03-17 03:34:11 +00:00
6c0316ac28 Merge pull request 'chore(deps): update golang:1.26.1-trixie docker digest to 9c51d8b' (#56) from renovate/golang-1.26.1-trixie into dev
Reviewed-on: #56
2026-03-17 03:33:57 +00:00
52cc00190b chore(deps): update golang:1.26.1-trixie docker digest to 9c51d8b
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 6m58s
2026-03-17 02:01:29 +00:00
a7765f90d9 chore(deps): update debian:13-slim docker digest to 26f98cc
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 3m52s
2026-03-17 00:01:49 +00:00
7b4d25d484 Merge pull request 'chore(deps): update module github.com/lrstanley/go-ytdlp to v1.3.4' (#53) from renovate/github.com-lrstanley-go-ytdlp-1.x into dev
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 4m42s
Reviewed-on: #53
2026-03-14 03:40:32 +00:00
b392048ca1 chore(deps): update module github.com/lrstanley/go-ytdlp to v1.3.4
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 3m47s
2026-03-13 23:01:09 +00:00
b0cb606afe Merge pull request 'chore(deps): update dependency yt-dlp/yt-dlp to v2026.03.13' (#52) from renovate/yt-dlp-yt-dlp-2026.x into dev
Reviewed-on: #52
2026-03-13 17:06:09 +00:00
f303eb3eb8 chore(deps): update dependency yt-dlp/yt-dlp to v2026.03.13
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 5m8s
2026-03-13 16:01:04 +00:00
e641e1d2a5 Merge pull request 'fix: resolve timeout issues and implement format retrieval retries' (#50) from fix-timeout-and-implement-retries into dev
Reviewed-on: #50
2026-03-13 01:00:21 +00:00
a6dc4e27b9 fix: resolve timeout issues and implement format retrieval retries
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 3m36s
2026-03-12 20:55:42 -04:00
509dab5395 Merge pull request 'automate management of loading emote' (#49) from automatic-loading-emote into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 40s
Build and Push Docker Image / deploy-on-green (push) Successful in 6s
Reviewed-on: #49
v1.0.2
2026-03-10 01:00:31 +00:00
6b9934a221 automate management of loading emote
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 4m52s
2026-03-09 14:25:56 -04:00
adefe2f177 Merge pull request 'optimize codebase' (#48) from code-cleanup into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 14s
Build and Push Docker Image / deploy-on-green (push) Successful in 6s
Reviewed-on: #48
2026-03-09 16:14:21 +00:00
084b7ed979 optimize codebase
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 4m43s
main.go:
- Eliminated ~160 lines of duplicate code: Extracted 3 new helper functions at the bottom of the file:
buildVideoMenuOptions([]VideoOption) — builds the Discord select menu options for video formats
buildAudioMenuOptions([]AudioOption) — same for audio
fetchAndShowFormats(s, i, url) — fetches formats, sorts them, builds menus, stores state, and edits the interaction; previously duplicated identically in both the download and download video command handlers
- Fixed time.Sleep ordering bug: The startAsyncDownload goroutine was launched before InteractionRespond with a 100ms sleep to compensate. Now the download is launched after InteractionRespond returns — no sleep needed. Removed "time" import.
- Used helpers in video_select handler: The two inline menu-building loops in that handler now call buildAudioMenuOptions / buildVideoMenuOptions

misc.go:
- Moved regexp.MustCompile(...) to a package-level var urlPattern — previously it recompiled the regex on every call to extractURLFromString
- Simplified the function body to a single return line
2026-03-09 11:10:33 -04:00
51e1cc5e85 Merge pull request 'chore(deps): update module github.com/lrstanley/go-ytdlp to v1.3.3' (#47) from renovate/github.com-lrstanley-go-ytdlp-1.x into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5m31s
Build and Push Docker Image / deploy-on-green (push) Successful in 8s
Reviewed-on: #47
2026-03-08 15:55:17 +00:00
d3e6ddebcd remove my fork after my changes were merged upstream
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 4m27s
2026-03-08 11:50:09 -04:00
558f95ad9d chore(deps): update module github.com/lrstanley/go-ytdlp to v1.3.3
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 6m37s
2026-03-08 07:01:17 +00:00
e0de621e41 Merge pull request 'chore(deps): update golang docker tag to v1.26.1' (#43) from renovate/golang-1.x into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5m18s
Build and Push Docker Image / deploy-on-green (push) Successful in 7s
Reviewed-on: #43
2026-03-08 05:15:33 +00:00
451333860f chore(deps): update go-ytdlp and my fork
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 7m26s
Build and Push Docker Image / deploy-on-green (push) Successful in 6s
2026-03-07 23:55:40 -05:00
e3b5542b78 add /version command
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5m5s
Build and Push Docker Image / deploy-on-green (push) Successful in 6s
2026-03-07 21:14:31 -05:00
aaf3338797 re-introduce context menu command 2026-03-07 21:05:23 -05:00
8f2bda0b52 chore(actions): change buildkitd url
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 7m19s
Build and Push Docker Image / deploy-on-green (push) Successful in 6s
2026-03-07 18:56:26 -05:00
91f2eb39cb chore(actions): change buildkitd url
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 26s
Build and Push Docker Image / deploy-on-green (push) Has been skipped
2026-03-07 18:35:56 -05:00
82b867ae9c Merge pull request 'chore(deps): update docker/setup-buildx-action action to v4' (#46) from renovate/docker-setup-buildx-action-4.x into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 7m51s
Build and Push Docker Image / deploy-on-green (push) Successful in 1m18s
Reviewed-on: #46
2026-03-07 15:19:11 +00:00
ebb6c11d49 Merge pull request 'chore(deps): update docker/build-push-action action to v7' (#45) from renovate/docker-build-push-action-7.x into master
Some checks failed
Build and Push Docker Image / deploy-on-green (push) Has been cancelled
Build and Push Docker Image / build-and-push (push) Has been cancelled
Reviewed-on: #45
2026-03-07 15:19:02 +00:00
d4beb62fdd chore(deps): update docker/setup-buildx-action action to v4
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 10s
2026-03-07 03:01:29 +00:00
13d65ef6ce chore(deps): update docker/build-push-action action to v7
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 10s
2026-03-07 03:01:17 +00:00
8b1cead3ea chore(deps): update golang docker tag to v1.26.1
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 9m27s
2026-03-07 02:00:48 +00:00
4347bf733c fix flake.nix 2026-03-06 20:32:37 -05:00
5748834af4 fix Dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 16s
Build and Push Docker Image / deploy-on-green (push) Successful in 7s
v1.0.1
2026-03-06 20:08:45 -05:00
06d2a5ef01 Deploy and release v1.0.0 (Go Refactor) #30
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 11s
Build and Push Docker Image / deploy-on-green (push) Has been skipped
2026-03-06 20:06:43 -05:00
bdcd77eff1 rm build-testing to make way for merge
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 4m59s
2026-03-06 19:52:24 -05:00
4541559f47 remove RecodeVideo, too resource intensive
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 3m30s
Build and Push Docker Image / build-and-push (push) Successful in 3m46s
2026-03-06 19:40:11 -05:00
906ef98bd5 docker: fix more issues with dynamic linking
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 32s
Build and Push Docker Image / build-and-push (push) Successful in 2m13s
2026-03-06 10:04:19 -05:00
640c952b20 actions: adjust build-only for new PRs 2026-03-06 10:03:50 -05:00
f30686fd7c start pushing test images
Some checks failed
Build only (for PRs) / build-only (push) Has been cancelled
Build and Push Docker Image / build-and-push (push) Successful in 7m31s
2026-03-05 23:28:58 -05:00
eceb3b3d76 fix multiarch in ffmpeg stage
All checks were successful
Build only (for PRs) / build-only (push) Successful in 27s
2026-03-05 23:18:57 -05:00
23a27217df actions: fix wording
Some checks failed
Build only (for PRs) / build-only (push) Has been cancelled
2026-03-05 22:40:57 -05:00
82a6421c88 actions: create build-only workflow for testing automated builds and later for PR autochecks
Some checks failed
Build only (for PRs) / build-only (push) Failing after 5m7s
2026-03-05 22:37:42 -05:00
c72bc42496 renovate: track yt-dlp version from dockerfiles 2026-03-05 22:25:33 -05:00
991a5f376f new dockerfile for staged yt-dlp/deno/go builds to distroless container 2026-03-05 22:15:34 -05:00
13bd3b82db minor UX tweaks 2026-03-05 21:42:56 -05:00
2c99fbf517 update flake
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 18s
Build and Push Docker Image / deploy-on-green (push) Successful in 7s
2026-03-05 19:36:59 -05:00
890a0dd5c9 format final video download message 2026-03-05 19:35:13 -05:00
6fd6160edf use animated loading emote 2026-03-05 19:17:05 -05:00
43c2fa2f91 update flake 2026-03-05 18:55:23 -05:00
81968a6811 Merge pull request 'chore(deps): update docker/build-push-action action to v7' (#42) from renovate/docker-build-push-action-7.x into master
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 13s
Build and Push Docker Image / deploy-on-green (push) Successful in 7s
Reviewed-on: #42
2026-03-05 23:44:23 +00:00
7d83fd8518 chore(deps): update docker/build-push-action action to v7 2026-03-05 22:01:13 +00:00