Add focus-aware weekly flow generation#328
Merged
Merged
Conversation
- Persist flow focus strengths in flow config - Generate overlap-based tag and related artist candidates - Exclude library artists when library source is off - Refresh flow UI copy and source mix controls
- Add queue/offline blacklist handling and retry metrics - Prefer higher-quality tiered group tracks and stronger match filtering - Speed up queued retries, add MP3 fallback, and improve refill behavior
- Let heavy focus settings return only focused tracks - Reject weak Soulseek matches with track-number mismatches - Avoid retrying the same rejected user and same-artist duplicates
- Build flow runs as primary plus reserve track pools - Persist run state in the worker for retries and diagnostics - Update flow enable/start/schedule paths to seed runs centrally
- Add validation and config support for focus inputs - Route focus candidate selection through playlist generation - Update flow UI copy and source mix docs
- Update Flow form labels to indicate comma-separated genre tags and related artists
Deploying aurral with
|
| Latest commit: |
c51a336
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2abcfb11.aurral.pages.dev |
| Branch Preview URL: | https://test.aurral.pages.dev |
- Accept richer tag/artist entry shapes across backend and form normalization - Let comma-token inputs focus on click and commit normalized values on blur or Enter
- wire FlowPage to start a flow playlist immediately - add flow card menu state and loading guard for reruns - refresh status and tracks after the run starts
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.
Summary
focussupport to weekly flow config and API paths so flows can carry tag and related-artist emphasis settings end to end.Testing
focusfield is propagated through flow create/update paths and normalized in playlist config.