Skip to content

RoonCommandLine Contents

Ronald Record edited this page Aug 7, 2023 · 2 revisions

A brief description of the Commands, Python API scripts, and Configuration files contained in the RoonCommandLine project along with links to each.

Table of contents

  1. Commands
  2. Python API scripts
  3. Configuration files
  4. License, copyright, installation scripts, patches, and usage

Commands

Python API scripts

Configuration files

The roon command and the Python scripts it executes utilize two configuration files.

  • /usr/local/Roon/etc/roon_api.ini - Python script initialization file
  • /usr/local/Roon/etc/pyroonconf - Auto generated shell variables used by the RoonCommandLine commands

License, copyright, installation scripts, patches, and usage

  • LICENSE - Apache License version 2.0
  • NOTICE - Copyright notice
  • Install - Installation script for Linux systems, Debian format install
  • Uninstall - Removal script for Linux systems, Debian format uninstall
  • macInstall - Installation script for Mac OS
  • macUninstall - Removal script for Mac OS
  • usage.txt - Frontend "roon" script usage documentation
  • patches/ - Patches to the Python Roon API to extend its capabilities