Craig Duncan

Results 66 comments of Craig Duncan

Hello again, does this work correctly? If so I can wrap it up into a little convenience method (eg `$this->sonos->updateSpeakerGroupings()` or something) but it would work the same ```php function...

Great news! Thanks for your patience, let me know if you need anything else 👋

Hi @frequeradio, I've done some initial prototyping and I think the library will support a read only mode, with some refactoring. I'll let you know when this is available

Bumping the minimum version of PHP is not a backwards compatibility break, it just means the new version will not install on old systems, composer handles this and developers don't...

I don't recall now why I chose `installed.json` over `composer.lock`, but I would presume it's because `installed.json` matches the format of `composer.json`, so it was a low impact replacement. If...

Hi @za-ek, thanks for your PR but I'm afraid this breaks the functionality of the library (if you run the unit tests you'll see `Id3v2Test::testUtf16WithoutBom` fails). Please can you provide...

> Do you mean I make a PR with a test? You can just push it to this PR, or if you're struggling with a test just any script/snippet I...

Hi @Gemorroj, I'll take a look at that when I get a minute

I'm not sure if this is maintained any more, but I have a [Sonos library for PHP](http://github.com/duncan3dc/sonos) if you're interested

Hi @q16marvin, it looks like that isn't working for me either so I don't think it's anything you're doing wrong. We'll look into it as soon as we can