A powerful Vicinae extension to search and control your music on Pear Desktop.
To use this extension, you must have:
- Pear Desktop installed and running.
- The API Server plugin enabled within Pear Desktop:
- Open Pear Desktop Settings (Gear icon).
- Go to Plugins.
- Find API Server and toggle it ON.
- (Optional) Ensure the port is set to the default
26538.
Note: This extension is not yet indexed in the Vicinae Store. To use it, you must clone the repository and build it manually:
- Clone this repository to your local machine.
- Install dependencies:
npm install - Build the extension:
npm run build - The extension will be built and automatically installed to your local Vicinae extensions directory.
- Search Music: Real-time search for songs, artists, and albums.
- Play Now: Instantly append a song to your queue and start playback.
- Add to Queue: Append songs to your current session without interrupting playback (
Cmd + A). - Visuals: High-quality thumbnails and metadata directly in the search results.
- View Queue: See your entire current playlist.
- Switch Tracks: Click any item in the queue to jump to that song.
- Remove Items: Delete specific songs from the queue (
Cmd + Delete). - Clear Queue: Empty your entire session with one command.
- Smart Play/Pause: A palette command to resume music or skip to the next track if already playing.
- Next/Previous Track: Dedicated commands to navigate your queue.
- Global Shortcuts: Control playback from anywhere via the Vicinae command palette.
- Raw Response View: Inspect the underlying JSON data from the Pear Desktop API (
Cmd + Shift + D).
If you want to modify this extension:
npm install
npm run dev