Reverbic v1.5.5
What's new in v1.5.5
This release focuses on controlling Reverbic without keeping the interface open and on tidier file storage across operating systems.
Highlights
- Headless CLI (Windows): control radio straight from the command line —
reverbic play <station>,stop,status,volume <0-100>andtoggle. Playback runs in a background process that keeps going after you close the terminal, andreverbicwith no arguments still opens the full interface. - Standard file locations: Reverbic now stores configuration, data and cache in each operating system's standard directories instead of a single
~/.reverbicfolder. Existing installs are migrated automatically on first launch, so nothing is lost.
Installation
# Quick install (Windows)
irm https://raw.githubusercontent.com/sewandev/Reverbic/main/install.ps1 | iex
# Quick install (macOS)
brew install sewandev/reverbic/reverbic
# Package managers
scoop bucket add reverbic https://github.com/sewandev/scoop-reverbic; scoop install reverbic # Windows (Scoop)
cargo install --git https://github.com/sewandev/Reverbic.git --locked # Any OS (Rust)Documentation
Make sure to check out the newly updated guides for setting up the integrations:
- YouTube Setup Guide (Learn how to export your cookies safely)
- Spotify Setup Guide
Full Changelog
For a detailed list of all the additions, changes, and fixes, please refer to the official changelog:
Thank you to everyone using Reverbic! Update now from the app or grab the latest installer below.