Conversation
scripts/scrape.sh is a server-agnostic search/select/download client using curl + jq + fzf. Targets AUDIO_SCRAPER_HOST (default localhost:8080). Install to local bin with `make install` (audio-scrape).
…script - Add internal/config using caarlos0/env, parsed once and passed through - Add subsonic adapter (interface/impl/mocks) for Navidrome: ping, rescan, search, playlists, scrobble, star; no-ops with a warning when SUBSONIC_URL is unset, ping verified at startup (fatal on failure when configured) - Batch downloads into a periodic coalesced rescan instead of per-track - Add scripts/deploy.sh and `make deploy`; drop nimbus.yaml
The Alpine yt-dlp package lagged far enough behind that YouTube extraction broke on the android client (PO token required). Install the latest yt-dlp via pip at build time and let yt-dlp pick its default client.
Adds a replacement flow to re-pick the YouTube source for a song already on the Subsonic library, re-downloading just the audio while preserving existing ID3 tags. Exposes /library/search, /library/candidates, and /replace endpoints plus an `audio-scrape replace` subcommand. Also installs deno in the image since recent yt-dlp needs a JS runtime to decipher many YouTube videos.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.