mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-11 08:06:41 +02:00
Forward metadata and properties in meta stream
This commit is contained in:
parent
fba20fb7fe
commit
3120a18326
4 changed files with 36 additions and 13 deletions
|
@ -158,6 +158,9 @@ void PcmStream::onControlNotification(const jsonrpcpp::Notification& notificatio
|
|||
if (response.error().code() == 0)
|
||||
setMetadata(response.result());
|
||||
});
|
||||
|
||||
// TODO: Add capabilities or settings?
|
||||
// {"jsonrpc": "2.0", "method": "Plugin.Stream.Ready", "params": {"pollProperties": 10, "responseTimeout": 5}}
|
||||
pollProperties();
|
||||
}
|
||||
else if (notification.method() == "Plugin.Stream.Log")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue