Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 397 Bytes

DOCUMENTATION.md

File metadata and controls

14 lines (11 loc) · 397 Bytes

shairportdecoder

Class Processor

Allows you to parse shairport-sync's metadata pipe. Will give you an shairportdecoder.decode.Info object.

##shairportdecoder.remote

Class AirplayRemote

Allows you to send play pause and other commands to the streaming client.

example = AirplayRemote.from_dacp_id(token="1595DA80A46BF32B")
example.volume_down()