#music #cli-client #cli #freecodecamp #code-radio

app code-radio-cli

为 https://coderadio.freecodecamp.org 提供的命令行音乐电台客户端

17 个版本 (6 个稳定版)

1.0.5 2024年1月29日
1.0.4 2023年8月18日
1.0.3 2023年4月29日
1.0.2 2023年1月3日
0.1.4 2022年5月31日

#661命令行工具

Download history 6/week @ 2024-03-10 28/week @ 2024-03-31

每月 90 次下载

MIT 许可证

265KB
728

Code Radio CLI

Crate GitHub release (latest by date)

🎵 专为编码设计的24/7音乐,现在可在您的终端中播放!

为 https://coderadio.freecodecamp.org (关于) 编写的 Rust 命令行音乐电台客户端。

Screenshot

安装

  • GitHub 发布页面 下载预构建的二进制文件。

  • 🪟 在 Windows 上,使用 WinGet 安装

    winget install code-radio-cli
    
  • 🦀 使用 Cargo 安装

    cargo install code-radio-cli
    

    安装后,在命令行中运行 code-radio 以启动。您可能需要首先重新启动您的shell。

⚠ 关于在 Linux 上构建和运行 🐧

此程序使用 rustaudio/cpal 库播放音频,这需要在 Linux 上安装 ALSA 开发文件。

为了在 Linux 上构建和运行此程序,您需要安装:

  • libasound2-dev 在 Debian / Ubuntu 上
  • alsa-lib-devel 在 Fedora 上

使用方法

code-radio [OPTIONS]

OPTIONS:
    -h, --help                 Print help information
    -n, --no-logo              Do not display logo
    -s, --select-station       Manually select a station
    -v, --volume <VOLUME>      Volume, between 0 and 9 [default: 9]
    -V, --version              Print version information

依赖项

~13–46MB
~756K SLoC