Skip to content

Latest commit

 

History

History
75 lines (38 loc) · 2.78 KB

README.md

File metadata and controls

75 lines (38 loc) · 2.78 KB

RoonCommandLine/api

Python scripts to access the Python Roon API

Contents

get_core_ip.py - retrieve the Roon Core IP address

get_zone_attributes.py - get zone attributes

get_zone_remaining.py - get remaining play time in zone

now_playing.py - display now playing track in zone or all zones

play_album.py - play a specified album in my Roon library

play_artist.py - play a specified artist in my Roon library

play_artist_album.py - play album by artist

play_artist_track.py - play track by artist

play_composer_album.py - play album by composer

play_composer.py - play composer

play_genre_album.py - play album in genre

play_genre_artist.py - play artist in genre

play_genre.py - play a specified genre in my Roon library

play_playlist.py - play a specified playlist in my Roon library

play_radio.py - play Live Radio in a Roon zone

play_tag.py - play a specified tag in my Roon library (not yet working)

list_albums.py - list available Albums in your Roon Library

list_artists.py - list available Artists in your Roon Library

list_artist_albums.py - list albums by artist

list_artist_tracks.py - list tracks by artist

list_composer_albums.py - list albums by composer

list_composers.py - list composers

list_genre_albums.py - list albums by genre

list_genre_artists.py - list artists by genre

list_playlist_tracks.py - list tracks in playlist

list_genres.py - list available Genres in your Roon Library

list_playlists.py - list available Roon Playlists

list_radio.py - list available Roon Live Radio Stations

list_tags.py - list available Roon Library tags

list_zones.py - list available Roon Zones

set_default.py - set RoonCommandLine defaults

set_volume.py - set the volume in the selected Roon Zone

zone_command.py - send commands to selected Roon Zone (play, pause, mute, next track, etc)

zone_group.py - group and ungroup zones specified in roon_api.ini

zone_properties.py - display information and properties of specified Roon zone