Just wondering if anyone could fill me in on the luup code I’d need to use to enable crossfade for a repeating track. Not sure if this is AT ALL right but…
luup.call_action(“urn:micasaverde-com:serviceId:Sonos1”, “PlayURI”,{URIToPlay=“x-sonos-spotify:spotify%3atrack%3a2LsevvtdFSKb8ztwOvQXf0?sid=12&flags=32”, Volume=32}, 256)
luup.call_action(sid, “SetPlayMode”, {InstanceID=“0”, NewPlayMode=“REPEAT_ALL”}, 256 )
luup.call_action(sid, “SetCrossfadeMode”, {InstanceID=“0”, NewCrossfadeMode=“???”}, 256 )