Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 830 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 830 Bytes

RoonCommandLine/patches

Patches to the Python Roon API. Currently these patches add a method to search and display a list of objects in your Roon library matching the search criteria. For instance, display a list of Playlists that contain the term "Best".

Contents

roonapi-listmedia.patch - Python Roon API patch to be applied to the installed Python module (e.g. after "pip install roonapi")

pyroon-listmedia.patch - Python Roon API patch to be applied to a cloned git repository

mkpatch-pyroon - Shell script used to create the pyroon patch above

mkpatch-roonapi - Shell script used to create the roonapi patch above

roon-web-controller - Patches for the roon-web-controller project