Results 57 comments of kibook

I didn't have a chance to test this myself yet, but you're right, looping will not work properly on a video started server-side (through commands or configuration files) without setting...

It's most likely an issue with the [permissions](https://github.com/kibook/pmms/blob/master/permissions.cfg). The default permissions do not allow non-admin users (those not in the `group.admin` principal) to play custom URLs, only presets (and if...

Do you have any issues accessing this website in a browser? https://kibook.github.io/pmms-dui/ It should just be a blank black page.

The `http/dui` folder is actually a submodule that points to https://github.com/kibook/pmms-dui. If you downloaded this with the .zip option on GitHub, it does not clone that submodule apparently, so you...

Can you provide an example of a video URL that doesn't work? I believe the error message you included has always appeared in the console and is probably unrelated.

The admin UI (associated with the `weatherui` command) comes up fine for me: ![FiveM_b2372_GTAProcess_eM6iTk4sLj](https://user-images.githubusercontent.com/2752539/140782876-d6ec393a-ac6a-4884-a7c9-b58646d1c23f.jpg)

The templates for the s1kd-new* tools work a bit strangely right now. The documentation for s1kd-newdm says: > The templates must be written to conform to the default S1000D issue...

862b01c updates the wording in the documentation to hopefully make it more clear that the templates must conform to 5.0 regardless of the issue you are using.

Part of the issue is that libxml2 only supports XPath 1.0, so these functions from XPath 2.0 won't work: - `lower-case` - `matches` - `tokenize` I believe the issue with...

Rules with "invalid" XPath will be skipped as of 37583f2 Now I just need to fix namespaces so that XPath using them aren't also considered invalid.