14个版本

0.1.13 2023年4月13日
0.1.12 2023年4月13日
0.1.10 2023年2月17日
0.1.9 2023年1月12日
0.1.4 2022年9月23日

#414音频

Download history 21/week @ 2024-03-11 23/week @ 2024-03-18 17/week @ 2024-03-25 43/week @ 2024-04-01 14/week @ 2024-04-08 15/week @ 2024-04-15 19/week @ 2024-04-22 16/week @ 2024-04-29 16/week @ 2024-05-06 16/week @ 2024-05-13 20/week @ 2024-05-20 15/week @ 2024-05-27 13/week @ 2024-06-03 19/week @ 2024-06-10 21/week @ 2024-06-17 16/week @ 2024-06-24

70 每月下载量
用于 6 个Crate (5 直接)

MIT 协议

215KB
5.5K SLoC

Rust编写的音乐播放器

License: MIT GitHub all releases release rust-clippy discord-server

注意:这是一个正在进行中的项目。 🏗️🚧

这是我为自己制作的一个简单的音乐播放器。它使用Rust编写,并使用rodiosymphoniagRPC库。
音乐通过服务器的音频设备播放。守护程序存储有关所有可用音乐的信息,并且可以轻松搜索和检索这些信息。类似于mpdMopidy,但使用Rust编写。

安装

从源码编译,不使用Nix

# Install dependencies
brew install protobuf # macOS
sudo apt-get install -y libasound2-dev protobuf-compiler # Ubuntu/Debian
choco install protoc # Windows using Chocolatey Package Manager
# Compile
git clone https://github.com/tsirysndr/music-player.git
cd music-player/webui/musicplayer
nvm install # install node version specified in .nvmrc (optional on windows)
bun install && bun run build # build webui
cd ../..
cargo install --path .

使用Nix

git clone https://github.com/tsirysndr/music-player.git
cd music-player
nix develop --experimental-features "nix-command flakes"
cd webui/musicplayer
bun install && bun run build # build webui
cd ../..
cargo install --path .

macOS/Linux

使用Homebrew

brew install tsirysndr/tap/musicplayer

使用Nix

nix profile install --experimental-features "nix-command flakes" github:tsirysndr/music-player

或下载您平台的最新版本 此处

📦 下载

最新(桌面版)

最新(命令行界面)

其他版本...

启动服务器

music-player

用法

USAGE:
    music-player [SUBCOMMAND]

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    albums      List all albums
    artists     List all artists
    help        Print this message or the help of the given subcommand(s)
    next        Play the next song
    pause       Pause the current song
    open        Open audio file
    playlist    Manage playlists
    prev        Play the previous song
    queue       Manage the queue
    play        Resume the current song
    scan        Scan music library: $HOME/Music
    search      Search for a song, album, artist or playlist
    stop        Stop the current song
    tracks      List all tracks

GraphQL API

# Start the server
music-player

在您的浏览器中打开 https://127.0.0.1:5053/graphiql

功能

  • 从指定路径播放音乐
  • 支持配置文件
  • gRPC API 用于控制播放器
  • 扫描音乐库
  • 播放/暂停/停止音乐
  • 下一曲/上一曲
  • 创建/删除播放列表
  • 音乐播放器客户端
  • 终端 UI(使用 tui-rs
  • GraphQL API
  • Web UI
  • 桌面版本(使用 gtk-rs
  • Android 库(见 songbird-androidsongbird-android-rs
  • iOS 库
  • 移动版本(React Native)
  • 流到 Chromecast
  • 流到 Airplay
  • 流到 Kodi
  • 流到 UPnP 媒体播放器
  • 从 YouTube 流(仅音频)
  • 从 Spotify 流
  • 从 Soundcloud 流
  • 从 Deezer 流
  • 从 DatPiff 流
  • 从 Tidal 流
  • MyVazo

✨ 星级历史

Star History Chart

依赖项

~77–115MB
~2M SLoC