Skip to content
Update with new man pages and content from 2.0.5r1 authored by Ronald Record's avatar Ronald Record
...@@ -2,22 +2,28 @@ ...@@ -2,22 +2,28 @@
get_zone_info - Get Roon Zone Info get_zone_info - Get Roon Zone Info
# SYNOPSIS # SYNOPSIS
**get_zone_info** [ **-l** ] [ ZONE ] **get_zone_info** [ **-l** ] [ **-z** ZONE ]
# DESCRIPTION # DESCRIPTION
Retrieves information on specified/default zone(s) Retrieves information on specified zone or all zones if no zone is specified. If a zone is specified using the `-z zone` option then extended information on that zone is displayed. If the `-l` flag is provided then only the listing of zone grouping is displayed.
# COMMAND LINE OPTIONS # COMMAND LINE OPTIONS
**-l** **-l**
: Retrieve a comma separated list of the zone grouping for specified/default zone(s) : Retrieve a comma separated list of the zone grouping for specified/default zone(s)
**ZONE** **-z ZONE**
: If a *ZONE* is specified then retrieve info/grouping for that zone only. If no *ZONE* is sprovided on the command line then retrieve info/grouping for all zones. : If a *ZONE* is specified then retrieve info/grouping for that zone only. If no *ZONE* is sprovided on the command line then retrieve info/grouping for all zones.
# EXAMPLES # EXAMPLES
**get_zone_info**
: Displays info and zone groupings for all zones
**get_zone_info -l** **get_zone_info -l**
: Retrieves a comma separated list of zone groupings for all zones : Retrieves a comma separated list of zone groupings for all zones
**get_zone_info -z Kitchen**
: Displays extensive information on the Roon zone named "Kitchen"
# AUTHORS # AUTHORS
Written by Ronald Record github@ronrecord.com Written by Ronald Record github@ronrecord.com
...@@ -31,5 +37,7 @@ otherwise using GET_ZONE_INFO and for a DISCLAIMER OF ALL WARRANTIES. ...@@ -31,5 +37,7 @@ otherwise using GET_ZONE_INFO and for a DISCLAIMER OF ALL WARRANTIES.
Submit bug reports online at: https://gitlab.com/doctorfree/RoonCommandLine/issues Submit bug reports online at: https://gitlab.com/doctorfree/RoonCommandLine/issues
# SEE ALSO # SEE ALSO
**clone_pyroon**(1), **get_core_ip**(1), **get_zone_info**(1), **get_zones**(1), **list_albums**(1), **list_artist_albums**(1), **list_artists**(1), **list_composers**(1), **list_genre_albums**(1), **list_genre_artists**(1), **list_genres**(1), **list_playlists**(1), **list_radio**(1), **list_tags**(1), **list_zones**(1), **play_album**(1), **play_artist**(1), **play_artist_album**(1), **play_artist_track**(1), **play_composer**(1), **play_genre**(1), **play_genre_album**(1), **play_genre_artist**(1), **play_playlist**(1), **play_radio**(1), **play_tag**(1), **roon**(1), **set_zone**(1), **set_zone_group**(1), **zone_command**(1)
Full documentation and sources at: https://gitlab.com/doctorfree/RoonCommandLine Full documentation and sources at: https://gitlab.com/doctorfree/RoonCommandLine