Uses MiniSearch to index Tracks, Artists and Albums to provide better search via a SearchSource.
Clone the repo into your Pipe Bomb server's plugins directory. Then inside, run:
npm ci
npm run buildBecause MiniSearch's index is stored only in memory, it needs to be rebuilt each server start. You can do this by manually running the "Build index" task or you can automate it with a Workflow.
The MiniSearch plugin is developed by eyezah, but contributions are welcome!