Open afbora opened 1 year ago
From this message it seems that the problem is with the underlying getid3 library. The version used by this plugin does not support php 8.1. Support for 8.1 was added on v1.9.23-20231019084 which is the one that composer updates to.
I cloned that version of getid3 locally and demos work.
I then cloned this repo, used composer to update getid3, then copied the whole thing into site/plugins/ and it does seem to work well :))
Kirby 4.0.0-rc.4 PHP 8.1.23