media-player

TotalClaw 作者 totalclaw

在主机本地播放音频/视频

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~xejrax-media-player
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~xejrax-media-player/file -o xejrax-media-player.md
## 概述(中文)

在主机本地播放音频/视频

## 原文

# Media Player

Play audio/video locally on the host using mpv. Supports local files and remote URLs.

## Commands

```bash
# Play a local file or URL
media-player play "song.mp3"
media-player play "https://example.com/stream.m3u8"

# Pause playback
media-player pause

# Stop playback
media-player stop
```

## Install

```bash
sudo dnf install mpv
```