Skip to content

RoonCommandLine Version 2.0.7 Release 1

Compare
Choose a tag to compare
@doctorfree doctorfree released this 11 Dec 21:06
· 156 commits to master since this release

RoonCommandLine Release Notes

RoonCommandLine version 2.0.7 release 1 is a minor feature and bugfix update. This release adds support for fading track play volume and fixes possible stale authentication tokens.

Installation

The installation automatically detects and stores the Roon Core IP and port. There is no need for any manual configuration.

IMPORTANT NOTE Older versions of RoonCommandLine will no longer function properly. In order to use RoonCommandLine you must install version 2.0.2 release 1 or later.

Download the latest Debian or RPM package format release

Install the package on Debian based systems by executing the command

sudo apt install ./RoonCommandLine_2.0.7-1.deb

Install the package on RPM based systems by executing the command

sudo yum localinstall ./RoonCommandLine-2.0.7-1.rpm

Removal of the package on Debian based systems can be accomplished by issuing the command:

sudo apt remove rooncommandline

Removal of the package on RPM based systems can be accomplished by issuing the command:

sudo yum remove RoonCommandLine

To install on Mac OS X or a Linux system without support for Debian or Red Hat installation packages, clone the repository and execute the Install command:

git clone https://gitlab.com/doctorfree/RoonCommandLine.git
cd RoonCommandLine
./Install

Changelog

This release adds support for:

  • Save authentication token right after we get a RoonApi handle (bug fix)
  • Add options to roon command for controlling fading
  • Add fade feature (roon_fade user command and roon_faded fade daemon)
  • Man pages for fading and new commands
  • Fixes for now_playing, get_zone_volume, and get_zone_attributes
  • Add get_zone_remaining to get remaining time for now playing in zone
  • Add get_zone_volume and get_zone_attributes.py

View the full changelog for this release at https://github.com/doctorfree/RoonCommandLine/blob/v2.0.7r1/CHANGELOG.md

See CHANGELOG.md for a full list of changes in every RoonCommandLine release