use pyatv install in userdata/tmp
remove colons from device id
added some updated pyatv installation instructions. uses python virtual environments
Dialing back some more log output to debug
dial back some log output to debug
Rework external pyatv process handling. Close all streams from pipe to pyatv, should fix a major fd leak.
Also, update README and add start of command queue
add support for understanding what pairing is supported/unsupported for a given device, and use it to guide configuration
of the appletv thing. this should permit homepods to be added and used.
also added support for understanding what features are supported by a device. this should aid in choosing the correct
for streaming audio to a given device. this still requires work to be reliable.
add some new remote keys, use correct values for shuffle and repeat
forgot to update the app name and identifier channels
add some notes about development version
update playing status periodically when playing, also emit errors when received from pyatv.
add power control, artwork, app launch control; remove non-functional artwork_url
handle exceptions a little better and don't leave things in a dead state
handle failure to verify pairing a little better (maybe?)
updates for openhab 3.3.0, removing jpy in favor of command line interface
Merge pull request #1 from markus7017/beta1
Beta1