-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
This library seems great and does nearly exactly what I require, but I already have a service that controls shairport. When I start the listener using the below, it starts it's own shairport-sync daemon that then conflicts with my existing service.
Is there an option to just read the pipe? I can't find an example for that. I've tried all the listener options and it always starts up it's own daemon.
def listener(self):
listener = AirplayPipeListener()
listener.bind(track_info=self.on_track_info) # receive callbacks for metadata changes
listener.start_listening()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels