├── .gitignore ├── LICENSE ├── README.md ├── install.sh ├── snapcontrol.conf ├── snapcontrol.py ├── snapcontrol.service └── uninstall.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxtich/snapcast_stream_switch/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxtich/snapcast_stream_switch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxtich/snapcast_stream_switch/HEAD/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxtich/snapcast_stream_switch/HEAD/install.sh -------------------------------------------------------------------------------- /snapcontrol.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxtich/snapcast_stream_switch/HEAD/snapcontrol.conf -------------------------------------------------------------------------------- /snapcontrol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxtich/snapcast_stream_switch/HEAD/snapcontrol.py -------------------------------------------------------------------------------- /snapcontrol.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxtich/snapcast_stream_switch/HEAD/snapcontrol.service -------------------------------------------------------------------------------- /uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dxtich/snapcast_stream_switch/HEAD/uninstall.sh --------------------------------------------------------------------------------