Smart playlist UI#1693
Open
dmoo500 wants to merge 11 commits intomusic-assistant:mainfrom
Open
Conversation
added 4 commits
April 9, 2026 23:30
…gle fix, keydown.stop
- Replace seed track URI text input with Popover-based track search - Search filters to providers with SIMILAR_TRACKS feature - Selected track shown as Badge with artist name and X button - Saved seed_track_uri is restored via api.getItemByUri on load - Add seed_track_name field to SmartPlaylistRules interface - Disable artist/album pickers when seed track is active (incompatible) - Show hint text under artist/album when seed overrides them - Update translations: seed_track, seed_track_pick, seed_overrides_filter
Contributor
|
Screenshots would be handy? |
Contributor
Author
|
@OzGav Thanks for the feedback! I've started a discussion on the Discord to gather broader input on the final approach — "Smart Playlists — picking up the existing board item" — and you'll also find screenshots there. That said, I've already put together a first version as draft PRs (for server and this for the frontend), so any feedback on the current implementation is very welcome too! |
added 3 commits
April 12, 2026 08:58
Contributor
Author
added 3 commits
April 16, 2026 19:03
…fix seed pill size, fix genre names
Contributor
Author
|
Refactor smart playlist UI to match MA design language
Screenshots updated in the last comment |
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.




Smart Playlist UI
Frontend companion to the Smart Playlist plugin (music-assistant/server#3630).
Features
SIMILAR_TRACKSfeature; selected track shown as Badge; restores on re-open viaapi.getItemByUriseed_track_namestored alongside URI for human-readable playlist description@keydown.stopon all inputs inside dialogs (reka-ui Dialog intercepts keydown otherwise)