控制mpv播放器播放F:\Music目录下的音乐文件
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill player --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Player?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-player)More formats (shields.io, HTML) on the badges page.
---
name: Music Player Skill
description: 控制mpv播放器播放F:\Music目录下的音乐文件
---
# Music Player Skill
控制mpv播放器播放F:\Music目录下的音乐文件
## 功能
- 搜索音乐文件
- 播放指定歌曲
- 随机播放
- 播放整个目录
- 显示音乐库信息
- 播放控制(停止、暂停等)
## 用法
- `播放音乐 [歌曲名/歌手名]` - 搜索并播放匹配的音乐
- `随机播放` - 随机播放一首歌曲
- `播放 [目录名]` - 播放指定目录下的所有音乐
- `音乐库信息` - 显示音乐库统计信息
- `停止播放` - 停止当前播放
## 配置
- MPV播放器路径: `E:\software\mpv-x86_64\mpv.exe`
- 音乐库路径: `F:\Music`
## 依赖
- Python 3.x
- mpv播放器 (已预装在指定路径)
- subprocess模块 (标准库)
- JSON模块 (标准库)Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!