raycast / raycast/extensions

[Music] Improvements to fuzzy searching in Play Library Track results

Open
#27,784 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

extension extension: music feature request
Dominant language
TypeScript
Stars
7.8k
Forks
6.9k
Avg merge
2d 6h
Merged PRs (30d)
442

Description

Extension

https://www.raycast.com/fedevitaledev/music

Description

Apple Music's search does its own fuzzy matching and returns results in its own ranking order (does not prioritise the title of a track).
The fix: re-sort the results client-side with a scoring function that respects title > artist > album priority.

Who will benefit from this feature?

Everyone who uses "Play Library Track" command and expects title to be prioritised in the search

Anything else?
Before
Image
After
Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Music extension linked in the issue and locate the "Play Library Track" command and its result handling. Review how Apple Music results are currently presented, then verify that client-side ranking prioritizes title over artist and album using the before and after examples as the expected behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
desktop
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.