AI Agent Hub
Back to plugins
🖥️

dsh-music-plus

Client Updated 2026.08.29

Run the following command in DeepSeek Harness:

dsh plugin install conafun/dsh-music-plus

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install conafun/dsh-music-plus (source: https://github.com/conafun/dsh-music-plus) to install this local music and podcast plugin into your current DSH environment.

About this plugin

dsh-music-plus is a trimmed fork of dsh-music-player for DeepSeek Harness, scoped to the two things users actually want: local music playback and podcast listening. It strips out the original plugins online QQ Music, KuGou, AI text-to-speech book reading, and real-time lyrics modules, while keeping HTTP Range streaming, resume-from-last-position, real-time spectrum visualization, and user-managed playlists. What it adds is a podcast RSS 2.0 / Atom subscription system with an aggregated feed view, single-source browsing, and online playback—essentially a lightweight podcast client living inside your Harness panel.

The podcast engine is built from scratch in lib/podcast.js with no third-party feed-parser dependency. Audio streams directly from the source URL, the progress bar is draggable, and three replay modes (sequential, repeat-one, shuffle) are available. File headers are inspected to display true audio quality (e.g., FLAC / Lossless). A cross-drive directory picker lets Windows users navigate to E:\ or F:\ without the limitation the original had. Because the package name, route prefix, state files, and model tool (music_play_plus) are all renamed, dsh-music-plus coexists cleanly alongside dsh-music-player with zero conflict.

It suits users who maintain a local music library, do not rely on streaming catalogs, and want podcast feeds in the same player. It also fits DeepSeek Harness users who want the AI agent to search and play local tracks or playlists via the music_play_plus tool. Local playback requires no network at all; podcast fetching only pulls RSS feeds the user explicitly subscribes to, keeping data fully under your control.

Use Cases

  • Play local lossless music while chatting in DeepSeek Harness
  • Subscribe to multiple podcast RSS feeds and pick the latest episodes from an aggregated view
  • Ask the AI agent to search the local library and play a specific track by keyword

Best For

  • DeepSeek Harness users with a local music library who prefer offline playback
  • Developers who want podcast subscriptions and music in one integrated player
  • Users who need AI agents to control local audio playback in automation workflows