Jason

Results 9 comments of Jason

Indeed I ended up doing just (almost) that, but instead of the button-card I used [mini-media-player](https://github.com/kalkih/mini-media-player) and set all the controls to hidden and only used the shortcut buttons since...

Would love to see this finally merged :)

@cmroche is there any update to this? I see the #100 has been approved but not committed for 1 year now...Would love this fix...

I am having this same issue, trying to query for "Market" = "Orlando" ``` $qry = new CamlQuery(); $qry->ViewXml = 'Orlando'; $items = $list->getItems($qry); //$items = $list->getItems(); $ctx->load($items); $ctx->executeQuery(); foreach...

I upgraded to the latest version (2.5.0) and I am still having this issue. Caml query are just ignored.

I found similar issue mentioned in https://github.com/vgrem/phpSPO/issues/216 and the workaround is working for me. Remove: $ctx->load($items); Query returns the proper filtered data based on the $qry.

Wish this could be resolved. I am migrating from using this on SP2013 (NTLM) to SharePointOnline and was hoping for an easy update to my scripts but using SPONLINE authentication...

I have found often times volume_level is not set for a device so you can't retrieve it to save and restore.

I ended up finding an alternate library as this issue was already 1+ year old when I encountered the issue and there were no comments from the developer I assumed...