philippe44 / AirConnect

Use AirPlay to stream to UPnP/Sonos & Chromecast devices
Other
3.56k stars 218 forks source link

Add an option to include only specific model numbers in airupnp #204

Closed pwt closed 4 years ago

pwt commented 5 years ago

Hi @philippe44:

This is an enhancement request to create a new command line option ('-o') to restrict the speakers included in airupnp to a specific list of model numbers.

Example usage: $ airupnp-arm -o S5,S6 would include only speakers with model numbers S5 or S6 in the list of airupnp speakers.

In my case, this is to prevent non-Sonos players (like TVs) from appearing in the airupnp list.

pwt commented 4 years ago

PR #205 adds this option and is ready for review.

pwt commented 4 years ago

PR #205 is now merged and I've tested the -o option in build (v0.2.22.0): it's working correctly.

(Note that the build version string has not been updated and still reports v0.2.21.3, although the build date string is correct.)

Thanks @philippe44 for including this feature!