rust_radio

Crates.iorust_radio
lib.rsrust_radio
version1.0.3
sourcesrc
created_at2023-03-30 21:28:40.586835
updated_at2024-10-27 16:12:14.2667
descriptionRadio Rust is minimalist rust based Internet Radio Player using eframe, Reqwest, and Rodio
homepagehttps://github.com/palaster/rust_radio
repositoryhttps://github.com/palaster/rust_radio
max_upload_size
id825756
size171,053
Pat Laster (palaster)

documentation

https://github.com/palaster/rust_radio

README

Radio Rust

A minimalist rust based Internet Radio Player using eframe, Reqwest, and Rodio. Uses .pls files to play internet ratio streams. Currently no support for .m3u files.

Installation

Use can use cargo to install rust_radio

cargo install rust_radio

or download the correct binary from the releases.

Usage

rust_radio

or run the executable if you download the binary release.

You can use the "Create New Station" in the gui to create .pls files to the station or put external .pls files into the rust_radio directory created in the User's Music folder, if the directory is not their then create it. If your station doesn't appear in the gui then rust_radio has found an issue with it.

Screenshots

alt text

Commit count: 25

cargo fmt